I have a pressing need to group WebDataGrid columns.
For example, if I have the following columns:
I would like to have three groups of columns (Rock, Paper, and Scissors), each group having columns with headers "Qty", "Unit Price", and "Total". There would be a shared header spanning the three columns with the group name.
I know the UltraWebGrid had something like this. Is this possible in the WebDataGrid? I don't mind getting neck-deep in javascript if a potential solution exists.
This is for on-screen viewing and editing. I know that the WebExcelExporter can be manipulated to do this, but I am not exporting to Excel.
Hello Rob,
I recommend that you use the WebHierarchicalDataGrid. It has a feature that allows group by. For more information about the WebHierarchicalDataGrid please see the following link.
http://help.infragistics.com/NetAdvantage/ASPNET/2011.1/CLR4.0/?page=Web_WebHierarchicalDataGrid.html
For more information about group by please see the following link.
http://help.infragistics.com/NetAdvantage/ASPNET/2011.1/CLR4.0/?page=WebHierarchicalDataGrid_Outlook_GroupBy.html
Please let me know if I may be of further assistance with this matter.
Sincerely,Mike P.Developer Support EngineerInfragistics, Inc.www.infragistics.com
After some research, this issue has been determined to be a new feature request. I have sent your feature request directly to our product management team. Our product team chooses new feature requests for development based on popular feedback from our customer base. Infragistics continues to monitor application development for all of our products, so as trends appear in requested features, we can plan accordingly.
I will email you with further datails about this.
Mike, thank you very much!
I hope that this is something that y'all are able to include, because it is a very handy feature.
Thanks!
-Rob