--- In [email protected], Jehanzeb Musani <[EMAIL PROTECTED]>
wrote:
>
> That's exactly what I was saying. There is some issue
> with datagrid data binding in case of invisible
> columns. You can try manually setting the visible
> property of that column to false after rebinding the
> xmllist.
>
That is what I do...it was just one of those "that's strange..."
moments, so I captured an event after the grid was freshly bound and
set the visible=false; on columns that needed it. It all happens in 1
hundredth of a blink, so I just did it and moved on. Never throught
that it may have been a bug, but if you are switching dataProviders,
logically it could be completely different columns, so its not so
surprising that it gets reset.