HI,
how to remove or hide specified row values(1 row,7th row,19 row) in kendoGrid.is this possible to remove..?
$("#grid").kendoGrid({
width: 1500,
dataSource: data.d,
resizable: true,
rowTemplate: kendo.template($("#stTemplate").html()),
height: 790,
dataBound: stThruGrid,
selectable: true,
columns: [
{ title: 'Name', field: 'Name', width: '20%', sortable: true },
{ title: 'ActValue', field: 'ActValue', width: '12%', sortable: true },
]
});
how to remove or hide specified row values(1 row,7th row,19 row) in kendoGrid.is this possible to remove..?
$("#grid").kendoGrid({
width: 1500,
dataSource: data.d,
resizable: true,
rowTemplate: kendo.template($("#stTemplate").html()),
height: 790,
dataBound: stThruGrid,
selectable: true,
columns: [
{ title: 'Name', field: 'Name', width: '20%', sortable: true },
{ title: 'ActValue', field: 'ActValue', width: '12%', sortable: true },
]
});