Hi,
I now have a seperate edit button that calls the btnEdit_Click. In that function I navigate to a different page by getting the current item from the grid.
I want a button in the grid that can be clicked that also navigates to that same page. Is that possible with the new Command functionallity?
I already tried something like:
But that does not call the btnEdit_Click.
Thanks,
Iwan
I now have a seperate edit button that calls the btnEdit_Click. In that function I navigate to a different page by getting the current item from the grid.
I want a button in the grid that can be clicked that also navigates to that same page. Is that possible with the new Command functionallity?
I already tried something like:
<
telerik:RadButton
Content
=
"Edit"
CommandParameter
=
"{Binding}"
Command
=
"btnEdit_Click"
/>
But that does not call the btnEdit_Click.
Thanks,
Iwan