Hello,
I try to make grid with multiheader column and hierarchical grid. I create multiheader column grid with razor helper and hierarchical grid from controller. But when I show date, it always -1 from data that I send. For example, data source send to browser with value /Date(1456765200000) but it shows as 29 Feb 2016.
If I remove a few lines about multicolumn header in grid, date shows correctly.
It happen when I use either Multicolumn Header Grid or normal grid child in Hierarchical Grid.
Is there any solution?
Thanks.
Hello Johnny,
Thank you for contacting Infragistics support!
Please provide me with a sample, since I could not reproduce your issue.
Thanks in advance,Ivaylo HubenovEntry-level developer
Hmm thankyou, but I already solved it with adding "enableUTCdates false".
Another problem is when I editing date with datepicker in child of HierarchicalGrid, I set DateInputFormat as "dd/MM/YYYY" and DateDisplayFormat as "dd MMM yyyy" it often lead to false date. For example, new column is empty and I pick 3 Jan 2017. Then it fill as 1 March 2017.
But, if I set DateInputFormat as "date" and DateDisplayFormat as "dd MMM yyyy", it shows the correct date.
Any solutions?
Regards.