We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

c# models for binding search, filter and paging

Hi,

I am using EJ1 javascript grid. For search for example it posts to the following url   ...api/methodname/?$inlinecount=allpages&$filter=(substringof(%value%27,field)).
Is there a package for c# which I can use as a model for binding in post method, like Datamanager.

Something like this
public IActionResult Post([FromBody] CreationDTO menu, DataManager dm)
{

}

1 Reply

VN Vignesh Natarajan Syncfusion Team January 23, 2019 12:45 AM

Hi Customer, 
 
Thanks for using Syncfusion products. 
 
Query: “Is there a package for c# which I can use as a model for binding in post method, like Datamanager. 
 
From your query, we understand that you need to perform server actions paging, searching, filtering using model binding similar to DataManager. We have already discussed this topic in our knowledge base document section.    
 
Kindly refer the below link for the knowledge base document  
 
 
We have performed the server actions using ODataQueryOptions. 
 
Please get back to us if you have further queries. 
 
Regards, 
Vignesh Natarajan 


Loader.
Live Chat Icon For mobile
Up arrow icon