Completed
Last Updated: 21 Jun 2021 06:37 by ADMIN
Vipin
Created on: 14 Jun 2021 11:53
Category: Grid
Type: Bug Report
0
A cell with a value of 0 is displayed as an empty one, when editing the Native Grid

I'm submitting a...

  • Bug report

Current behavior

If a column has a value of 0 and there is no editor defined for this column, when editing Grids' data, the input in which 0 should be displayed is actually empty.

image
image

Expected behavior

When editing the Native Grid, the data displayed when a row is not in edit mode should be the same as when the same row is in edit mode.

Minimal reproduction of the problem with instructions

  1. Open this StackBlitz example
  2. Edit a row whose UnitPrice value is 0
  3. See the empty input for the UnitPrice field, when the selected row is in the "edit" mode
0 comments