Hi.
using ASP.NET MVC here, and using the Telerik Grid control.
I ran into a problem where, the initial databinding is fine from the server end, which contains a timespan object. it shows the value just fine.
However, when you press the refresh button on the Grid, the data just disappears even though, the AJAX select call IS being called.
I then ran into this thread:
http://www.telerik.com/community/forums/preview-thread/aspnet-ajax/grid/timespan-object-with-mvc-grid.aspx
So I implemented the Client Template and that works. The problem now is that when you hit the refresh button - I see the icon just indicating its doing work but there is no work being done at all! No errors either.
so what can I do here to display the TimeSpan object correctly on client side, with these issues even when you hit the refresh button?
using ASP.NET MVC here, and using the Telerik Grid control.
I ran into a problem where, the initial databinding is fine from the server end, which contains a timespan object. it shows the value just fine.
However, when you press the refresh button on the Grid, the data just disappears even though, the AJAX select call IS being called.
I then ran into this thread:
http://www.telerik.com/community/forums/preview-thread/aspnet-ajax/grid/timespan-object-with-mvc-grid.aspx
So I implemented the Client Template and that works. The problem now is that when you hit the refresh button - I see the icon just indicating its doing work but there is no work being done at all! No errors either.
so what can I do here to display the TimeSpan object correctly on client side, with these issues even when you hit the refresh button?