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.
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.