Hi,
Here my function
I try de set a selected default value to my combo box resource when i add a new appointement
(startInsertingInAdvancedForm="true"),
It don't work.
I'm in WebService binding mode, what is wrong in my code ??? thanks
Here my function
function SelectedIndexChangedHandler(sender, args) { var $ = $telerik.$; if (args.get_item().get_value() == "NULL") { var ResourceComboBox = $find($("[id$='Form_ResActivites']").attr("id")); //var emptyItem = ResourceComboBox.findItemByText("Consultation"); var items = ResourceComboBox.get_items(); items.getItem(2).select(); } }(startInsertingInAdvancedForm="true"),
It don't work.
I'm in WebService binding mode, what is wrong in my code ??? thanks
