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...
Continue reading...