Unplanned
Last Updated: 02 Oct 2024 08:04 by alex
alex
Created on: 02 Oct 2024 08:04
Category: Kendo UI for jQuery
Type: Feature Request
1
Provide support for autoFitColumns method in Treelist

Currently, the Grid provides autoFitColumn and autoFitColumns methods, while the Treelist provides built-in only the autoFitColumn. I would like to have built-in support for the TreeList components, so the behavior to be equivalent to the Grid - example.

dataBound: function(e) {
        e.sender.autoFitColumns();
},

 

 

0 comments