M
Mohammed Siraj
Guest
Prefer, rbf_getFieldContext('dropdownlist').getKendoConfig() to access kendo widget configuration objects. Instead of directly querying for widget type. That is, var dropdownlist = rbf_getFieldContext('dropdownlist').getKendoConfig(); //where 'dropdownlist' is field integration name Instead of: var dropdownlist = $("#dropdownlist").data("kendoDropDownList"); This way, client-code will be imprevious of any widget implementation changes.
Continue reading...
Continue reading...