Hi,
please can you help me with this, I am using RadGrid and I am grouping my column by code behind, the user select which column he want to group by and then press a command button I put in my page and by this button I used GroupByExpressions property to group my Grid, the question is: after the grid grouped a new column is added which is the grouping column and with each group header there is (+),(-) sign for collapse and expand the grouped rows, I put another button in my page to give the user the option to collapse or expand all the grouped rows and every time he press the button I used "GroupsDefaultExpanded" property to switch between True and False. is there any way to put the sign (+,- the collapse sign) in the header of the new added group column ?? and when the user press on it collapse or expand all the rows instead of using button for this, it will be more elegant and useful. by the way I tried to reach this new added grouping column but I could not.
Please advise me if I can do this or not.
Thanks
Ban
please can you help me with this, I am using RadGrid and I am grouping my column by code behind, the user select which column he want to group by and then press a command button I put in my page and by this button I used GroupByExpressions property to group my Grid, the question is: after the grid grouped a new column is added which is the grouping column and with each group header there is (+),(-) sign for collapse and expand the grouped rows, I put another button in my page to give the user the option to collapse or expand all the grouped rows and every time he press the button I used "GroupsDefaultExpanded" property to switch between True and False. is there any way to put the sign (+,- the collapse sign) in the header of the new added group column ?? and when the user press on it collapse or expand all the rows instead of using button for this, it will be more elegant and useful. by the way I tried to reach this new added grouping column but I could not.
Please advise me if I can do this or not.
Thanks
Ban