Hi,
I have a Grid with a date column. The aim is to manipulate the date field as enabled or disabled. The problem is that the grid's width is set. The Date field when displayed in a grid in enabled mode can be selected and scrolled to the end of the field to see the complete date time. However, in disabled mode the date appears as truncated.
I've tried to set k-select to display:none but still the wrapper truncates the data. For better visibility, I've changed the background-color to green which is causing the truncation.
Please see the JSFiddle here -> http://jsfiddle.net/devna_sahai/tzL8anj8/20/
Steps to duplicate the issue in JSFiddle provided above :-
1. Click on Edit button for a row
2. Select the same row again
Help Required: How can I get the whole text to be displayed when the date is disabled?
Thanks
Devna