Hey guys,
I have a simple telerik grid in my asp.net core app which basically consists of two columns:"Activity", "Share of total".
"Share of total" is the only (inCell) editable column and consists of percentage values between 0 and 100.
Now I have the following problem, which I haven't been able to solve yet:
If not in edit mode, the cells of the "Share of total" should display "0"-Values just normal. But when entering edit-mode, I want those zeros to not be displayed in the input-field. Instead it should just be empty, so that new values can easily be entered.
Especially in internet explorer, the cursor is positioned in front of the zero, which leads to entering for example 20 instead of 2, which is quite annoying for quick inputs.
Do you have a solution for that?
Best regards