Quantcast
Channel: Telerik Forums RSS
Viewing all articles
Browse latest Browse all 78072

Multiple values when using Server Filtering

$
0
0

How do I filter when I have the option for multiple selections using the Separator property

I have a Read action set up which passes the search data through to my controller and I have a client side script set up for the additional data

When a user has selected one user and then starts typing for the second user this pass "Name One; Nam" to the controller.

$("#distributionList").val() is passing the whole string and not the new search for the second name. How can I pass just the text that is being typed in and not the previously selected users.

 

1.functiononDistributionListAdditionalData(obj) {
2.                return{
3.                    text: $("#distributionList").val()
4.                };
5.            }

Viewing all articles
Browse latest Browse all 78072

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>