0

I'm using MVC.Grid to populate a table & everything is working nicely. However for the date column I would like to click on the filter icon & have a date window to select form instead of the standard equals/contains option. Anyone done this?

FYI - I'm also using bootstrap 3.1 & MVC 5.2.

screenshot of current column filter:

enter image description here

Nitin Bisht
  • 5,053
  • 4
  • 14
  • 26
righter86
  • 3
  • 4

1 Answers1

0

Have a look at this post. You need to add a library for datepicker and add the proper css to the code. Date Picker

S.Purtan
  • 125
  • 1
  • 2
  • 11
  • So I have the scripts & css loaded on the page but still no dice. When I go into the browser/compiled html. If I manually add type="date" to the text input field it shows & works. Is there a way to add the type="date" into the Grid columns.add? This: To: – righter86 Nov 19 '18 at 20:09