Hi,
I currently run some test to see if we can use Telerik Kendo Web on a very specific application.
The programmers team need to send data to Telerik control without to many Framework UI "Black Box". Its ok for him to rebind manually the date when a particular event come.
When we create the control:
Module.Collection connait a lits of object. After the creation, what is the best way to refresh the combobox manually? I can recall the kendoComboBox function and recreate the combobox, but that cause a small visual glitch.
Any suggestion?
I currently run some test to see if we can use Telerik Kendo Web on a very specific application.
The programmers team need to send data to Telerik control without to many Framework UI "Black Box". Its ok for him to rebind manually the date when a particular event come.
When we create the control:
$("#cboListe").kendoComboBox({ dataTextField: "Nom", dataValueField: "Id", dataSource: Module.Collection, filter: "contains", suggest: true, index: 1});Any suggestion?