Hi,
I want to create a component with the following setup
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
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