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

Radwindow pass value to textbox

2 Answers 174 Views
Window
This is a migrated thread and some comments may be shown as answers.
jc
Top achievements
Rank 1
jc asked on 13 Jul 2010, 04:07 PM
Hi,

I would like to do have the same functionality as this but instead of passing the value from the dialog.aspx page to a radtextbox in the radgrid edit template, I would like to pass the value to a asp textbox in the radgrid edit template.  I am stuck -- is this possible?

2 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 14 Jul 2010, 07:59 AM
Hello,

One suggestion would be accessing the TextBox from code behind and saving the ClientID in a global location (use HiddenField) so that you can access from client-side also. Now when opening the window, get the textbox value from client-side and set the url parameter accordingly to pass the value to radwindow page.
Using the URL Query String to Provide Arguments to RadWindow


-Shinu.
0
Radoslav
Telerik team
answered on 16 Jul 2010, 08:02 AM
Hello Julie,

I am sending you a simple example which demonstrates the desired functionality. Please check it out and let me know if it helps you.

Looking forward for your reply.

Regards,
Radoslav
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
Window
Asked by
jc
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Radoslav
Telerik team
Share this question
or