:: Forum >>

Selecting a row after adding?

How do I select a row I just added? I tried the "setRowSelected(rowcount)" but the whole grid was highlighted.

Really I just want the grid to scroll down to the new row and set focus in the first column.

Thanks for your help in advance!
Jack
Thursday, August 17, 2006
Tyr this

setCurrentRow(rowNumber)
setCurrentColumn(columnNumber)
Bobby Sands
Thursday, August 17, 2006
That worked. Thanks for your help!
Jack
Friday, August 18, 2006

This topic is archived.


Back to support forum

Forum search