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

add input controls to input manager dynamically?

1 Answer 46 Views
Input
This is a migrated thread and some comments may be shown as answers.
towpse
Top achievements
Rank 2
towpse asked on 22 Apr 2009, 03:35 PM
hey folks.
I have a RagGrid for which I am generating a bunch of <input type="text" class="text-input" style="display:none" /> controls in a column renderer. They are hidden by default and show only after a user click action.
In the column renderer I'd like to register each of these input text box controls with the input manager. Is this possible?

thanks.

1 Answer, 1 is accepted

Sort by
0
Accepted
Dimo
Telerik team
answered on 23 Apr 2009, 09:05 AM
Hi towps,

There are two ways to add textboxes to RadInputManager:

1. Add a specific textbox by using its ID:

http://demos.telerik.com/aspnet-ajax/input/examples/radinputmanager/dynamicinputfiltersettings/defaultcs.aspx?product=input

2. Add all textboxes inside a particular control by using the control's ID:

http://demos.telerik.com/aspnet-ajax/input/examples/radinputmanager/databinding/defaultcs.aspx


Both methods can be used declaratively or programmatically.


Best wishes,
Dimo
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Input
Asked by
towpse
Top achievements
Rank 2
Answers by
Dimo
Telerik team
Share this question
or