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

Template and radcontrols

2 Answers 49 Views
ListView
This is a migrated thread and some comments may be shown as answers.
David
Top achievements
Rank 1
David asked on 02 Feb 2011, 04:45 PM
Hi,

I got an application with a ListView containing RadControls in InsertItemTemplate.
I would like to propose to the visitor a value in a RadTextBox calculated on value inserted by this visitor in another RadTextBox.
But how can I get access to these fields in js ?
In .Net code behind no problem.. but I don't know how to do that on client side.

Can someone help me on this ?

Regards,

David

2 Answers, 1 is accepted

Sort by
0
Maria Ilieva
Telerik team
answered on 07 Feb 2011, 05:33 PM
Hi David,

Currently RadListView control does not provide such a mechanism for accessing controls in ItemTemplates on the client. The only possible option is on the server in the ItemCreated event for example.


Greetings,
Maria Ilieva
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
0
Maria Ilieva
Telerik team
answered on 07 Feb 2011, 05:33 PM
Hi David,

Currently RadListView control does not provide such a mechanism for accessing controls in ItemTemplates on the client. The only possible option is on the server in the ItemCreated event for example.


Greetings,
Maria Ilieva
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
Tags
ListView
Asked by
David
Top achievements
Rank 1
Answers by
Maria Ilieva
Telerik team
Share this question
or