[flexcoders] DataGridHeader with TextInput : text values lost on scroll

2008-05-13 Thread gaurav1146
Hi, I have a datagrid to which I am adding a TextInput in the Header by overriding the createChildren() method of AdvancedDataGridHeaderRenderer. The problem is that when I have certain text in the header textinput and the user performs a scroll on the DataGrid the createChildren() method is

Re: [flexcoders] DataGridHeader with TextInput : text values lost on scroll

2008-05-13 Thread Josh McDonald
My guess is you'll have to keep a copy of the new text in your dataprovider, as it's done that way in order to re-use the renderers for the rows and cut down on memory usage. On Tue, May 13, 2008 at 4:38 PM, gaurav1146 [EMAIL PROTECTED] wrote: Hi, I have a datagrid to which I am adding a