10826 : Can i get the Event Of Row selection Changed on grid?

Question

Can i get the Event Of Row Selection Changed on grid .

I am getting event OnGridCellSelectChanged But it gets fired as many number of the coloumns in row.

Answer

Currently there is no OnRowChange event. You can implement the OnGridCellSelectChanged and keep the e.Cell.GridNode value in a member variable; whenever this changes the selection is on a new row.

Leave a Reply