C cfyam Dec 23, 2005 #1 How can I set the row cursor(on the row header) position by C# app? The DataGrid.Select() method can't do it!
How can I set the row cursor(on the row header) position by C# app? The DataGrid.Select() method can't do it!
N Nicholas Paldino [.NET/C# MVP] Dec 23, 2005 #2 cfyam, You can get the binding context and then set the Position property to the row you would like to set the current row cursor to. Hope this helps.
cfyam, You can get the binding context and then set the Position property to the row you would like to set the current row cursor to. Hope this helps.