I got round this i think by setting the visible property of a column 
when a state's enterState event fired.

I was using a single datagrid to display two different sets of columns, 
depending on a combobox selection.

Hope this helps.

Barry

--- In [email protected], "tomeuchre" <[EMAIL PROTECTED]> wrote:
>
> --- In [email protected], Jehanzeb Musani <jehanzeb_bs@> 
> 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.
>


Reply via email to