Posted 4 January 2021, 5:43 pm EST
Hi,I am using a standard c1-flex-grid with its items-source bound to a property of the view model in ASP.NET MVC.
I have
<c1-flex-grid-filter default-filter-type="Both"></c1-flex-grid-filter>which is allowing the user to filter columns.
I want to be able to get the count of the displayed columns and display it in a control on the same page as the grid and have it update whenever the user changes the filters.
Please advise how to do this?