The first column in my grid is "GridViewToggleRowDetailsColumn". I want to expand the row programmitically and also want to change the "+" sign to "-" (that too programmitically).
How can I achieve this.
3 Answers, 1 is accepted
0
Accepted
Vlad
Telerik team
answered on 17 Dec 2009, 02:24 PM
Hi,
You can get desired row using ItemContainerGenerator similar to this demo and set DetailsVisibility to desired value.
You do not need to trigger click event programmatically. Just get desired row and set DetailsVisibility - the button in GridViewToggleRowDetailsColumn will react immediately.