Hi,
I am using RadGrid with 5 columns, in which one of the column hold Button. Click event of the button is binded using Command using MVVM model .eg(MyButtonCommand). when i click this button i need to show the RowDetailsTemplate. RowDetailsTemplate shows the some information about the row, but i don't have control to bring the Rowdetails when i click the button.
Is there anyway that i can show the RowDetails based on button inside the grid?
I am using RadGrid with 5 columns, in which one of the column hold Button. Click event of the button is binded using Command using MVVM model .eg(MyButtonCommand). when i click this button i need to show the RowDetailsTemplate. RowDetailsTemplate shows the some information about the row, but i don't have control to bring the Rowdetails when i click the button.
Is there anyway that i can show the RowDetails based on button inside the grid?