Seems I cant figure out anything on my own. Anyway, looking to set a total for a column in the footer. I see examples for the UltraWebGrid but nothing for the WebDataGrid. Thanks.
Hello,
At this time the WebDataGrid does not support this feature. It will be included in future version of the control.
You can use a template within the column footer that can display total of that column.
-Taz.
I am trying to update the footer (during editing) by utilizing Javascript on the CellChanged event but need to know how to access the Footer row in CSOM.
If that cant be done, any other way on keeping the footer template label updated?
Btw, I'm using Clientside event because the server-side ActiveCellChanged and/or CellSelectionChanged events dont seem to be firing when I changed cells.