Hello, so I am working on a project where I have an igGrid with paging in an angular bootstrap modal. (http://angular-ui.github.io/bootstrap/)
When I initially click the button to launch the modal, the grid renders larger than the static height I assigned it in grid options. Once I click the "Next" button, the grid renders to the correct height.
I noticed this problem was listed on your page of known issues:http://help.infragistics.com/Help/Doc/jQuery/2014.1/CLR4.0/html/igGrid_Known_Issues.html
The description leads me to believe that it is already fixed yet I am still having an issue with it.
"When the sum of the height of header, footer and content of the igGrid is more than the height set in the options, the igGrid widget re-initialize itself with new height enough to have visible header, footer and content."
Is there a workaround I need to do to make this work? I am on v14.2.20142.1024
Thanks,Julie
Hello Julie,
Thank you for contacting Infragistics Developer Support!
The workaround is to set grid height that is more than sum of the height of header, footer and content.
Please let me know if you have any further questions.
Hello Denis.
I have tried these suggestions, yet they do not seem to have worked for me. I took screenshots of my progress to show the issue.
So screenshot1 is my grid how I originally set it up with height set to 500px. When I launch the modal for the first time however, it was actually a height of 663px(header+ content+footer) .
With screenshot2 I set my grids height to be 670px (greater than header+ content+footer). When I launch the modal for the first time it appears at a size of 833px...
Something curious I did notice is that with each size I keep making the grid, it is setting the size of the content section on initial load to my desired height of entire grid + 1px.
For example the content section alone in screenshot one was 501px and in screenshot2 it was 671px.
Thanks, Julie
Please provide a code sample replicating your issue in order to investigate it.
Thank you in advance!
I updated to v14.2.20142.2140 and the problem has fixed.
Thanks for the Help,
Julie
I am glad that you have managed to resolve the issue.