Where can I find documentation on how to set the table properties? For example: the default of "Opt Opt Opt Opt" for Border Thickness and for Padding on a label in a table control. What does that mean?! What does CanGrow mean?
Changing GridLinesThickness and BorderThickness should be enough.
Can you please send me the report (.igr file) you are using? So I can see how table properties are being configured and can help you with that.
My email is aarrigonni at infragistics dot com
Setting the GridLineThickness to 0 worked (the BorderThickness was already defautled to 0). I still have a blank line between every row of the table grid. How can I get rid of those?
Hi Sylvia,
Unfortunately there isn't an easy way to configure the table in that way because we didn't differentiate between internal and external gridlines.
As a workaround you can set BorderThickness and GridLineThickness to 0 and then configure table cell's border separately.
Table gridlines customization is in our list for next version.
Oh, I see. What I thought was opt is actually 0pt (zero point). So, now the question is - if the border thickness is set to 0pt and the padding is set to 0pt and the border color is Transparent, why do I still have borders?
I want my table to have no borders - and no blank lines between the rows. How do I accomplish this?