I have a XamMonthview in a popup, the issue is, it doesn't seem to render correctly, I also have the DataConnector and DataManager in the same popup. The theme does not get completely applied, no appointments will show. If I move the MonthView out of the popup onto the main area, its works fine, everything stays the same except where MonthView is placed
This error is the only thing in output that makes reference, and since I seem to be having a rendering error, could be pertinent
System.Windows.Data Error: 40 : BindingExpression path error: 'BrushVersion' property not found on 'object' ''objManager_Customer' (HashCode=33961050)'. BindingExpression:Path=BrushVersion; DataItem='objManager_Customer' (HashCode=33961050); target element is 'MonthViewWeekHeader' (Name=''); target property is 'BrushVersion' (type 'Int32')
Well, after a long evening and morning of testing, this is certainly a glitch in the control (12.2), however if anyone has future issues, there is a workaround. The issue is not the popup but the layout grid you place the calendar into, if you have the columns of the grids width set to auto, it will cause the behavior is experienced, if you hard set the width of the column that the MonthView belongs to, the issue is resolved.
Hello,
Thank you for your feedback. I am glad that you resolved your issue and I believe that other community members may benefit from this as well.
Thanks again.