Hi
How to Convert Gridview to Jquery Datatable. I am getting below error
Uncaught TypeError: Cannot read properties of undefined (reading 'mData')
at HTMLTableCellElement.
at Function.each (jquery.min.js:2:2573)
at w.fn.init.each (jquery.min.js:2:1240)
at HTMLTableElement.
at Function.each (jquery.min.js:2:2573)
at w.fn.init.each (jquery.min.js:2:1240)
at w.fn.init.n [as dataTable] (datatables.min.js:95:199)
at h.fn.DataTable (datatables.min.js:177:488)
at HTMLDocument.
at l (jquery.min.js:2:29375)
grdPlanning.UseAccessibleHeader = true;
grdPlanning.HeaderRow.TableSection = TableRowSection.TableHeader;
Thanks
Abhishek YadavPosted Jun 8, 2023, 4:04 PM
Hii ramco hope you are doing well the problem is with the I'd since you are using .net and js to get value better you to and inspect the I'd of grid as it is encrypted from client side so inspect the elements copy the I'd from client side and use hit it will solve the problem accept this answer if it helps thanks