[progress Communities] [progress Openedge Abl] Forum Post: Re: How To Connect An Openedge...

  • Thread starter Thread starter Peter Van Dyck
  • Start date Start date
Status
Not open for further replies.
P

Peter Van Dyck

Guest
Gord, the choice is yours, but I wouldn't convert your application to Angular, just to be able to use data from your Progress database in a html page. Kendo is just one of the options to implement the "glue" you're talking about, but it is the one which is best supported in this community, I expect. Even though most examples use specific kendo widgets, you don't need those to show data from your back-end. Kendo has quite a few special widgets, but also supports binding with default HTML input fields, like fill-ins, checkboxes and radio sets. They are just not seen as "Kendo widgets", but you can still bind them to data, just like other Kendo widgets. These are some simple binding samples (of MVVM, but you can bind directly to a datasource too): docs.telerik.com/.../value docs.telerik.com/.../checked

Continue reading...
 
Status
Not open for further replies.
Back
Top