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

RadInputManager and ASP FormView

1 Answer 41 Views
Input
This is a migrated thread and some comments may be shown as answers.
Chen
Top achievements
Rank 1
Chen asked on 20 Mar 2011, 12:51 PM
Hi

When I use the RadInputManager property builder, controls inside a form view are not listed in the list of controls.

How can I use the RadInputManager with a FormView?

Thx
Chen

1 Answer, 1 is accepted

Sort by
0
Tsvetina
Telerik team
answered on 24 Mar 2011, 01:26 PM
Hi Chen,

This is so because the FormView is a NamingContainer and the IDs of the textboxes are not those that you assigned to them declaratively. Your options are to either access the textboxes programmatically and add them as target controls to the textbox settings of the RadInputManager or use the RadInput textboxes instead (RadTextBox, RadNumericTextBox, etc.).

All the best,
Tsvetina
the Telerik team
Tags
Input
Asked by
Chen
Top achievements
Rank 1
Answers by
Tsvetina
Telerik team
Share this question
or