Announcement

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

    Enhancement: Add support to set ListGridField.prompt from prompt fmt-tag in .ds.xml

    Hi Isomorphic,

    as of today it is possible to localize field titles from title-fmt tags in .ds.xml.
    This is not true for ListGridField.prompt used for hovers (e.g. this sample).

    Can you add support here as well? We are currently planning on adding a lot of text here, but this would of course need to be localized. Right now, we would need to do this clientside.

    Perhaps you could also use this in other DataBound widgets like DynamicForm, where you could build a Helper FormItemIcon out of this (I assume with a new setter like "setAddDefaultFormIcon(true)" or similar.

    Best regards
    Blama

    #2
    We have no plans to do this - there doesn't seem to be any reason why you wouldn't do this client-side. You have to do so for lots and lots of other strings already (eg hints).

    Comment

    Working...
    X