-
Notifications
You must be signed in to change notification settings - Fork 134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ItemsToDisplay #400
Comments
You must use the GridClient object in the front-end to display the ItemToDisplay serialized object sent by the back-end. You can follow this guide: https://github.com/gustavnavar/Grid.Blazor/blob/master/docs/blazor_client/Quick_start.md |
Thank you @gustavnavar but now am facing another issue when ever I applying some filter the value was not passed to the api var query = new QueryDictionary(); every time the query obj(query) we send from here is received not we applied one |
program.cs file @Inject IHttpContextAccessor HttpContextAccessor
public static QueryDictionary ConvertToDictionary(IQueryCollection queryCollection)
|
Is this right |
I cant not see what is wrong in your code. Could you open a new issue attaching the a visual studio project with your code? |
Its working fine |
I am using to grid in asp.net mvc core there is an samples for ItemToDisplay in example application but don't know how display data in frontend I am using web and webapi facing problem in passing query to api and also passing ISGrid to web can't able to serialize and deserialize the data plz give me some help
The text was updated successfully, but these errors were encountered: