Hi ,
I am not able to set focus to a particular in row...any pointer will be highly appericated
Thanks,
Abhi
Ritesh Jain - 21 Dec 2004 14:18 GMT
Hi,
U can set the Focus to any Row of DataGrid with
'This will Set the 3 rd row of Your Grid as Current Row
dgContact.CurrentRowIndex = 3
'This will Highlight the 3 rd Row.
dgContact.Select(3)
Regards,
Ritesh