Hi i'm facing an error while Clicking Filtering when there is no records in ig-Grid the filter popup displayed as partial popup remaining part is Hidden.
My requirement is there should not be any extra greysapce in ig-grid , so i removed height from the following code.
From the below code while there is records in Grid Filtering popup is displaying fine , but when there is no records in ig-grid - only partial filtering popup in displaying.
The below are the code i have used while binding.
function BindGrid(columns) { var pageCount = indexGridPageCount(); pageCount = parseInt(pageCount) + 1; $("#SampleGrid").igGrid({ primaryKey: "ProjectId", autoGeneratecolumns: false, autoGeneraterows: false, width: "50%", columns: columns, fixedHeaders: true, autofitLastColumn: false, responseDataKey: "Records", features: [ { name: "Selection", mode: "row", activation: true }, { name: "Responsive", enableVerticalRendering: false, enableCheckBoxes: true }, { name: "Filtering", type: "remote", columnSettings: [], filterDropDownItemIcons: true, filterDropDownWidth: 0, filterExprUrlKey: "filter" }, { name: "Sorting", type: "remote", columnSettings: [], sortUrlKey: 'sort', sortUrlKeyAscValue: 'asc', sortUrlKeyDescValue: 'desc'
}, { name: 'Tooltips', visibility: 'overflow' }, { name: 'Updating', enableAddRow: false, enableDeleteRow: false, editMode: 'none' }, ], enableHoverStyles: true, dataSource: "@(Url.Action("SampleGrid"))", }); }
Hello Km,
I am glad that your issue is resolved.
Thank you for using Infragistics components.
Hi Mam,
Thanks For the Help the issue is resolved now and the version i used is v16.2 . It worked in both versions.
Thank you for posting in our community.
I created a small sample using the code snippet provided. I created a grid with remote Filtering and Sorting features, Responsive, Tooltips and Updating. Thi grid has no records in the underlying data source and when I click on the filtering icon the drop down with the filtering conditions is fully visible. I tested this under Chrome, Firefox and Edge browsers. I am using version 17.1.20171.2029
Attached you will find the application the application that used to test this. Please try it on your side and let me know what is the result. If this is not an accurate demonstration of what you are trying to achieve please feel free to modify it and send it back to me along with steps to reproduce.
Looking forward to hearing from you.