I have an igGrid with groupping selected. By default the first column should be reserved for the expanded icon for all rows. But if one of the rows is rendering HTML then that reserved column is moved to the next available spot which butchers the entire layout.
The HTML is not malformed and actually it is formatted by either jQuery or your controls when it is rendered. I urgently need a fix for this. Here's a screenshot with the problem. All columns have shifted over to the left by one and the 'Description' column which contains HTML is now the 'nongroupemptycell' column which is incorrect.
Converting all tables to divs resolved the issue but a ticket should be opened regardless about this issue.
Hi Daniel,
I've logged this as a bug with an internal #131798. A case is created with number CAS-109687-R2T4T5 and linked to your account so that you can get feedback with the bug resolution. You can view the status of the Development issue, linked to this case in the website by navigating to Account – Support Activity. Select your ticket and go to Development Issues tab.
Best regards,Martin PavlovInfragistics, Inc.
Thanks Martin.
For anyone with the same issue - either:
- Convert all templates using TABLE elements to DIV.
- Or call data bind after every new row.
CAS-109687-R2T4T5 was closed and they never issued a service release.
This is STILL an issue with 2014.2.
- Daniel M. Dority