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

NestedViewTemplate with Repeater

1 Answer 99 Views
Grid
This is a migrated thread and some comments may be shown as answers.
digitall
Top achievements
Rank 1
digitall asked on 31 Dec 2008, 09:45 PM
I am binding a RadGrid to a collection of standard business objects and using the NestedViewTemplate to display more information about each item. On each object that is part of the grid there is a sub-collection of items that I am wanting to bind to a repeater that is inside my NestedViewTemplate. I tried using the ItemCreated event handler and my repeater is successfully found, but my GridItemEventArgs.Item.DataItem is null so it can't bind it. Is there a way to do this?

1 Answer, 1 is accepted

Sort by
0
digitall
Top achievements
Rank 1
answered on 02 Jan 2009, 01:33 PM
Interestingly enough, it looks like in this case I was able to bind declaritively directly to the repeater without setting the datasource in the code behind. It looks like all is set!
Tags
Grid
Asked by
digitall
Top achievements
Rank 1
Answers by
digitall
Top achievements
Rank 1
Share this question
or