[jQuery] Filter Certain columns

[jQuery] Filter Certain columns


hi ...
i use flexgrid with .net mvc to show records from my table... i use
jquery for this...
i use certain objects like
{display: 'ID', name: 'CustomerID', width: 40,
sortable: true, align: 'left'},
{display: 'Company', name: 'CompanyName', width: 100,
sortable: true, align: 'left'},
{display: 'Name', name: 'ContactName', width: 100,
sortable: true, align: 'left'},
{display: 'Title', name: 'ContactTitle', width: 100,
sortable: true, align: 'left'},
{display: 'Address', name: 'Address', width: 100,
sortable: true, align: 'left'},
{display: 'City', name: 'City', width: 80,
sortable: true, align: 'left'},
to show the cols in the grid.
but when i hide either of it the value of the column is not changing
rather the colum header changes to something else and mismatch showing
is happening
how would i fix this