Announcement

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

    Equivalent of formatCellValue in Dynamic Form DS

    Hi,
    what is the equivalent of formatCellValue in DynamicForm using Datasource to prefill the fields and also save later...

    Thankyou

    #2
    Hi Stem,

    If you want the value to actually save in the formatted state, just provide it, pre-formatted, as the defaultValue for the form item.

    Comment


      #3
      Hello, so is there any way to provide the same functionality as formatCellValue for DynamicForms? I have DynamicForms where the user can toggle between view and edit mode. I want the Form to act just like the ListGrid does. If you aren't editing a ListGrid cell, it will show "$40.00" for instance. But, if you try to edit the list grid it will then show as "40". Is there a way to do the same thing for DynamicForms?

      Comment


        #4
        Actually, you can disregard. I realized that my toggle between view and edit mode automatically switches all of the form items to StaticTextItems to display as view-only and I can format the value however I want once it is a static text item.

        Comment

        Working...
        X