Telerik Forums
UI for PHP Forum
1 answer
68 views
How to add un-selectable item in ComboBox?

MasterItem1
  SubItem1-1
  SubItem1-2
  SubItem1-3
MasterItem2
  SubItem2-1
  SubItem2-2
  SubItem2-3
I don't want to allow user to select MasterItem1 and MasterItem2

Thank you,
Alexander Valchev
Telerik team
 answered on 18 Jun 2013
2 answers
281 views
Hi,

I have a working combobox widget generated using the PHP wrappers. Now, I would like to make the widget wider (500px).

When I insert the javascript code below directly in to the page, I am able to widen the dropdownlist of the widget, however, not the widget itself.
var combobox = $("#event_id").data("kendoComboBox");
combobox.list.width(400);
I have also tried adding a custom class (which sets a width with an !important flag) to the widget using the .attr() method (from PHP); this does widen the widget, but it messes up the rendering and looks ugly afterwards.

How would I do this? I would like to make the default width of all widgets wider actually, all preferably from within my PHP code. Just to be clear, I would like to widen both the widget itself and the dropdownlist.

Hope you can help! :)
Rinck
Top achievements
Rank 1
 answered on 03 Apr 2013
9 answers
129 views
Hello,

I downloaded the Kendo UI PHP free version last night. I just started to learn Kendo last night at my job.

I cannot get the ComboBox PHP code to work properly. I cannot get the page to render as shown here in your example: http://demos.kendoui.com/web/combobox/index.html

Here is my page I am building the Kendo UI PHP ComboBox code:
http://192.168.2.50/pub/MetroRelations/kendouiprojects/kendouicomboboxtest.php

Please help me get this to work.

Thank you.

Christian Lombardo
Christian
Top achievements
Rank 1
 answered on 26 Mar 2013
Top users last month
Dominik
Top achievements
Rank 1
Giuliano
Top achievements
Rank 1
Dominic
Top achievements
Rank 1
Glendys
Top achievements
Rank 1
NoobMaster
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?