We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi how can we add custom filters, color coding to colmsns, or buttons, and also how to sum/coount a col
The text was updated successfully, but these errors were encountered:
Hi, for custom filter please see an example here https://github.com/mesuttalebi/Me_MVCGridView/blob/master/mesoft.gridview/Views/Home/_GridViewFilterPartial.cshtml
color coding for columns is simple becuase I use a partial view for data inside grid so you are free to change the partial view. see example here: https://github.com/mesuttalebi/Me_MVCGridView/blob/master/mesoft.gridview/Views/Home/_CustomersPartial.cshtml
also for other questions you can do what ever you want in partial view.
Sorry, something went wrong.
great thanks, I think we can also enhance this further with this https://serenity.is/demo/AdvancedSamples/DragDropGrouping https://serenity.is/demo/AdvancedSamples/ExcelStyleFilters he has some code on the link above... and his code is also on github ...
No branches or pull requests
Hi how can we add custom filters, color coding to colmsns, or buttons, and also how to sum/coount a col
The text was updated successfully, but these errors were encountered: