This question is locked. New answers and comments are not allowed.
Hi Forum,
We are using RADGRIDVIEW control in SilverLight 3.0 project and RadGridView is binded to DTO object collection (DTO object contains: Invoice_Key, Name,Address).
Also the same DTO object is binded to Data Form control in the XAML of silverlight.
We are using Data Form to do CRUD operations, so once the CRUD operation is competed, we get the Invoice_Key back from DB.
Based on the Invoice_key, We need to selected the row (record) in RadGridView and highlight it
Can some one put in the code for selecting the row (highligting the record) in Grid
Thanks in Advance
Suman
We are using RADGRIDVIEW control in SilverLight 3.0 project and RadGridView is binded to DTO object collection (DTO object contains: Invoice_Key, Name,Address).
Also the same DTO object is binded to Data Form control in the XAML of silverlight.
We are using Data Form to do CRUD operations, so once the CRUD operation is competed, we get the Invoice_Key back from DB.
Based on the Invoice_key, We need to selected the row (record) in RadGridView and highlight it
Can some one put in the code for selecting the row (highligting the record) in Grid
Thanks in Advance
Suman