I would like to select the second column first row cell in the loaded event for the XamDataGrid.
How can I do this?
Thanks,
Jon
Hello Jon,
Thank you for your post.
I would like you to take a look at the sample project I have attached, in which I demonstrate how to select the cell in the second column and first row of a XamDataGrid in the Loaded event of that control. You can utilize the XamDataGrid's Records collection to get the DataRecord. The DataRecord has a Cells collection, which you can use to obtain the cell. Then, set the IsSelected property of the cell to true.
Please let me know if you have any other questions or concerns on this matter.
Sincerely,AndrewAssociate DeveloperInfragistics Inc.www.infragistics.com/support