|
Hi Guys I want to configure a validatebox in a datagrid so that all entries are capitalised. How does one do that? The table column is defined using:
<th field="entity_code" width="50" editor="{type:'validatebox',options:{required:true}}">Code</th>
What do I add for capitalisation? Many thanks
|