I have a Data stored in DataTable in code behind, How to use that datatabe to bind in JQWidgets. Please provide if any link available for refrence
DataTable tb=new DataTable();
tb = rp.GetRelaasePlan(); // Datatable
This need to used in front end jqxgrid.