Hi All,
I want to dispaly the colunder header in two lines. ie e.g. the column name " Test Column Header" should be displayed as "Test Column" in one line and in the second line "Header" should be displayed. I tried using Environment.Newline but that is not successful.
Please let me know how to implement this.
Regards,
Abhi
You can put HTML <br /> tags in the header text.
Thank you its working ....