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

Inline editing with clearable input

1 Answer 78 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Marc
Top achievements
Rank 1
Marc asked on 31 Mar 2016, 04:23 PM

We updated our Kendo version and some change caused our text input to lose the clear button (x icon) to disappear.

 

Any idea how to get this back? I'm not sure if it is in the kendo or bootstrap css.

1 Answer, 1 is accepted

Sort by
0
Marc
Top achievements
Rank 1
answered on 31 Mar 2016, 08:43 PM

Looks like I can override the k-widget class to get the 'x' back for IE anyway...

   .k-widget ::-ms-clear {
       width: 20px;
       height: 20px;
   }

 

Tags
Grid
Asked by
Marc
Top achievements
Rank 1
Answers by
Marc
Top achievements
Rank 1
Share this question
or