GridStyleInfo

Hi, How can i retrieve the GridStyleInfo for a specific cell (rowIndex, colIndex) ? What is the difference between GridStyleInfo and GridTableCellStyleInfo ? Regards, Mikaël

1 Reply

AD Administrator Syncfusion Team June 24, 2005 01:39 PM UTC

You can use an indexer on teh grid to get the style object at a row col. GridStyleInfo style = this.grid[row, col]; GirdStableCellStyleInfo is derived from GridStyleInfo. It adds properties specific for the GridGroupingControl. (The very important TableCellIdentity property.)

Loader.
Up arrow icon