Posted 3 November 2021, 5:02 pm EST
Hi,
We are investigating the FlexGrid search control and have a few questions:
- Is it possible to load all the data to the client and then have search work on this data rather than making a call to the server each time there is a new/refined search?
We have a large dataset which takes a while to load, it would be good to only load it once.
- With reference to FlexGrid - Searching - C1 ASP.NET MVC
2.1) Can you point me to documentation for: ControlOptions [C1JsonRequest] CollectionViewRequest C1Json
2.2) Also its unclear how the Searching_Bind and Searching methods are being routed to in the FlexGridController, is there a convention? Are all the possibilities documented somewhere?
- With reference to FlexGrid - Searching- C1 ASP.NET MVC
Why is this so different to the other example? Is this an example of the MVC-Core control documented at FlexGridSearch Class | ASP.NET Core MVC Controls | ComponentOne?
It seems like there are two different versions of the MVC control, our project is Net Core 3.1, which is the correct one?