hello,
I want to select the first datarow, after a UltraGrid had load the datasource . Normally one datarow is selected, but at one grid ,i have it isnt.
i tryed some codes, searched in google and here, but nothing worked.
can someone help me?
works
grid.row[0].activate
grid.activerow.selected=true
thanks, that works...but i have only activate this row, not selected.
i must select this row, because i want load this row in textboxes.
if you load data like:
grid.DataSource = data
After that write:
grid.Rows[0].Activate()