ParamQuery grid support forum
General Category => ParamQuery Pro Evaluation Support => Topic started by: SDS on June 09, 2024, 12:40:49 pm
-
the first column in the grid is always showing blank, though the header is correct and data in the datamodel is also correct but the data is blank.
attached the colModel and dataModel. Am I missing something?
-
Apparently the code in shared screenshots looks fine. Kindly share a jsfiddle or a whole test case to troubleshoot the issue.
-
I am not able to use jsfiddle. My application is in ASP.NET MVC C#.
I have attached the complete VIEW and Controller code of the source.
-
I noticed that you have added type: 'detail' to all the columns.
Please remove type: 'detail' from the columns which have content to display. It would resolve the issue.