How do I get the drop down box wider. See attached image.
4 Answers, 1 is accepted
0
Hello Matt,
You will need to wire the edit event of the widget and get a reference to the widget you want to modify. Once this is done, you can change the width of the element. Here is a simple Dojo demo, which shows how to accomplish this.
Regards,
Georgi Krustev
Telerik
You will need to wire the edit event of the widget and get a reference to the widget you want to modify. Once this is done, you can change the width of the element. Here is a simple Dojo demo, which shows how to accomplish this.
Regards,
Georgi Krustev
Telerik
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.
0
Edward
Top achievements
Rank 1
answered on 28 Aug 2014, 02:28 PM
Thank you
0
Edward
Top achievements
Rank 1
answered on 28 Aug 2014, 04:18 PM
Is there an example with MVC
0
Accepted
Hello Matt,
You can use the EventBuilder method to wire the edit event. The rest of the code is same, because the width modification should be done on the client.
Regards,
Georgi Krustev
Telerik
You can use the EventBuilder method to wire the edit event. The rest of the code is same, because the width modification should be done on the client.
Regards,
Georgi Krustev
Telerik
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.