Hi,
I have WHDG binded to one data source.
I need featuer where on drag of column groups the data as required
Say , data is
Name 1, Dep1
Name 2, Dep1
Name 3, Dep3
So If I drag dept column to group area, it should group by dept and show the +/- sign
As I understand, grouping is only possible in WHDG, do I need two different data source in order to perform this action ?
How can I do that?
ANy sample will be of great help..
Regarsd
Varun
Let me know if I may be of further assistance.
Hi Zdravko
Thanks for the follow up.
I checked that in your sample, you have binded the webdatasource to Access data source.
In my situation, I need to bind WBDH to Data table or data set (as you mentioned data table will not work).. and then need to call rowUpdaing and rowadding event..
Can I do that using dataset ?
any code snippet
Hello Varun,
I have modified my sample in order to show you how to Bind the Grid to DataSet and also to use Grouping and Row Adding. I hope you will benefit from the sample.
And yes, you can handle RowUpdating and RowAdding server side events, and use them as you wish.