Hi lavanya.k,
Yes, this is possible, you only need to set the column property hidden to true for the columns you wish not to be listed, e.g.:
columns: [{
text: 'Ship Name',
datafield: 'ShipName',
width: 250
}, {
text: 'Shipped Date',
datafield: 'ShippedDate',
width: 230,
cellsformat: 'D'
}, {
text: 'Freight',
datafield: 'Freight',
width: 130,
cellsformat: 'F2',
cellsalign: 'right',
hidden: true
}, {
text: 'Ship Address',
datafield: 'ShipAddress',
width: 350,
hidden: true
}]
Best Regards,
Dimitar
jQWidgets team
http://www.jqwidgets.com/