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
85
Browser=XML with WebDateChooser corrupts dates
posted

Since i've wasted half my morning tracking this one down and submitting a request, thought i'd share it in the vain hope someone's come across it before.

 I've attached a solution file that you can run and see the errors, aswell as some screenshots that i've sent to IG. I'm very unimpressed with the support responses, and the majority of fixes I get for these products are coming from other users, not Infragistics staff. Yes, i'm in a bad mood and venting.

Basically I have a datefield in a grid and i've set the webdatechooser as its default editor. I click it once, it goes into edit mode and all is sweet. If I click off that field, and then back onto it - it decides to convert the data into american date format, and any numbers over 12 are automatically converted to montghs and the year changes accordingly.

 After much head scratching, javascript debugging and hacking and wasted time, I decided to create a sample app and beg forgiveness to the Infragistic Gods. Seemingly, the addition of the tag "Browser=XML" is the culprit, and when it's not there - the issue no longer occurs. But there's a acatch - with the removal of the Browser=XML tag, goes some nice AJAX paging functionality of the grid. Think rock, and hard place.

If anyone's got a solution to this, i'd appreciate it - if anyone else is having a similar problem, this may save you the half day I just spent.

CalcManager.zip