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 ?
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
精彩评论