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

transform the kendodropdownlist to textbox

1 Answer 186 Views
Grid
This is a migrated thread and some comments may be shown as answers.
veena
Top achievements
Rank 1
veena asked on 21 Sep 2013, 05:17 PM
Hi
I have 2 dropdown in the edit template.

<input id="1" style="width: 300px" />
<input id="2" disabled="disabled" style="width: 300px" />

on selection of 1st dropdown , I fill 2nd dropdown (using cascading e.g.) ,  for some values in the 1st  dropdown I need to show textbox in place of 2nd dropdown as a result.

How to achieve this?

1 Answer, 1 is accepted

Sort by
0
Nikolay Rusev
Telerik team
answered on 25 Sep 2013, 06:59 AM
Hello Veena,

You will have to conditionally initialize the widgets in the editor template in such case. Here is an example of Custom editor implementation.

Regards,
Nikolay Rusev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Grid
Asked by
veena
Top achievements
Rank 1
Answers by
Nikolay Rusev
Telerik team
Share this question
or