jquery - Grid.MVC date filter -
i have model bound grid.mvc, every other filter works fine apart date picker filter.
i have added grid.mvc.datepicker.css bundle , getting date picker.
there no errors in of js , js files load properly
and how initiate column in view
columns.add(o => o.vouchertype.expiry) .titled("expiry") .setfilterwidgettype("") .format("{0:dd/mm/yyyy}");
when click on date , nothing happens grid.
the problem not have forgotten add bootstrap.min.js or bootstrap-datepicker.js but have not added css file _layout partial of application.
i had problem too, when installed grid.mvc javascript got put in right place, forgot in /content/ folder , drag gridmvc.datepicker.min.css file onto _layout. after did rendered fine.
i hope solves problem.
Comments
Post a Comment