Dear All,
Today , We will see, How to set Cursor focus on Grid Row through SDK.
Today , We will see, How to set Cursor focus on Grid Row through SDK.
C#.Net
_Grid.Columns.Item("Colunique").Click(0, false, 0);
VB.net
_Grid.Columns.Item("Colunique").Click(0, false, 0)