Comments from the following answer gave me the key:
What is the difference between data and dataSource in knockout-kendo grid widgets?
It looks like you can use data and dataSource in tandem if you want to specify this behavior:
kendoGrid: {dataSource:{sort:{field:'Col1',dir:'asc'}}, data: grid.Rows, sortable: {allowUnsort: false,mode:'single'}, columns: grid.Columns}
TGH Apr 30 '14 at 17:21 2014-04-30 17:21
source share