Replied 4 May 2022, 4:52 am EST
@Prabhat Sharma: Thanks for the C1.Win.Calendar C1DateEdit hint. Testing that one I noticed it is not possible to make the control use the Current Culture settings of the machine it is running on using the designer/properties window. Neither can I change the culture from 'en-US' to anything else using the designer/properties window. I think this is a bug.
By code I can set the control's CultureInfo to the CurrentInfo.CurrentCulture, and thus let the control honour any local system settings for date formats etc,. The 'old' .NET 4 C1DateEdit control did all this by default (using the system culture settings) - which is the expected behaviour.
Would be great if the devs could:
- fix this C1DateEdit CultureInfo behaviour bug
- make C1Label consistent with other controls and support DataSource/DataMember
- make C1DbNavigator + C1TrueDbGrid consistent with e.g. C1TextBox and allow the DataSource property to be set to any BindingSource control on the form with the designer/properties window.
- provide full designer for C1TrueDbGrid
Thanks for replying and relaying this info to the devs team!