I am using WPF RadGridView, I want to collapse or expand the grid details on a button click of the selected row, I have toggle button on grid , but I want it to be toggled from other button, How can I do that from code behind.
1 Answer, 1 is accepted
0
Maya
Telerik team
answered on 14 Dec 2010, 04:28 PM
Hi Rakesh,
You may play along with the Visibility of the RowDetails of the selected row as follows: