How can I catch a value of a line and column, for simply to give display? When navigating for the grid, I want to show the values of each line and column in fields of output text.
Lourival Queiroz
Tuesday, August 5, 2008
Use currentRow and currentColumn properties to obtain the column/row indices of the current cell. You can also use onCurrentRowChanged and onCurrentColumnChanged events to detect when the user navigates from one cell to another.