Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
460
cell editing with format
posted

In my iggrid, I have columns with datatype as 'number' and format as '0.000'

The data displays correctly with 3 digits after decimal point. However when the cell is being edited, the data rounds to only 2 digits after decimal and we cannot enter the third decimal digit.

 

Please advice

Parents
No Data
Reply
  • 23953
    Verified Answer
    Offline posted

    Hello Krishna,

    In edit mode igGridUpdating displays editors (of type igEditor). You should also configure the editor to accepts 3 decimal places. This can be achieved in the igGridUpdating.columnSettings.editorOptions setting.

    I'm attaching a sample for your reference.

    Hope this helps,
    Martin Pavlov
    Infragistics, Inc. 

    igGridUpdating_format_cell.zip
Children
No Data