开发者

How to remove NaN error from Telerik MVC Grid?

开发者 https://www.devze.com 2023-03-28 05:13 出处:网络
I have a Ajax Bound Teleric MVC 2 Grid . When there is no data in Grid , Grid footer is showing me a message as \" Displaying items 0 - NaN of \" ... how to rem开发者_运维技巧ove or modify this error

I have a Ajax Bound Teleric MVC 2 Grid . When there is no data in Grid , Grid footer is showing me a message as " Displaying items 0 - NaN of " ... how to rem开发者_运维技巧ove or modify this error and correct the same ?

How to remove NaN error from Telerik MVC Grid?


This is a bug of older versions of Telerik ASP.NET MVC Extensions. Upgrade to the latest version (currently Q1 2012 - 2012.1.214) to fix this bug and others (like Ajax Grid error handling).

Install the latest version using Nuget:

Install-Package TelerikMvcExtensions

Or update previous versions that are installed with Nuget:

Update-Package TelerikMvcExtensions
0

精彩评论

暂无评论...
验证码 换一张
取 消