Dears
hope you are fine
I need your help to check if syncfusion grid be replaced in my code
e.g.
my api get all url: api/services/app/AccountStatus/GetAll
e.g request url:
https://localhost:44301/api/services/app/AccountingMethod/GetAll?IdFilter=1&IsActiveFilter=true&Filter=AM00&Sorting=CreationTime%20DESC&MaxResultCount=10&SkipCount=0
the api take object like below image
IdFilter: id of the record if need to return 1 record
IsActiveFilter: boolean true, false or null (means all records)
Filter: the text filter if user type in the text box
Sorting: sort column and sort type
MaxResultCount: page size of the grid
SkipCount: page number
after execute the api, it will return records in the following format, like below image
screen image
when click search button it send to api to get the data
how can I do this in syncfusion grid?
Thanks