Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    ListGrid createNew

    if I call listGrid.startEditingNew(); nothing happens.
    If I call listGrid.startEditingNew(new Record()); everything works as expected. Did you change some behavior here ?
    Using 6.0-p20161005 power

    #2
    have you been able to reproduce? In order to test just create a listGrid and call listGrid.startEditingNew()

    Comment


      #3
      We're not seeing this. If you look at the Custom DataSource samples, they all have no-argument calls to startEditingNew() that appear to be working fine.

      Comment

      Working...
      X