Hi,
Though I set the avgRowHeight property in the grid with virtualization enabled, the complete height is occupied by whatever is the count of rows. This looks bad when there are 1/2/3 rows in grid. How do i fix this, below is a sample for your reference?
Thanks.
<!DOCTYPE html><html xmlns="http://www.w3.org/1999/xhtml"><head><meta charset="UTF-8" /><title>Tabout Demo</title> <link href="Content/ig.ui.min.css" rel="stylesheet" type="text/css" /> <link href="http://cdn-na.infragistics.com/jquery/20131/latest/css/themes/infragistics/infragistics.theme.css" rel="stylesheet" type="text/css" /> <script src="Scripts/jquery-1.7.1.min.js" type="text/javascript"></script> <script src="Scripts/modernizr-1.7.min.js" type="text/javascript"></script> <script src="Scripts/jquery-ui-1.8.11.js" type="text/javascript"></script> <script src="Scripts/infragistics.util.js" type="text/javascript"></script> <script src="Scripts/infragistics.datasource.js" type="text/javascript"></script> <script src="Scripts/infragistics.ui.scroll.js" type="text/javascript"></script> <script src="Scripts/infragistics.ui.grid.framework.js" type="text/javascript"></script> <script src="Scripts/infragistics.ui.grid.selection.js" type="text/javascript"></script> <script src="Scripts/infragistics.ui.grid.updating.js" type="text/javascript"></script> <script src="Scripts/infragistics.ui.grid.featurechooser.js" type="text/javascript"></script> <script src="Scripts/infragistics.ui.shared.js" type="text/javascript"></script> <script type="text/javascript"> $().ready(function () { var products = [{ 'ProductID': 1, 'Name':'12123', 'ProductNumber': '', 'HiddenColumn': '1234', 'ProductDesc':'12as' }]; $("#grid").igGrid({ columns: [ { headerText: "Product ID", key: "ProductID", dataType: "number", editorType: "number", readOnly:true }, { headerText: "Product Name", key: "Name", dataType: "string", editorType: "text" }, { headerText: "Product Number", key: "ProductNumber", dataType: "string", editorType: "text" }, { headerText: "Product Description", key: "ProductDesc", dataType: "string", editorType: "text" } ], width: "500px", avgRowHeight: '51px', height: '500px', dataSource: products, recordConstructor: function () { this.ProductID = 1; this.ProductName = ''; this.ProductCode = ''; this.ProductDesc = '' }, autoGenerateColumns: false, virtualize: true, autoCommit: true, aggregateTransactions: true, jQueryTemplating: false, fixedHeaders: true, rowVirtualization: true, primaryKey: 'ProductID', features: [ { name: "Updating", editMode: 'row', showDoneCancelButtons: false } ] }); }); </script></head><body><div class="page"> <div id="main"><table id="grid"></table></div> </div></body></html>
Has this been resolved?? I have the same issue with version 13.1.20131.2292.
Hello
In .js files i can see:
!@license* Infragistics.Web.ClientUI data source localization resources 13.1.20131.1012
Hello Alex,
What version of IgniteUI are you using? Are you using the latest service release?
Sorry me, but i dont understood...
Have this issue been fixed yet , or not ? I faced with this issue too. When i use filtering with virtualization, my grid shows ONE row in ALL height of grid (700px) .
It is very ugly
Hello Vivek,
This issue has been addressed in the latest service release versions of jQuery_13.1.20131.2143, jQuery_12.2.20122.2234, jQuery_13.1.20131.2217.
To download the current service release for NetAdvantage for .NET from our website, please follow these instructions:
1) Navigate to the "My Keys and Downloads" page on our website. You may be asked to log in using your Infragistics member profile's user name and password. You can reach the My Keys and Downloads page via the following link: https://ko.infragistics.com/my-account/keys-and-downloads/
2) Click on the "NetAdvantage" tab. This will show all of your registered license keys for NetAdvantage.
3) Click on the license key for the product and version for which you would like to download a service release. This will bring up all available public downloads for this product and version.
4)Click on "Service Releases" tab and click on the link for the appropriate version of IgNiteUI.
Please let me know if you have any questions.