Hello Ravishankar,
You can achieve this by setting the columns property menu to false, e.g.:
columns: [
{ text: 'First Name', datafield: 'firstname', width: 90, menu: false },
{ text: 'Last Name', datafield: 'lastname', width: 90 },
{ text: 'Product', datafield: 'productname', width: 170 },
{ text: 'Order Date', datafield: 'date', width: 160, cellsformat: 'dd-MMMM-yyyy', menu: false },
{ text: 'Quantity', datafield: 'quantity', width: 80, cellsalign: 'right' },
{ text: 'Unit Price', datafield: 'price', cellsalign: 'right', cellsformat: 'c2' }
]
Best Regards,
Dimitar
jQWidgets team
http://www.jqwidgets.com/