I hope this is a rather simple question. I would like to set the padding for each row in the grid to 3 pixels. How can I do this?
Thanks in advance
Omer
Hi Omer,
What do you mean by "row padding"? If you want to create a space between the rows in the grid, you can use the RowSpacingAfter (or RowSpacingBefore) property on the row. I would do this in the InitializeRow event.
There are also properties on the Override object for CellPadding and CellSpacing.