Hi,
I am evaluating Silverlight grid. I want to programmatically select a grid cell. Is there any way to select cell programmatically?
Thank you,
Amit Vaishnav
KV
Karthik Vishnu R
Syncfusion Team
February 15, 2010 10:29 AM UTC
Hi Amit,
Thanks for using syncfusion products.
You can select a cell programmatically by using the following code,
this.grid.Model.Selections.Add(GridRangeInfo.Cell(4, 4));
Please, let us know if you need more details.
Regards,
Karthik
AV
Amit Vaishnav
February 18, 2010 07:07 PM UTC
It worked. Thanks.
KV
Karthik Vishnu R
Syncfusion Team
February 22, 2010 03:43 AM UTC
Hi Amit,
Thanks for your feedback. Please, let us know if you have further queries.
Regards,
Vishnu