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.

 

 

Parents
No Data
Reply
  • 23953
    Offline posted

    Hi Jason.Bie,

    Sorry for the late answer.

    I tried to reproduce you problem, but with no success. Can you answer my questions below in order to continue my investigations:

    1. In what browser you're experiencing the issue?
    2. What is your DOCTYPE declaration?
    3. Can you provide initialization code for your grid?
    4. What is the amount of data in your grid?
    5. What version of NA for jQuery you're using?

     

    Best regards,

    Martin Pavlov

    Infragistics, Inc.

Children