Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
905
igGrid ColumnEditorType.Date is not working correctly with .NET Core 2.0
posted

The igGrid column editor EditorType(ColumnEditorType.Date) with DataMode(DateEditorDataMode.Date) appears to load the cell editor with null when the column is clicked in .NET Core 2.0

(see attached screen snap)

This same code works correctly in ASP.NET 4.6.1 (the cell editor is loaded with “05:00”)

I’ve had such trouble with this forum editor, so have attached a link to the example zipped solution on one-drive instead:
https://1drv.ms/u/s!Asqef4XMXF_I8QGw81kUwEPTTKpN

Environment:
Visual Studio 15.5.5
IgniteUI (17.2.456)
Infragistics.Web.AspNetCore (6.17.2.211)

 Screenshot.zip