Hi,
B. wrote:
> I am able to set the alternate row color using
> AlternatingRowsDefaultCellStyle. however, if my grid is not fully
> filled, the alternate row color will not apply for blank rows. How can
> I fill the blank rows with alternate color as well. Thanks.
You're not mentioning what grid control you're talking about, so obviously
it's hard to give a correct answer. But in any case I would suspect that
unless there's a specific option for the behaviour you want, it's just the
way they implemented it. Most grid controls that I have seen have some form
of custom drawing functionality and you should be able to draw the
alternating colors in the free space yourself. How easy that is would
depend on the quality of the extensibility API provided.
Oliver Sturm
--
http://www.sturmnet.org/blog - MVP C#