Forum Post: Re: [beta 4.0.4.] Kendo Combobox Replacing By Dropdownlist

  • Thread starter Thread starter Mohammed Siraj
  • Start date Start date
Status
Not open for further replies.
M

Mohammed Siraj

Guest
Meryem, Kendo DataSource is an abstraction & is not tied to any particular widget. The filters that you are setting on kendoDataSource should work well now also. Given below is a code snippet that exhibits the same: Beleive the only correction you will have to make is: Instead of, var comboBox= $("#opportunityType").data("filedIntName"); Use: var comboBox= rbf_getFieldContext('fieldIntegrationName'); This will also give you performance benefits as you need not run jquery selectors on the page DOM i.e. $("#opportunityType"). That said, do you have any commments on the performance side for Rollbase 4.0.4 - Early Access Build.

Continue reading...
 
Status
Not open for further replies.
Back
Top