This is the tricky one, there is no problem in any where but it is throwing the problem because you might have passed some integer value to the column bound in the telerik grid in mvc3/mvc4.
There are two ways to fix it:
Method 1:
Download the telerik.textbox.js and put in the specified location and it will work fine.
Note: Don't go for this method, since you are adding some more bytes to the size of the Cod.
Method 2:
Just while binding the int value to the grid just convert it into a string. That's all, now your code will work fine
Enjoy!...
There are two ways to fix it:
Method 1:
Download the telerik.textbox.js and put in the specified location and it will work fine.
Note: Don't go for this method, since you are adding some more bytes to the size of the Cod.
Method 2:
Just while binding the int value to the grid just convert it into a string. That's all, now your code will work fine
Enjoy!...
No comments:
Post a Comment