|
|
Browse by Tags
All Tags » FAQ
-
No, DataGridView Extension component just decorates the standard DataGridView control provided in .Net 2.0 Framework without any inheritance and with just single line of code.
-
DataGridView Extension integrates itself by adding extension button on the top left corner of the grid. It also integrates its context menu as sub-menu item in case DataGridView control has context menu. In case underlying control does not have context menu, the extension sets its own menu as context menu.
|
|
|