Change header indices dynamically without grid refresh
I've got multiple headers which are hidden or shown depending on user actions. All works fine with a full obj.refresh but takes ages. Is there any way to just refresh the headers without the whole grid (extended model) ...?
Thanks very much for your reply - sadly doesn't seem to work, especially when increasing the number of headers displayed. Reducing does work but leaves a white gap between the headers and the grid.
I think the key problem is that I'm changing the headercount as well - content is always updated fine, it's just when the no. of headers being displayed is changed.
Any thoughts ... or suspect I'll have to use a full grid refresh.
Thanks very much.
Charles.
Charles Dean
Wednesday, July 25, 2007
Unfortunately its more complicated than I thought...
Have to say an excellent product but as others have said before documentation would be excellent. To be honest would have paid double to get it, simply for the time it would save during development.
As an interim measure - a more advanced search option on the forums would help.
Charles.
Charles Dean
Thursday, July 26, 2007
Hi Alex,
Struggling to make the solution above work in 2.5.1 - the toptemplate refresh does change things but doesn't take into account any re-ordering of header indices, e.g. just shows the first x that were displayed before.