Enable Month & Year Selection in MVC igGrid DatePicker
New DiscussionHello Infragistics community,
I’m using an ASP.Net MVC igGrid. I want my grid to have following behavior
I have a date column in the mvc iggrid to select the start date of a company
column.For(x => x.dtDate).Format(“dd-MMM-yyyy”).HeaderText(“Date”).Width(“15%”); //Date
For the column settings I have this code:
cs.ColumnSetting().ColumnKey(“dtDate”).EditorType(ColumnEditorType.DatePicker).Required(true)
This displays a calendar to select the date but it doesn’t have an option to select the month and year. Otherwise it will be difficult to navigate to particular year and month.
How to achieve this in the my MVC grid.
Any assistance would be greatly appreciated, thanks
Sign In
to post a reply
Replies
Discussion created by
Favorites
Replies
Created On
Last Post
Discussion created by
Favorites
0 Replies
6 Created On
Mar 16, 2018 Last Post
7 years, 11 months ago