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://ko.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" />
Hello,I want to inform you there, is no such inbuilt functionality to display a message as a list item in the WebDropDown Container, when there is no such matching record while filtering. Actually, it is considered to be a Product Idea.
You can suggest new product ideas for future versions (or vote for existing ones) at http://ideas.infragistics.com.
There are many benefits to submitting and product idea:
- Direct communication with our product management team regarding your product idea.
- Notifications whenever new information regarding your idea becomes available.
- Ability to vote on your favorite product ideas to let us know which ones are the most important to you. You will have ten votes for this and can change which ideas you are voting for at any time.
- Allow you to shape the future of our products by requesting new controls and products altogether.
- You and other developers can discuss existing product ideas with members of our Product Management team.
Steps to create your idea:
Log into the Infragistics Product Idea site at http://ideas.infragistics.com (creating a new login if needed).
Navigate to the product / platform channel of your choice (e.g. WPF, Windows Forms, ASP.NET, HTML5 / Ignite UI, iOS / NucliOS, etc.)
Add your product idea and be sure to be specific and provide as much detail as possible. Explain the context in which a feature would be used, why it is needed, why it can’t be accomplished today, and who would benefit from it. You can even add screenshots to build a stronger case. Remember that for your suggestion to be successful, you need other members of the community to vote for it. Be convincing!
The Product Idea site puts you in the driver’s seat and allows you to track the progress of your ideas at any time, see how many votes it got, read comments from other developers in the community, and see if someone from the product team has additional questions for you.
Thanks for confirming this.