problem with selecting a rows in advanced datagrid using keydown event
Posted
by user365559
on Stack Overflow
See other posts from Stack Overflow
or by user365559
Published on 2010-06-13T06:43:22Z
Indexed on
2010/06/13
6:52 UTC
Read the original article
Hit count: 176
flex3
Hi,
I have advanced datagrid with list of items is displayed.I am using keydown for selecting the rows.But the actual problem is when i am selecting the items after the 2nd item it should move to the 3rd item but instead of that its moving back to the 1st item.I have defined selectionmode property to singlerows even then the result same to be same.can any one give me the soloution.
© Stack Overflow or respective owner