when you do sorting in Advanced data grid by clicking on header of the
column always listen to scroll event..... of datagrid... this is the fix
public function setCursor(even:Event):void{
if(advanceddatagrid.selectedIndex==-1)
{
advanceddatagrid.selectedIndex=0;
}
}
if your scroll bar is in the middle and you sort by clicking on header
sometime datagrid loss a data make duplicate rows sometime it shows wierd
behaviour... so above is the fix.. because sorting always needs a record
pointer
On Fri, Oct 29, 2010 at 1:13 AM, Akshar Kaul <[email protected]> wrote:
> can you share what was the issue and how you fixed it.
>
> ---> Akshar Kaul <---
>
>
>
> On Fri, Oct 29, 2010 at 03:44, VJ <[email protected]> wrote:
>
>> Thanks guys...This is fixed
>> On 10/27/10, Sidhu Vijay Sidhu <[email protected]> wrote:
>> > Hi Guys I have advanced datagrid. In which i have hierarichal data and i
>> > have sortexpertmode=true and sortablecolumns=true. In that datagrid
>> first
>> > column is having checkboxes rendered... the thing is that when i sort
>> the
>> > columns by clicking on header(Sort it by putting scroll bar one row down
>> > don't put the scrollbar at top) after sorting when i scroll the
>> scrollbar
>> > the sorting goes off... In first column i have checkboxes where i did
>> > sorting=off(only for first column). If i do sorting by putting scrollbar
>> at
>> > top then everything is working fine.. but if put it one row down then
>> its
>> > problem sorting goes off and also some of the rows at the top are also
>> > appearing magically again at the bottom this is the second issue.
>> >
>> > Brief Summary of problem..
>> > 1. sorting goes off while scrolling advanced datagrid with hieriacal
>> > data(*Sort
>> > it by putting scroll bar one row down don't put the scrollbar at top*)
>> > 2. duplicate rows starts appearing at the bottom while scrolling
>> >
>> > need to fix bug as soon as possible please help
>> >
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Flex India Community" group.
>> To post to this group, send email to [email protected].
>> To unsubscribe from this group, send email to
>> [email protected]<flex_india%[email protected]>
>> .
>> For more options, visit this group at
>> http://groups.google.com/group/flex_india?hl=en.
>>
>>
> --
> You received this message because you are subscribed to the Google Groups
> "Flex India Community" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected]<flex_india%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/flex_india?hl=en.
>
--
You received this message because you are subscribed to the Google Groups "Flex
India Community" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/flex_india?hl=en.