Gregg
Posted on Jul 2, 2009
(permalink)
I suppose this will be more of a javascript question.
The Upload/Additional Fields example
http://demos.telerik.com/aspnet-ajax/upload/examples/additionalfields/defaultcs.aspx is nice, but how does one make the additional text boxes multi-line as well as set their max length, rows, etc, - in other words, how to set the other properties we commonly see in an asp:TextBox control?
Reply
Answer
Telerik Admin
Posted on Jul 8, 2009
(permalink)
Hi Gregg,
You can easily achieve your goal by creating new textarea controls instead if input, i.e.
All the best,
Paul
the Telerik team
Reply