Hi - can anyone help with how I would iterate through all the rows in my WebDataGrid and total up the values in a specific column, then alter column heading text AND classname all in javascript client side code?
just the bits to get and set the relevant column header text & classname would be a great help!
thanks in advance
Jonathan
Hello Jonathan,
The below forum thread discusses a similar topic:
https://ko.infragistics.com/community/forums/f/ultimate-ui-for-asp-net/45274/summary-total-row-at-the-top-instead-of-the-footer-in-webdatagrid/245588#245588
You may find the following post useful too:
https://ko.infragistics.com/community/forums/f/ultimate-ui-for-asp-net/45418/display-total-row-count-and-current-row-indexes/248009#248009
Just to be sure that you are familiar with the Summary row behavior (available in 10.3 version ) I am posting the links to the documentation and samples about it :
https://ko.infragistics.com/samples/aspnet/data-grid/summaries-basic-features
https://help.infragistics.com/Help/Doc/ASPNET/2010.3/CLR4.0/html/Web_Whats_New_New_WebDataGrid_WebHierarchicalDataGrid_Summary_Row_Feature.html
Let us know if you need further assistance.
Thanks guys - I think that has given me enough to go with :)