This is a migrated thread and some comments may be shown as answers.

Telerik grid inside a telerik grid binding problem

1 Answer 62 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Salil
Top achievements
Rank 1
Salil asked on 22 Jul 2011, 12:48 PM
Class People
    Property Name As String ()
    Property IsAssigned As Boolean
End Class

Class Assignment
    Property ManagerName As String ()
    Property AssignmentDetails As String ()
    Property AssignedToList As List (Of People)
End Class

I have a requirement where i have a Telerik grid which is bound to a list of a custom collection. The structure of the collection is
List (Of Assignment), which is bound to my grid. I have a couple of bound columns which are bound to the string properties. I also have a template column, where i want to have another grid, which gets bound to AssignedToList. This binding should be two-way. How can I achieve this ?

1 Answer, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 27 Jul 2011, 05:19 PM
Hi Salil,

I suggest that you examine the forum thread below and let me know if it helps to achieve the desired functionality:
http://www.telerik.com/community/forums/aspnet-ajax/grid/radgrid-inside-nestedviewtemplate-of-another-dynamic-radgrid.aspx

Regards,
Pavlina
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Tags
Grid
Asked by
Salil
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Share this question
or