This question is locked. New answers and comments are not allowed.
Hi there,
I have a list of datetime as following:
- 28 August 2012
- 20 July 2012
- 5 September 2012
- 3 March 2012
I'm using Inline editing with Ajax/Client binding, but the grid the data on grid are all wrong. Instead of showing the correct data, it will show the date before, as following:
- 27 August 2012
- 19 July 2012
- 4 September 2012
- 2 March 2012
I already using culture info globalization in the web.config, but it wont affect.
If I use Server binding, the grid will show correct value. Its only occurred in Ajax/Client Binding.
Do you have any idea?
Thanks in advance,
Vera
I have a list of datetime as following:
- 28 August 2012
- 20 July 2012
- 5 September 2012
- 3 March 2012
I'm using Inline editing with Ajax/Client binding, but the grid the data on grid are all wrong. Instead of showing the correct data, it will show the date before, as following:
- 27 August 2012
- 19 July 2012
- 4 September 2012
- 2 March 2012
I already using culture info globalization in the web.config, but it wont affect.
If I use Server binding, the grid will show correct value. Its only occurred in Ajax/Client Binding.
Do you have any idea?
Thanks in advance,
Vera