adrian
adrian
Hi, I uninstalled nuget grid.mvc and would like to use the source code because you had improve it with the enum column filter. So i created a a folder to...
Hi, My model contain a collection of object. (Any to any relation). ``` this.ROOT_CAUSE_CATEGORIES = new HashSet(); I added column using custom rendering with htmlhelper. ``` ``` columns.Add(o => o.ROOT_CAUSE_CATEGORIES).Titled("Category").Sanitized(false).Encoded(false).Sortable(true).Filterable(true).SetFilterWidgetType("CategoryFilterWidget")...
Hi, When you try to filter grid by date with the datetimefilter using "equal" it is not working if the field in database is datetime with value 2016-10-17 17:07:22.717 and...
Dear, Is it possible to set a default column filter ? Rgds,