|
Customization Events
The datagrid provides customization events that will give you an opportunity to fine tune the look and feel of individual cells.
The most important events are QueryCellStyleInfo and QueryValue events. By handling these events, any grid cell's
appearance and cell value can be customized in the way you desire. You can change the value that gets displayed in a cell by handling the QueryCell event and by Using the QueryCellStyleInfo, you can control the different appearance attributes of a cell such as cell interior, font, text, etc.
Asp.Net Datagrid Events
|
|
|
|