Hi, I'm using Infragistics 2016 volume 1 on a project. One part is using the webdropdown item, and I have this almost working as I want. However when I enter some text into the input box to filter on the list such that no records are returned, is it possible to display some custom text along the lines of: "No Records found, please try changing your search criteria.". Is this possible?
Thanks
Hello,
Thank you for posting in our community!
Could you please add some more details on what you are trying to achieve? Where would you like this message to be displayed?
What type of filtering you are using as there are several options as mentioned here --> http://es.infragistics.com/samples/aspnet/drop-down/filtering-autocomplete
I am looking forward more feedback from you!
Hi,
I am doing client side filtering on the webdropdown, and I would like to be able to display a 'no results returned' message within the drop down area where the matching items were previously displayed when there was a match.
Below is my aspx code:
<ig:WebDropDown ID="wddCompany" runat="server" Width="100%" DisplayMode="DropDown" AutoSelectOnMatch="false" AutoFilterQueryType="Contains" EnableAutoCompleteFirstMatch="false" EnableAutoFiltering="Client" CssClass="form-control" NullText="Search for your company" />