Hi,
In my SfGrid I have a GridCommandColumn with a button:
I have a OnCommandClicked method:
I placed a breakpoint on the highlighted code, but it is never hit.
I even tried without the if statement, and that didn't help.
I want the button to bring the user to a page so see the details of the selected row.
Any help is appreciated.