views:

7

answers:

0

Hi, I am new to the Silverlight. In our application, we are using Silverlight 4.0, Telerik 2010.

I am solving one issue that is related to RadGridView. Because of some implementation details [Need to create dynamic column names] , i have to create Custom data Table object. and bind that object to the Grid.

E.g.

Class Employee { Int EmpId; String Name; };

Class Persantage { int Id; float Marks; Employee emp; };

I have to bind the Persantage collection to the GridView. In the Grid view, i can see id, Marks and Employee Name.

And when click on cell of the employee name then need to get Employee object, Not just employee name [String].

Can anyone please have any idea about it?

Or may be some sample?

Thanks in Advance, Mahesh