Declined
Last Updated: 28 Oct 2021 13:38 by ADMIN
mark
Created on: 01 Apr 2017 15:13
Category: Grid
Type: Feature Request
1
Hidden grid view columns should not execute template code.
When grid column is hidden template code is still being executed. For large data sets with many hidden columns this makes grid scroll slower than is necessary...
{ id: 'Artist', title: Columns.ARTIST, field: Columns.ARTIST, width: '100px', hidden: true,
	template: function (dataItem) //this gets executed even when column is hidden. 
	{
		return someMethodToDetermineArtrist(dataItem);
	}
}
1 comment
ADMIN
Angel Petrov
Posted on: 28 Oct 2021 13:38

Hello,

Currently such approach is possible when virtual columns are used.

Regards,
Angel Petrov
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.