I’m using static smart Rendering,
How can I show all the cell’s content on the same line
increacing the column’s size automatically?
thanks!!!
You can call adjustColumnSize command
grid.load(url, function(){
grid.adjustColumnSize(index);
});
But it will work only against already loaded and rendered data. There is no way to autosize column and have speed benefits of smart rendering mode in the same time.