AD
Administrator
Syncfusion Team
June 13, 2003 12:35 PM UTC
You can access the embedded grid using the virtual InitializeGrid method that passes as parameter the grid.
In a future release, there will also be a draw event exposed, and things made easier to use.
But now you can grab the grid, and use grid events like QueryCellInfo, PrepareViewStyleInfo, DrawCell and CellDrawn to customize the look of the cell.
TL
Tam Ly
June 13, 2003 04:19 PM UTC
Davis J gave me Essential Suite Vesrion 1.6.0.8 with the the DateCellQueryInfo event for the MonthCalendarExt. This allow me to access to e.Style object to change background colors and other stuffs.
> You can access the embedded grid using the virtual InitializeGrid method that passes as parameter the grid.
>
> In a future release, there will also be a draw event exposed, and things made easier to use.
>
> But now you can grab the grid, and use grid events like QueryCellInfo, PrepareViewStyleInfo, DrawCell and CellDrawn to customize the look of the cell.
>