I am using kendo grid incell edit mode in my project
I want to convert the alphabets to upper case(in caps) as the users enter in the cells. As he types in the letters should automatically change in CAPS - from a to A
1 Answer, 1 is accepted
0
Patrick | Technical Support Engineer, Senior
Telerik team
answered on 28 Aug 2020, 07:37 PM
Hi Neha,
One way to set the text input to all capital letters is using text-transform with CSS:
.k-textbox > input {
text-transform: uppercase;
}
This CSS can be changed per your preferences. Hope this helps!
Regards,
Patrick
Progress Telerik
Five days of Blazor, Angular, React, and Xamarin experts live-coding on twitch.tv/CodeItLive , special prizes and more, for FREE?! Register now for DevReach 2.0(20).