Drop down lists in new UI

Posted by jsniemi79 on 23-Nov-2015 18:49

It appears the default in the drop down lists for the new UI is to use a filter for starts with.  I know you can use a contains filter with the Kendo UI, Is this something that can be overridden with script, to use the contains?

All Replies

Posted by jsniemi79 on 23-Nov-2015 19:14

I got this working by adding the following script to the page.  It only handles a single field, but it works as I would expect.

<script>

 $(document).ready(function(){

 rbf_getFieldContext('timeZone').getKendoConfig().setOptions({filter: "contains"});

});

</script>

Posted by Chandrasekhar Gontla on 23-Nov-2015 22:44

Hi,

We are going to incorporate all the kendo supported filters in picklist in upcoming release (tentatively for v4.1.0.0 release).

Thanks and Regards

Chandu.

This thread is closed