Hello :)
I have use a GridViewToggleRowDetailsColumn in my gridview to enable the user to see the rowDetails of each row.
I would like to know how can I set a row as selected when the user click the button generated by the GridViewToggleRowDetailsColumn.
For example I have 5 rows and the current selected row is the first row, so when the user wants to see the details of the fifth row, he make visible the row detail by pressing the button generated by the GridViewToggleRowDetailsColumn and just before the user releases the mouse button I want to make this row the current selected one.
Is this possible? I hope you can help me.
Best Regards
Jorge
I have use a GridViewToggleRowDetailsColumn in my gridview to enable the user to see the rowDetails of each row.
I would like to know how can I set a row as selected when the user click the button generated by the GridViewToggleRowDetailsColumn.
For example I have 5 rows and the current selected row is the first row, so when the user wants to see the details of the fifth row, he make visible the row detail by pressing the button generated by the GridViewToggleRowDetailsColumn and just before the user releases the mouse button I want to make this row the current selected one.
Is this possible? I hope you can help me.
Best Regards
Jorge