Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by pyt on Sep 25, 2008 07:44
open dhtmlx forum
attachfooter in grid

Hi,

is it possible to attach footer immediately after the last row before horizontal scrollbar? I use this code:

mygrid.enableAutoHeight(true);

But horizontal scrollbar is still between the last row and footer row.

Thanks in advance!
Answer posted by dhtmlx support on Sep 26, 2008 10:13
Unfortunately, these is no such an opportunity.

Answer posted on Sep 29, 2008 14:59
If you are using auto-height mode, you can just add one more row in grid and use it as a "footer". 
The only tricky point in such solutinn is sorting, but there are some solution to force row on top|bottom after sorting