Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1005
v16.1.2052 GroupBy initialExpand=false caused javascript error in infragistics.lob.js
posted

Grid loads fine with this option, it happens when you drag the first column up to be grouped.  It only happens when Row Virtualization is on.

Line 249, Col 10819

this._countGroupedRows=html.match(/(data-growrow="true")/gi).length

Unable to get property 'length' of the undefined or null reference.

PS) This worked fine in 2015.2 and broke somewhere in 2016.1

Parents
  • 25665
    Offline posted

    Hello,

    Thank you for contacting Infragistics!

    I have some follow up questions concerning this matter. How are you setting the virtualizationMode on the grid? If you are setting it to ‘fixed” this is the expected behavior because fixed virtualization is not supported with group by. Instead you would want to set it to ‘continuous’. How are you setting up the rest of your igGrid?

Reply Children