AD
Administrator
Syncfusion Team
August 28, 2003 04:53 PM UTC
Reddy,
I added the code you list to the bottom of the FormatGrid1() in the combobox sample you posted in the other forum thread. In that sample, the sort headers show ok for me.
Are you changing any other basestyles?
AD
Administrator
Syncfusion Team
August 28, 2003 06:32 PM UTC
Clay,
It seems to be working in the sample I sent you. But it did not working in my actual application. I looked throughout my code for this. No where else I am modifying "Header" or basestyles. The other thing is headers are coming up as bold.
I have a derived DataboundGrid. In the constructor I am calling a method which was setting the header colors. After I commented out the method call in the constructor, it is wokring ok.
I looked in the designer generated code of my form which has my derived DBG. There are no styles or anything unusual generated.
Anyway, now it seems to be working. But it still puzzles me what is going on.
thanks,
- Reddy