I don't understand why the layout of the Hierarchical Datagrid looks like this:
Whats wrong?
- Next to "Show" the page dropdownlist is beneath the textbox for number of records.
- Columnnames are not readable. Why arent they solid black or something?
Thanks in advance for helping good people of Infragistics.
Hi DannyvdK ,
Thank you for the screenshot. I have been looking into it still I am not sure what may cause this issue on your side. Could you please provide me with a small test sample where this issue is reproducible so I can investigate it further. Do you use some custom themes on the igGrid?
Thanks in advance.
Elena,
I have found the culprit:
@* <link href="@Url.Content("~/Content/themes/base/jquery.ui.core.css")" rel="stylesheet" type="text/css" /> <link href="@Url.Content("~/Content/themes/base/jquery.ui.datepicker.css")" rel="stylesheet" type="text/css" /> <link href="@Url.Content("~/Content/themes/base/jquery.ui.theme.css")" rel="stylesheet" type="text/css" />*@
I switched off the following CSS stylesheets. I don't know exactly which 1 of the 3 is interfering with the looks of the grid. But I've put these in comment. The grid looks like the one in the tutorial now.
Hello DannyvdK,
Thank you for sharing the cause and solution to the issue in the community.
I am glad that the matter has been resolved.