Just downloaded and installed latest 2014.1 Service Release (IgniteUI_20141.2249_SR)
When running my application I now get the following error when trying to open a page with the igGrid on it.
Please assist.
Hello Mark,
While I couldn't quite reproduce the grid's state from the screenshots you sent with your sample I did notice some column misalignment which is caused by referencing bootstrap.css. It contains some global table rules that conflict with igGrid's layout when the width is set in pixels. To fix those you'll have to enable the Responsive feature. Enabling it may also resolve the much more severe rendering issues you show with the screenshots.
To enable the Responsive feature you need to add the following line to your Features definition:
.Features(features => { ... features.Responsive(); })
I hope this helps!
Best regards,
Stamen Stoychev
Tsanna
Attached is a pdf document with screen shots depicting the Template problem as well as the IE/Chrome problem with the igGrid Caption issue that was supposedly sorted out in 2014.1 Service Release.
Please revert back to me urgently.
I downloaded the sample project attached in this case (CAS-132577-C6Y4F2) and tested it on my side. However I couldn't see any inappropriate behavior of the grid related to the column templates. Could you point me to the right direction about what should be the current issue in this project and how it should be reproduced (steps to reproduce it)? Looking forward to your response.
Sincerely,
Hi Boris
Please follow this link to Mike P in developer support.
https://es.infragistics.com/my-account/support-case/CAS-132577-C6Y4F2
I would appreciate urgent attention on this issue.
Many thanks
Hey Mark,
Did you have the chance to put up a sample?