Assign New Data Source To JQWidgets JQX Grid

  1. var dataAdapter = new $.jqx.dataAdapter(source);   
  2. $("#jqxgrid").jqxGrid({ source: dataAdapter });   
Here jqxgrid is the ID of the div element in which we bind grid.