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.
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.
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.
I just removed my stylesheet from my website and the headertexts in the columns were still white. So it's actually not my custom CSS stylesheet that is interfering.
Hello Elena,
Sorry I took so long, but I had to do another signment in between with high priority.
I've downloaded your example and opened it in my browser. I'm supposed to see a grid I think, but I only see a blue screen... Am I missing something?
Hi DannyvdK ,
Thank you for the information. Your custom styles could be interfering with the default styles of the igGrid, or with some of its specific features.
I tried to create a small sample in order to reproduce the mentioned issue. I have included a simple igGrid along with your styles, still on my side it seems to render as expected. Would you please take a look at the attached sample and modify it in order to present the issue.
Thanks in advance.