Hi,
I have applied the VS2008.isl to my application. Every thing looks good but in case of UltraGrid column whose data type is of type Date when I click on the filed it does display DropDownCalendar but the font with which the calendar heading and the numbers are dispalyed is white. I need to change the color to Blue to make it readable but not sure how I can do that.
I even tried using your “AppStylist for Windows Forms” application to edit VS2008.isl but of no luck.
Can you please help me with this?
Regards
RK
Hi RK,
It looks like what's happening here is that the MonthCalendar in the dropdown is picking up the ForeColor of the grid row. Since the row is highlight, it's ForeColor is white and so the white ForeColor shows up in the calendar and it's nearly impossible to see.
This looks like a bug to me. The calendar should not be picking up the grid rows ForeColor. And even if that were correct and was being done intentionally for some reason, it makes no sense to use the ForeColor without also using the BackColor, since it can cause issues like you are getting here.
I'm going to forward this thread over to Infragistics Developer Support so they can write this up and get it looked at.
Hi Mike,
I am using Infra Version 9.2 only. Please follow the below steps to replicate the issue
1. Open AppStylist for Windows Forms which is pointed to "C:\Program Files\Infragistics\NetAdvantage 2009.2\Windows Forms\AppStylist for Windows Forms\Infragistics2.Win.AppStylist.v9.2.exe"
2. Open Style Library VS2008.isl
3. Go to Misc Canvas and then scroll the top grid till the column DateTime1 is visible and when u select the Datetime as shown below.
Can u please send me the sample code which I need to put in .isl file to make the calendar control redable.?
I tried this out with the VS2008.isl file included with NetAdvantage 2009 Volume 2 (the oldest supported version) and it works fine for me.
Are you using an older version?
Do you get the same results if you simply load that same style into AppStylist and go to the Inbox Controls canvas?