How to make template always visible when the grid is full of rows? I am using AllowAddNew.TemplateOnBottom, that's ok for me, but when the grid is full and the user add a new row then the template dissapers. I want the template to float while there is space in the grid but allways on bottom when there is no more space. Is there any easy way to do it? Thank you.
Does AllowAddNew.FixedAddRowOnBottom give you what yuo're after?
Thank you Vince, actually I was using FixedAddRowOnBottom but it makes the template to be fixed at bottom of the grid from the begining (when the grid is empty), I want the template to float at the beginning and when the grid is full then it should be at the bottom (of the grid), if the user delete some rows and there is enough space I want the template to float at the bottom again.