Announcement

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

    CharacterCasing not working on field in ListGrid

    I need to set a ListGridField to treat all characters as uppercase during entry by the user. There is no api to setCharacterCasing() on ListGridField so I'm using setAttribute("characterCasing", "upper"). This works fine on TextItems in a form, but not on ListGridFields. Is there some other way to accomplish this?

    #2
    Nevermind. I forgot about the need to use setEditorType to control ListGridField editor properties.

    Comment

    Working...
    X