Hi all,
I fetched data from xml database file and listed in datagrid.
Sorting cells asc. or dsc. using data table headers. I have a
some buttons (for go to another pages) and using a click handler event.
I have an another page, it's a details page. When clicked to any cell listed in datagrid,
showing details a selected item from data grid and i used a selectionChange event for
going to details page. But data grid scrolling event doesn't work because i using a selectionChange
evet. When i touch the screen for scroll the page, going to details page.
How can i solve this problem. I think using a vertical scrollbar but i'm not sure work and i don't know
about using vertical scrollbar with data grid?
Thanks in advanced.
First image : only listing data. selectionChange event not active.
http://resmim.org/i/original-01338fb7d077153ce5827cf4ee239c69.gif
Second Image : Used selectionChange event but scrolling doesn't work.
http://resmim.org/i/original-6651426a72b21ca0b8c44bcdac561ccf.gif