We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

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.
Live Chat Icon For mobile
Up arrow icon