6/2/2010 12:12:13 AM
Title:
how to add one more column under grouped column
Hi,
I have dynamically created advanceddatagrid with grouped column . Now i want to add one more column under AdvancedDatagridColumnGroup on click of check...I dont have any idea about this..
Can any one help me by giving example code..or any link...
i have column called REVENU and two sub columns called "estimate" and "value" under REVENUE. if i click a checkbox i want to add one more column under revenue along with "estimate" and "value"
.
how to do this? thanks in advance:)
6/2/2010 12:43:56 AM
i think its rows not colums ? You can add the rows by updating your data Provider and calling the refresh function after that. dataprovider.refresh();