Hello,
we are using OpenEdge 10.2B and have quite a few files with OCX controls which we would like to change to use Telerik controls.
Right now I'm focused on replacing progress bars to use RadProgressBar.
What I've done so far is created a ProgressBar.cls which has the RadProgressBar and a cancel button in it's own window. The progress bar window is shown overtop of the calling window and is updated accordingly. It works well, we were just hoping we could keep them in the same window.
Is it possible to use Telerik controls in a .w file? Or are we going to need to rebuild each program that uses an OCX control to achieve this?