Hello,
I am trying to refresh a grid with a new data source that has different columns, but when I do so, the column headers disappear.
You can see what I mean here: http://jsfiddle.net/YZcYC/3/
One thing I noticed was that if I do
the header shows up, but I need to be able to specify column titles, templates, widths, etc, so that's not an option for me.
Any ideas?
Thanks,
Bob
I am trying to refresh a grid with a new data source that has different columns, but when I do so, the column headers disappear.
You can see what I mean here: http://jsfiddle.net/YZcYC/3/
One thing I noticed was that if I do
grid.columns = [];
the header shows up, but I need to be able to specify column titles, templates, widths, etc, so that's not an option for me.
Any ideas?
Thanks,
Bob