Is there a way to hide the filter row when loading the grid at first ?
So, not visible at the beginning, but must be able to set visible when clicking the settings-icon in the column and choosing 'Show Filter'...
We are setting the grid's properties from the model:
GridFiltering.Features.Add(new GridFiltering(){ Type = OpType.Local, ColumnSettings = new List<ColumnFilteringSetting>() { new ColumnFilteringSetting () { ColumnKey = "PdfImage", AllowFiltering = false }
});
Hello,
Is there anything else I can assist you with on the matter? Please do not hesitate to contact me with more questions.
I apologize for the troubles you are having with this functionality. One thing you may want to continue to look into is that 'Hide Filter' and 'Show Filter' labels should also be able to be edited programmatically. By selecting this element with jQuery you should be able to change the inner text value on the clicking of the settings icon manually. Please let me know if you are able to get this functionality working.
Also, Infragistics is dedicated to listening to our customers' needs for guidance on new features in order to give them the best experience with our product. This being said, I can assure you that if you have submitted it as a New Product Idea, it will be reviewed by our team for implementation in later versions.
Please let me know if there is anything else I can assist you with.
We already tried by altering the CSS-code.
We added a class when the grid is loaded and the CSS set the display to none when the class was added. And it works !
The filter row was not shown when the grid loaded, BUT when you click the settings-icon in the column the text 'Hide filter' is shown instead of 'Show filter', so you first have to click 'Hide filter' and then 'Show filter' to show the filter row, which isn't a good solution :-(
I hope this feature will be added to a future release...
Hello Timdelma,
After looking further into this functionality and doing some research, hiding the filter row may be possible through the use of CSS, but is definitely not supported by us at this point. Altering the CSS to do this could actually cause other issues in the grid. This being said, hiding the filer row has been determined to be a new 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 a 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: 1. Log into the Infragistics Product Idea site at http://ideas.infragistics.com (creating a new login if needed).2. Navigate to the product / platform channel of your choice (e.g. WPF, Windows Forms, ASP.NET, HTML5 / Ignite UI, iOS / NucliOS, etc.)3. 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.
Thank you for contacting Infragistics.
Thank you for contacting Infragistics!
We received your support request concerning hiding the filter row when loading the igGrid at first, and I have been assigned to assist you with this issue.. Infragistics is dedicated to helping you solve this issue. Our team and I have done an initial review of your case and I will be doing further research into this functionality. I will get back to you by the end of the day tomorrow with more information or questions for you.