Telerik grid custom column building/formatting
问题 I have a telerik grid with a dynamic data source (the grid may use up to roughly 10 totally different models for its data), so I have to build the columns dynamically as well (obviously). One of the columns in the grid (with certain models) is a double representing a time span in milliseconds. What I want to do is format this double to look like a timespan .The telerik code looks like this: <% Html.Telerik() .Grid(Model.DynamicGridDataSource) .Name("statisticalGrid") .Columns(a => GridHelper