Re: [flexcoders] Show\Hide Column in DataGrid

2007-03-15 Thread Harish Sivaramakrishnan
do not use the column names, just store the indices of the columns and do datagridInstance.columns[columnIndex].visible= true / false. this is the right way of doing it. On 05 Mar 2007 22:20:28 -0800, sanjaypmg [EMAIL PROTECTED] wrote: Hi All, I am facing an Error while making Grid columns

[flexcoders] Show\Hide Column in DataGrid

2007-03-05 Thread sanjaypmg
Hi All, I am facing an Error while making Grid columns visible\Invisible at runtime. I have made a function showHideColumns in my application which accepts 2 arrays as parameters. One is colNameArr Which has all the column names of GRID and another one is colStatusArr, which has TRUE or