Hello,
I noticed that if I define a ListGrid as canEdit:false, then that is overriden by calling ListGrid.startEditingNew. Is that the designed functionality because it seems like a bug?
I'd like to define a grid where users can enter new rows after clicking ListGrid.startEditingNew but they cannot edit those rows after they are added to the grid. However, since calling startEditingNew() makes all of the rows in a grid editable, I'm having trouble making the ListGrid work the way I want. Any suggestions?
I noticed that if I define a ListGrid as canEdit:false, then that is overriden by calling ListGrid.startEditingNew. Is that the designed functionality because it seems like a bug?
I'd like to define a grid where users can enter new rows after clicking ListGrid.startEditingNew but they cannot edit those rows after they are added to the grid. However, since calling startEditingNew() makes all of the rows in a grid editable, I'm having trouble making the ListGrid work the way I want. Any suggestions?
Comment