开发者

jqgrid mask decimal number cells

开发者 https://www.devze.com 2023-02-12 22:27 出处:网络
I have inside my jgrid a column which is of type float , I want to mask the column cells when ever the user enters the cell. for exmple , the mask should be 99999.99 (when 9 = any number between 0-9).

I have inside my jgrid a column which is of type float , I want to mask the column cells when ever the user enters the cell. for exmple , the mask should be 99999.99 (when 9 = any number between 0-9). i want max 5 digits to the left of the point and max of 2 digits to the right of the point - and that it will be posible to enter less then the max.

How ca开发者_高级运维n I mask this column to be a decimal number?

Thank's In Advance.


something like

formatter: 'number', formatoptions: { decimalPlaces: 2 }

this is from the wiki docs or if those predefined ones don't work you can create a custom formatter

0

精彩评论

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

关注公众号