casing the object values

Posted by deep on Stack Overflow See other posts from Stack Overflow or by deep
Published on 2010-03-24T03:46:12Z Indexed on 2010/03/24 3:53 UTC
Read the original article Hit count: 457

Filed under:
|
|
|

Hai am using telerik wpf grid

in grid selection change event am getting the selected row values. the problem is the values are as object.

object myData = radGridView.SelectedItem;

the object myData contains the row values. but i don know how to get values from the myData object

© Stack Overflow or respective owner

Related posts about grid

Related posts about wpf