I have added columns dynamically in the kendo ui grid. For first column I have specified width as 35 and for other columns I have specified width as 100. Now what happens is that there are columns with much data, but because of column width (100) I specified the data is getting displayed in new row.
What I want is I want the column to extend automatically to width as per data.
I tried by removing the width which I set as 100. But that didn't help.
Please help me on this.