How to display Summary/Total row at the top instead of the footer in webdatagrid?Usually we have the total shown on the footer but how to get the same below the header?
Hi,
Can u plz provide code for how to compute Total of webdatagrid column and display it below the header?
Hi the changed code is only this line;
header.get_element().innerHTML += " </br> row number : " + rowNumber ;
The result is this one:
You could refer the dataGrid.css file located in ig_res folder for more information. In this file you will be able to customize the header of the grid entirely
Thanks.
Can you plz provide code sample for getting the Summary/Total row below the header.
Yes it is. You could do that if you just add HTML that you need to be there.
Thanks for your reply but the example which you have given is showing summary within the header .Is it possible to do it below the header?