L
Levon Levonian
Hi All,
I have a datatable with following items:
ID | City
23 | London
29 | Paris
45 | Roma
it is binded to a grid. Grid rows' ids are 0, 1, and 2, as well as table's
rows are 0, 1, and 2. When I sort a table or a grid, how can I access a
record whose ID=23. I need a simple mechanism to allow me to access an
underlying row in a table by supplying it the value from any column in the
table (like ID or City).
Thank you
I have a datatable with following items:
ID | City
23 | London
29 | Paris
45 | Roma
it is binded to a grid. Grid rows' ids are 0, 1, and 2, as well as table's
rows are 0, 1, and 2. When I sort a table or a grid, how can I access a
record whose ID=23. I need a simple mechanism to allow me to access an
underlying row in a table by supplying it the value from any column in the
table (like ID or City).
Thank you