<div id="GridIdt" data-role="grid"             data-toolbar="['excel']"             data-excel='{fileName: "doc.xlsx", proxyURL: "http://demos.telerik.com/kendo-ui/service/export",filterable: true}'             data-columns="[                        { 'field': 'name','title':'Nome',width:200},                        { 'field': 'surname','title':'Cognome',excel:false},                        { 'field': 'empty','title':'Stato',width:140}                         ]"             data-bind="source: GridSource">I'd like to remove 'Cognome' from excel file. How hide this column in the excel file?
And ,also, i'd like to remove 'Nome' from the view of grid.
excel: name and empty.
grid: surname and empty.
datasource: name,surname and empty.
How I can do this? 'excel:false' doesn't work!
