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

[Solved] Telerik Grid inside an UserControl(.ascx)

1 Answer 131 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Tanvir
Top achievements
Rank 1
Tanvir asked on 20 May 2009, 09:10 AM
Hi
I am a new user of telerik controls. I have used the RadGrid and implemented some Drag n Drop functionality.
It works fine if use the grid in aspx page but if i put the Grid related codes in an ascx, the Drag n Drop functionality works only for the first time.
I've used the following code to load the usercontrole in an aspx page.

    protected void Page_Load(object sender, EventArgs e)
    {
        ph.Controls.Clear();
        ph.Controls.Add(LoadControl("ProductList.ascx"));
    }

Can anyone help me out on this issue ? It's argent.

Thanks in Advance
Tanvir Raihan.


1 Answer, 1 is accepted

Sort by
0
Yavor
Telerik team
answered on 25 May 2009, 08:19 AM
Hi Tanvir,

One possible cause of this behavior may be is the if the user control is not properly loaded.
If the issue persists, you can open a formal support ticket, and send us the problematic implementation, in a small working project, for additional testing and review.

Sincerely yours,
Yavor
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Grid
Asked by
Tanvir
Top achievements
Rank 1
Answers by
Yavor
Telerik team
Share this question
or