Posted 9 October 2023, 8:53 pm EST
I recently took the plunge to upgrade our massive solution that has been developed for 15 years from 4.8.1 to DotNet7.
I came across several problems, so I was hoping to list a couple here to get your input and hopefully a way forward:
C1FlexGridSearchPanel
I cannot seem to find a replacement for the Flex Grid search panel. Can you please confirm I am not overlooking something? If it does not exist anymore, what do you recommend instead?
C1DataSource
There does not appear to be a replacement for the C1DataSource, and LiveLinq. What should I move to?
C1DropDownControl
We have extended the C1DropDownControl class to make our own custom dropdown. There appears to be an updated version of C1DropDownControl, but it does not have the same features. For example, base.DropDownForm, base.TextDetached are missing. There is a base.Form instead which implements the IDropDownForm interface, but it is read only. Any ideas?
There were a several other things that I came across, but most issues I resolved. The above appear to be my main issues so far.
Thanks