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

rad window and repeater

1 Answer 79 Views
Window
This is a migrated thread and some comments may be shown as answers.
ayh
Top achievements
Rank 1
ayh asked on 19 Nov 2008, 03:48 PM
Hello, I have the following scenario:

Repeater with textbox + button that is in an AjaxPanel.  When I click the button, a radWindow pops up which allows a user to make a choice based on a selection and closes.  The selection gets passed back to my javascript callback function.   Now I want to put the return value into the textbox in the repeater.   How do I do this?

I tried hooking up an AjaxManager and the window to update txtBox in the repeater, but this doesn't work.  I would just get use id of the txtBox, but looking at the page source, I can't find those text boxes, probably because their created dynamically at runtime using ajax.  Any suggestions?

1 Answer, 1 is accepted

Sort by
0
Nikolay Raykov
Telerik team
answered on 24 Nov 2008, 01:11 PM
Hi Ayh,

This problem is not directly related to RadControls but to general ASP.NET knowledge. I can suggest you to look in MSDN to find more information. This is the documentation page for the Repeater server control:

http://msdn.microsoft.com/en-us/library/x8f2zez5.aspx


Best wishes,
Nikolay Raykov
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Window
Asked by
ayh
Top achievements
Rank 1
Answers by
Nikolay Raykov
Telerik team
Share this question
or