Hi!
I have a problem. I assigned an edit template to the grid. When a row is selected, the template shows up.
I also assigned the "row selection" to cellClick Event. So when i click a cell from the grid, the row gets selected, and the template shows up.
I have a "Delete" button. The problem is, whne i click it, the row gets also selected, and the template shows up.
How can i avoid this? I don't want to select the row, when the button is clicked.
Any help would be appreciated!
Thanks