This question is locked. New answers and comments are not allowed.
Hi
I am using Silverlight RadGridView control, we are using GridViewToggleRowDetailsColumn to handle the required functionality, since client is very particular about requirement they don’t want to expand that row on mouse click on row they only want to use the Toggle button in first column to expand Detail View of that row. So we can’t use RadGridView.RowDetailsVisibilityMode we need to depend on GridViewToggleRowDetailsColumn.
My requirement is simple. I want to navigate to particular row in GridView and show RowDetailView of particular row on some external event. Say some click event of a button etc.
Right now i am able to go that that row by setting Selected Item for GridView but am not able to expand that row.
Can someone please suggest some solution for this? How i can expand particular row.
Thank you,
Regards,
Mahesh
I am using Silverlight RadGridView control, we are using GridViewToggleRowDetailsColumn to handle the required functionality, since client is very particular about requirement they don’t want to expand that row on mouse click on row they only want to use the Toggle button in first column to expand Detail View of that row. So we can’t use RadGridView.RowDetailsVisibilityMode we need to depend on GridViewToggleRowDetailsColumn.
My requirement is simple. I want to navigate to particular row in GridView and show RowDetailView of particular row on some external event. Say some click event of a button etc.
Right now i am able to go that that row by setting Selected Item for GridView but am not able to expand that row.
Can someone please suggest some solution for this? How i can expand particular row.
Thank you,
Regards,
Mahesh