This is a migrated thread and some comments may be shown as answers.

Change letters to upper case

1 Answer 1856 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Neha
Top achievements
Rank 1
Veteran
Neha asked on 27 Aug 2020, 07:53 AM

Hey,

 

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

Sort by
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).

Tags
Grid
Asked by
Neha
Top achievements
Rank 1
Veteran
Answers by
Patrick | Technical Support Engineer, Senior
Telerik team
Share this question
or