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
400
IgGrid columns are cramped during loading process.
posted

I am using asp.net MVC and IgGrid in my Web Application.

I have a screen, in which there are 2 dropdowns:

@Html.DropDownListFor(m => m.SelectedYear, Model.lstYear, "- Select Year -", htmlAttributes: new { @class = "form-control", @id = "cmbYear", @onChange = "doCascade(this, '" + Url.Action("GetType", "Project", new { area = "Main" }) + "', 'cmbType')" })
@Html.DropDownListFor(m => m.SelectedType, Model.lstType, "- Select Type -", htmlAttributes: new { @class = "form-control", @id = "cmbType"})

and a Load button:
Load

When I select the fields from dropdown list and click on Load button, to populate the data inside igGrid,
While under loading process, the columns are cramped (this is for some seconds, until the loading process)

Please let me know how to resolve it. Attached is the snapshot of the issue-
 

Thanks in advance

Parents Reply Children