Re: Data grid Line or Index

2014-10-29 Thread Bob Sneidar
Normally that would be true, but Datagrids work differently. If you set the dgData of a data grid, given no sort, you will see that the dgDataOfLine and the dgDataOfIndex are identical. Element 1 is line 1 and Index 1. Now click one of the columns to resort. Element 1 is still line 1 but the in

Re: Data grid Line or Index

2014-10-27 Thread Sri
Since arrays relate to how data is stored and not how data is displayed, I'd think no display-related factors should affect them. I'd expect dgData to stay the same (i.e., not updated), regardless of how the user manipulates the table displayed. (Any edits are incorporated through the index). Rega