Hi,
We have configure igGrid with AutoGenerateColumns true.
When the empty Datamodel was bind from mvc grid is showing empty row.
Kindly let me how to show the grid with out empty row if no data available.
Thank you
Code example :
$('#tGrid').igGrid({ dataSource: "@Html.Raw(Model.GridDataUrlRelativePath)", DataSourceType: "json", responseDataKey: "Records", autoGenerateColumns: true, autoGenerateLayouts: true, columns: columnsData, height: "500px",
Hello Rajesh,
Thank you for posting in our forum.
In order to be sure your issue gets addressed correctly, I would appreciate some additional information regarding your scenario:
I look forward to your reply.