Browse By Tags

Sorry, but there are no more tags available to filter with.
  • Bugs using virtualization and RowSelector.

    I have this igGrid configuration:

            $("#grid1").igGrid({
                rowVirtualization: true,
                columns: [
                    { headerText: "Product ID", key: "ID", dataType: "number" },
                    { headerText: "Product Number", key: "ProductNumber", dataType: "string" },