This question is locked. New answers and comments are not allowed.
I'm working on a UI component that allow user to Add / Remove row by clicking on button
Yes, Telerik have created a similar demo but my control is selecting the row next to the deleted row when the user click the delete row button.
Everything works perfectly except for one thing: each time a row is deleted, the first cell of the first row become selected.
First of all, is this a normal beavior (There's many properties I might not be aware of) ?
If there's no GridView property that would help me to fix this, is there a way to unselect the current cell (of every cells) in code behind?
Regards,
Simon
Yes, Telerik have created a similar demo but my control is selecting the row next to the deleted row when the user click the delete row button.
Everything works perfectly except for one thing: each time a row is deleted, the first cell of the first row become selected.
First of all, is this a normal beavior (There's many properties I might not be aware of) ?
If there's no GridView property that would help me to fix this, is there a way to unselect the current cell (of every cells) in code behind?
Regards,
Simon