Current Cell

I want to click on a button and get a reference to the current selected cell and it''s GridStyleInfo. thks, ak

1 Reply

AD Administrator Syncfusion Team August 8, 2005 10:20 PM UTC

Assuming you are using a GridControl or a GriddataBoundGrid, you can use: GridCurrentCell cc = this.grid.CurrentCell; GridStyleInfo style = this.grid[cc.RowIndex, cc.ColIndex];

Loader.
Up arrow icon