This question is locked. New answers and comments are not allowed.
Hi I am binding MVC grid with Data table.
We used data table because we need dynamic columns.
We are rebinding grid using method i.e.
In this case grid rows get refereshed but not header .
Please help its urgent.
We used data table because we need dynamic columns.
We are rebinding grid using method i.e.
var
grid = $("#Grid").data('tGrid');
grid.rebind();
In this case grid rows get refereshed but not header .
Please help its urgent.