Re: [flexcoders] F2B3: Placing sort arrow on dataGrid

2006-05-12 Thread Manish Jethani
On 5/12/06, Scott Romer [EMAIL PROTECTED] wrote: I am working on a version of adding generic sorting on my class that extends DataGrid. The placeSortArrow method of DataGrid is marked as protected, so I can call the method, but the arrow will never show up because sortIndex has to be set

[flexcoders] F2B3: Placing sort arrow on dataGrid

2006-05-11 Thread Scott Romer
I am working on a version of adding generic sorting on my class that extends DataGrid. The placeSortArrow method of DataGrid is marked as protected, so I can call the method, but the arrow will never show up because sortIndex has to be set and is marked private. In addition, I can't set some of