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

ASP.NET Web Parts Drag and Drop feature does not operate correctly when using the Telerik AJAX

3 Answers 71 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Ela
Top achievements
Rank 1
Ela asked on 23 Mar 2011, 01:55 AM

I have asp.net web page that is using RadTabStrip & RadMultiPage. The multi page controls/tabs contain web parts.

When I use Ajax and click/switch to the Design Mode (WebPartManager.DesignDisplayMode) I don't have the web parts drag and drop feature, drop down verbs menu and other client functionality. What is the work arount to make it work with Telerik?

3 Answers, 1 is accepted

Sort by
0
Tsvetoslav
Telerik team
answered on 24 Mar 2011, 01:38 PM
Hello Ela,

Please, open up a formal support ticket and send your files. Do indicated if you are using the controls within SharePoint or not. Thanks.

All the best,
Tsvetoslav
the Telerik team
0
Ela
Top achievements
Rank 1
answered on 05 Apr 2011, 08:17 PM
Thanks. I have opened a support ticket. No feedback yet.

Another issue - I have RadComboBox inside webpart. Changing the selection in RadComboBox should repopulate RadGrid.
When in browse mode I can't click/change the selection in the rad combo (behaves like it is disabled). I replaced the RadComboBox with Microsoft DropDownList and it works fine - I'm able to select values but the grid NeedDataSource is not executed.

The AutoPostBack property is set to true

Here is code example

protected 

 

 

void ddl_SelectedIndexChanged(object sender, EventArgs e) {

 

 

    this.grid.Rebind(); 

}

 

 

 

 

 

protected void grid_NeedDataSource(object sender, Telerik.Web.UI.GridNeedDataSourceEventArgs e) {
    //code that populates the grid based on the selection

 

}

What do I need to do to make sure that RadComboBox will allow me to select the values in webpartmanager browse mode?

Or

What do I need to do to trigger the NeedDataSource event when using Microsoft drop down?

 

 


 

0
Tsvetoslav
Telerik team
answered on 08 Apr 2011, 10:43 AM
Hello Ela,

I looked through your support communication and no formal support ticket on the issues below is visible there. Do make sure that you have a ticketed properly created and opened and once I get your code, I will give you further feedback as it is important to look at it. 

Regards,
Tsvetoslav
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
Tags
Ajax
Asked by
Ela
Top achievements
Rank 1
Answers by
Tsvetoslav
Telerik team
Ela
Top achievements
Rank 1
Share this question
or