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?
Announcement
Collapse
No announcement yet.
X
Comment