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
505
How to keep the igGrid height?
posted

Hello, 

 

I am using the igGrid control in Asp.net MVC3 application, I found that if I set a height less than the default height, when loading the page contains igGrid control, the control height will first displayed as the default height then changed to the height I set. 

I used it like:

<div class="abc">

@(Html.Infragistics()..Grid
....
.Height(100%)

</div>

also I tried set the control height like .Height("200px"), the same problem.

How to keep the igGrid height? I mean when this page load, it will use the height I set, not set it to default then back to my set.