Announcement

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

    #16
    Thanks for reply.


    I see a big difference between your example and my app. In your example is inline editing(editing date field is in a grid row).

    In my example editing date field is in dynamic form:
    form.editRecord(rec);

    where rec is ListGridRecord and form is DynamicForm


    Inline editing is working in my app also. Client want to have it in separate form(DynamicForm).

    I did that in simplest example(new sample.ds.xml, new Window, new DynamicForm with only 2 field - id and date field) but still there is current date :(

    Comment


      #17
      Sorry, but we also see no issue with DynamicForm. The BuiltInDS sample project is one place you can look to see that DynamicForms do not use a default of today's date when the database has a null value.

      Comment

      Working...
      X