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

Dynamic PanelBar with RadGrid

0 Answers 67 Views
PanelBar
This is a migrated thread and some comments may be shown as answers.
Venkat Ganesh
Top achievements
Rank 1
Venkat Ganesh asked on 18 Sep 2009, 03:30 AM
I am building RadPanelBar using Database. In ascx page, I just have root like below

        <telerik:RadPanelBar
            runat="server" ID="RadPanelBar1"
            ExpandMode="FullExpandedItem">
            <Items>
            </Items>
        </telerik:RadPanelBar> 

In ItemDataBound, I am adding RadPanelItem, and itemtemplate using ItemTemplate = new MyTemplateClass()

In MyTemplateClass,

public void InstantiateIn(System.Web.UI.Control container)
// Here I am adding RadGrid and other controls dynamically.

All the code above in ASCX page (Usercontrol)

Question:
1. How to pass a value to RowDrop handler of dynamic RadGrid (which is inside the dynamically created radpanelitem) from aspx web page?

No answers yet. Maybe you can help?

Tags
PanelBar
Asked by
Venkat Ganesh
Top achievements
Rank 1
Share this question
or