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