Hi, i have a query regarding implementation of CalendarEdit control in Property Grid, I have created a customEditor for it, & in code behind of PropertyGridWindow
i have wrote some what like below:
"CustomEditor calEditor = new CustomEditor() { HasPropertyType = true, PropertyType = typeof(DatesCollection), Editor = new Controls.CalendarControlEditor() };
ColumnProperties.CustomEditorCollection.Add(calEditor);
ColumnProperties.RefreshPropertygrid();"
However when this window is loaded, it does not allows to select any dates, i am attaching an image regarding my query.
Query 2) Same is the case with SFColorPalette, it also shows in window, but when selected it does not remain selected in its property of SelectedObject
Can someone please help?
Attachment:
CalendarEditQuery_4d82c62f.zip