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

moving data from TargetPage to textbox in repeater.item in ParentPage

3 Answers 38 Views
Window
This is a migrated thread and some comments may be shown as answers.
ayh
Top achievements
Rank 1
ayh asked on 17 Nov 2008, 02:33 PM
Dear telerik team,
My ParentPage has a repeater.items that contains textboxes and each repeater.items has Add button.
When clicking to Add button TargetPage opens. After chossing the data in TargetPage could you explain how we can transfer the datas to textboxex where in repeater.item.

Thank you for helping us.

3 Answers, 1 is accepted

Sort by
0
Nikolay Raykov
Telerik team
answered on 20 Nov 2008, 01:39 PM
Hello Ayh,

The RadWindow replicates the standard browser window behavior and behaves like such. I suggest you to implement your scenario with a standard browser window (window.open) and then use the same logic with RadWindow. In case you achieve the desired behavior with the standard browser window but you experience problems in the RadWindow implementation, open a new support ticket, send us the solution with the browser window and we will modify it in order to use RadWindow instead.

Greetings,
Nikolay Raykov
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
ayh
Top achievements
Rank 1
answered on 21 Nov 2008, 11:48 AM
Hello again;

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?
0
Nikolay Raykov
Telerik team
answered on 24 Nov 2008, 04:12 PM
Hi Ayh,

I already answered your question in the support ticket you sent us. For your convenience I am posting here my answer:

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
ayh
Top achievements
Rank 1
Share this question
or