This question is locked. New answers and comments are not allowed.
Hello,
In my grid, I have a button control as one of the columns. This button has text "X" and allows the user to delete the row, it is part of. However the problem is that in my onclick event for the button, the current item is set as null.
So, the question is how do I know which row this button was clicked on? Also, as nothing is selected at this point, the selected item property is also null. How do I retrieve row/record information based on this button click?
Thanks
In my grid, I have a button control as one of the columns. This button has text "X" and allows the user to delete the row, it is part of. However the problem is that in my onclick event for the button, the current item is set as null.
So, the question is how do I know which row this button was clicked on? Also, as nothing is selected at this point, the selected item property is also null. How do I retrieve row/record information based on this button click?
Thanks
