setCurrentRow() and setSelectedRows()
What is the difference between - Regarding setCurrentRow() and setSelectedRows() ?
If I am programtically selecting a row, I need to always call both - setCurrentRow(i) and setSelectedRows([i]), correct ?
But when I select a row manually, is getCurrentRow() = getSelectedRows()[0] always true, in case of a single row select mode ?
Please advice...
If I am programtically selecting a row, I need to always call both - setCurrentRow(i) and setSelectedRows([i]), correct ?
But when I select a row manually, is getCurrentRow() = getSelectedRows()[0] always true, in case of a single row select mode ?
Please advice...
JJ
July 17,