Hello,
We use V10.3 of UltraWebGrid. We want to allow the user to clear the applied grouping with a cross (X) as seen in figure 7 of http://help.infragistics.com/Help/NetAdvantage/LightSwitch/2011.2/CLR4.0/html/GridFeatures_Infragistics_Grid_Grouping.html
I have manged to get the drag and drop grouping working.
I have 2 questions.
1. Whats the easiest way to implement this?
2. What are the events fired before and after a column is dropped in a GroupByBox?
can you help me out please?
Thanks
Hi,
If you need any further assistance with the matter, don't hesitate to ask.
Hello awad,
I would suggest you to upgrade your product to a newer version since the version you are using is outdated and no longer supported. Here is an example of the new hierarchical grid grouping feature: http://es.infragistics.com/products/aspnet/sample/hierarchical-data-grid/enable-groupby-feature
About your second question - there is a Before/AfterColumnMove client-side events that fire on starting/ending column dragging and GroupColumn server-side event is fired when a column has been grouped by.
Please let me know if you have any other questions.