I'm use of kendo-grid
in my project for many reason.
In one of the cell, I want to set input TextBox
like:
<kendo-grid-column field="value" title="{{l('Value')}}" width="200"></kendo-grid-column>
As you see, in client, I have bad style
Attention that I never use of any CSS
, which want to effect to this.