Hi,
i need jquery code to show/hide based on the below scenario
scenario 1:
if grid row count > 0 then, we need to show "AddNewRow" button in grid.
scenario 2:
if grid row count <= 0 then, we need to Hide "AddNewRow" button in grid.
Please help me
Hello,
you can review our sample Editing API and Events. Enabling and disabling the Add Row in the igGrid can be done by setting the option enableAddRow.
Finding the records count can be done through the dataSource option.
Let us know if you have more questions on this.