I have template column and use it to show date picker. For regular style bottom rows shows correct date picker location. For "bigger style" date picker is not showing bottom of calendat. Please look in attached project. How can I fix that?
Thanks
Hello,
One solution may be to set the height of the Calendar to be the “scaled” height. Which by estimates is about 325. However, then you’ll need to restyle the CalendarItem, and apply the ScaleY inside, so that the border is not affected.
This matter is due is how Microsoft has implemented Silverlight and scale transforms you may be able to get more information from MSDN.
Sincerely,ValerieDeveloper Support Engineer Infragisticswww.infragistics.com/support
I tried this: ScaleTransform ScaleX="2" ScaleY="2" CenterY="140" /> but top rows missing top part now. I think I have to do CenterY only when click on bottom rows. Can you help me with code sample?
Thanks.
The issue is that in your style you are increasing the size of the calendar but you are not changing the position from which it is drawn. You would need to also change the CenterY in the transform when the calendar is drawn at the bottom of the control to move the calendar up.
Valerie
That works for small calendar. In my sample, click on first column, last row.
I tested this in the latest service release for 9.2 (build number 2180) and the behavior was as expected: