Hi,
I can't figure out how to reduce the spacing between child rows. I've tried setting the style in the InitializeRow event as such:
. . . but that didn't work for row height. I also tried setting the css in the grid band designer for itemCssClass property that is used for row cells, but I got the same result . . .works for all properties except the height.
Here are the style classes:
Lee...
Hello Lee,
Were you able to resolve this issue?
For any further questions with this matter, do not hesitate to contact me.
Sincerely,
Georgi Sashev
Developer Support Engineer
Infragistics, Inc.
http://ko.infragistics.com/support
Thank you for posting this question in our community. In order to solve your issue I can recommend you to add to this classes to both of the declarations
padding-top:0px; Probably the padding is inherited from the native styles and this should reduce the space between the rows.
Try this and let me know the results. In case this does not solve your issue I am attaching a sample here. Please modify the sample in the way issue is reproducible.
I hope this information is helpful.