Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by rahul on Jul 01, 2009 02:19
open dhtmlx forum
header and footer in grid.

i am trying to filter the header and sum in footer.

below is work done by me:

i have added file: dhtmlxgrid_filter.js

and code for the same:

mygrid.attachHeader('#rspan,#text_filter,#text_search,#rspan,#rspan,#rspan,#rspan,#rspan');
mygrid.attachFooter("total:{#strat_count},#cspan,Sum:{#start_multi_total}2:3,#cspan',[",",'text-align:right;',"]);

please suggest me should i do something more to implement these in header and footer.
ia have come across below link:

http://www.dhtmlx.com/docs/products/docsExplorer/index.shtml?node=dhtmlxgrid
(i had come across many mor links in this site but cant worked out)
its urgent please help.
Answer posted by dhxSupport on Jul 01, 2009 02:28
There is no way to filter grid's footer because of footer is not a part of grid rows.