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

RadGrid FormTemplate & Individual AJAX Components

1 Answer 25 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Jürgen
Top achievements
Rank 1
Jürgen asked on 12 Oct 2012, 04:34 PM
Hi,
I want to create a component with the following setup

  • RadGrid: In the FormTemplate I have multiple components:
  • RadTextBox: Allows to search a tree in search-as-you-type manner (via AJAX), continuously updating a 
  • RadTreeView: As soon as I click there I want to put the selected item (via AJAX) into a 
  • asp:Label (inside an asp:UpdatePanel) and return it to the RadGrid
  • There are other RadTextBox and RadTreeView elements in the form as well, allowing search-as-you type on different trees as well.

I've got the latter four working in a separate page, but have not yet succeeded to integrate with the RadGrid.

It seems that there is a problem with Ajaxified controls within all RadGrid FormTemplates: According to this post it is not possible to put individual AJAX-enabled components into any RadGrid form, right? (I am afraid it is no option for me to put all of these components into a combined AJAX control as I have to update all the contained components individually).

Is there any workaround for me?
Is the problem the same in RadComboBox popups?

Thanks for your help,
Jürgen

1 Answer, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 17 Oct 2012, 09:32 PM
Hi,

The online example below demonstrates how you can use RadAjaxManager to ajaxify specific controls dynamically:
http://demos.telerik.com/aspnet-ajax/ajax/examples/manager/partialajaxification/defaultcs.aspx

All the best,
Pavlina
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Grid
Asked by
Jürgen
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Share this question
or