Re: [flexcoders] Generating dynamic datagrid based on dynamic query result

2005-04-18 Thread Manish Jethani
On 4/18/05, Dzafer <[EMAIL PROTECTED]> wrote: > For the datagrid I need to retrieve all the column names from the provider > to do something like this: > > If ( …column[i] == "firstname") > > {} Ah, sorry about that. I see what you're trying to do now, and here's how I'd do it:

RE: [flexcoders] Generating dynamic datagrid based on dynamic query result

2005-04-18 Thread Dzafer
] Generating dynamic datagrid based on dynamic query result   On 4/18/05, Dzafer <[EMAIL PROTECTED]> wrote: > How generating this one dynamically based on a query with a dynamic number > of columns: [snip] If you simply assign the web service result to the grid's dataProvider proper

Re: [flexcoders] Generating dynamic datagrid based on dynamic query result

2005-04-18 Thread Manish Jethani
On 4/18/05, Dzafer <[EMAIL PROTECTED]> wrote: > How generating this one dynamically based on a query with a dynamic number > of columns: [snip] If you simply assign the web service result to the grid's dataProvider property, that'll do it. -- [EMAIL PROTECTED] http://manish.revise.org/ Ya