I am adding radbookitem to a radbook dynamically. On some of radbookitem i want to add a datagrid. How can I add datagrid to radbookitem.
Is it even possible?
Thanks a lot.
2 Answers, 1 is accepted
0
Kiril Stanoev
Telerik team
answered on 19 Apr 2010, 12:51 PM
Hi Shweta,
Yes, you can add a DataGrid to a RadBookItem. RadBookItem is a ContentControl, therefore you can put anything as its content.
// Add the BookItem as an item to the items collection of the Book
this.book1.Items.Add(bookItem);
}
Let me know if this helps. If you have additional questions or comments, let me know. I'd be glad to further assist you.
All the best,
Kiril Stanoev
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items.