Hello Infragistics community,
I'm using an ASP.Net MVC igGrid. I want my grid to have following behaviorI 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
Hi Tsanna, Is it Possible to specify minDate and maxDate as part of datePickerOptions.
Hello Kumar,
I believe you can, because datepickerOptions extend the jQuery datepicker options. Please note that our igDatePicker can use all jQuery datepicker options except those for date formatting.