Gridify icon indicating copy to clipboard operation
Gridify copied to clipboard

QueryBuilder build into a GridifyQuery

Open Alexr03 opened this issue 6 months ago • 2 comments

Details

I am using Gridify in a Blazor WASM application, right now I am having to build out the GridifyQuery filter & order strings by hand.

I think it would be nice if I could utilize the QueryBuilder which would contain a method that can build the instance of the QueryBuilder into a GridifyQuery using all the conditions etc that I provided to the builder.

Alexr03 avatar Aug 04 '24 02:08 Alexr03