|
Rank: Advanced Member Groups: Member
Joined: 8/26/2021 Posts: 47
|
Uisng eo.web grid's cell editing feature, is there any build-in feature (especially, client-side) or, what other suggested ways that I can employ to unconditionally convert user's text input to uppercase while he is typing, not just end of edit?
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,217
|
It's possible for you to use a custom editor template and implement such logic inside your custom editor template with JavaScript. However there is no built-in support for such feature on the Grid.
|
|
Rank: Advanced Member Groups: Member
Joined: 8/26/2021 Posts: 47
|
Thanks for reply. Hope you can consider it in the future release. For example, when using TextBoxColumn, it can support CharacterCasing property that can accept either UpperCase or LowerCase or None.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,217
|
Thank you very much for your valuable feedback!
|
|