Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by edtd on Aug 22, 2009 13:58
open dhtmlx forum
Getting/setting footer values

>>>> is there a way to get/set footer cell values
>>For grid 2.1 

>>var val = grid.getFooterLabel(column_index, row_index);
>>grid.setFooterLabel(column_index, val, row_index);

>>row_index is optional

I get an error when trying grid.getFooterLabel(1).  I checked your api for the grid/treeGrid and couldn't find the function listed there.  I also dumped my grid object and couldn't find any function named getFooterLabel() there either.

The version I'm using is: dhtmlxTreeGrid v.2.1 Professional edition build 90226/90316
Answer posted by dhxSupport on Aug 24, 2009 02:54
>>I get an error when trying grid.getFooterLabel(1)
What issue do you have when using this method? Please contact support@dhtmlx.com and provide your reference ID and we will send you example.