How do I turn off the visibility of the "sizerow" in each of my bands? I am using 10.3.20103.2134
Hello Alan,Please visit the following forum post regarding your issue - http://forums.infragistics.com/forums/p/57869/294940.aspx#294940We need this row to properly set the size of the columns. If we make it display-none then the width has no effect. So it needs to be visible and tiny.
It's not very tiny on my page. It is at least 20 pixels tall. So how do I shrink it?
Hello Alan,
I am currently using the latest version and still have the same problem. To date I have not received a satisfactory answer, even after supplying a sample site replicating the problem.
I will attach some javascript so you can see how to gain control over the size row.
Please note David Youngs warning regarding changing anything on the size row (refer to the referenced blog post). I also noticed that the Infragistics controls do not seem to be able to cope with custom styling applied to the controls. It is a real problem as in the real world, requirements differ greatly from what the controls offer.
Regards,
Tom
I was finally able to isolate the issue using F12 and tracing through the styles. I have to remember to do that more often.
My issue was caused by how I tried to fix another CSS issue I was having with the Hierarchical Grid when it would not draw the bottom border of the expansion row in the scenario where the bottom row of the grid had no children. If there was no need for the expansion cell, it came down to a different style which is also being used by the sizerow. My recommendation is that the sizerow contain it's own CSS style.
Hello Alan,It is good you managed to locate what causes the issue by yourself. Please let me know if you have any further questions with this matter.