Hi anandbabu,
jQWidgets works with JavaScript Date Objects. You can learn about JavaScript Date Objects on this page: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date. If you try to load parse Strings which does not include Time-Zone information, you will have one day differences depending on the time-zone and that is pretty normal and should be expected. So if you don’t want such differences, your server should pass to the client Date Strings with Time Zone information and then on the client side you should define your Date’s format in the data binding process. In other words, please look at the Grid’s Data Sources help topic and see how the “format” property of a “date” data field is set.
Best Regards,
Peter Stoev
jQWidgets Team
http://www.jqwidgets.com/