Skip to content

Replies

0
Pui Yee Poon
Pui Yee Poon answered on Apr 19, 2023 2:35 AM

Tested and it is the missing DataBind() causing the issue, now I can see the full table. Thank you!

0
Pui Yee Poon
Pui Yee Poon answered on Apr 10, 2023 6:19 AM

My mistake, found out the issue was me declaring ajax call response data type 'json' which should really be 'html' since I'm returning a PartialView from controller.
However, there's still issue with the grid, I can only see the table header and all rows are blank, there is an error coming from infragistics.ui.grid.filtering.js: "Cannot read properties of undefined (reading 'getEditor')" not sure if this is related?