[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Grid Editor - custom html with combobox

  • Thread starter Thread starter jts-law
  • Start date Start date
Status
Not open for further replies.
J

jts-law

Guest
Rado, If I were creating a combobox on a view the code from the Kendo documentation you pointed me to should work fine. My issue is that I'm setting the html of a field editor and Kendo is creating the widget. The syntax in the documentation you pointed me to is different, it's not setting a field editor, which is where I'm struggling. I tried the following, and many other variations of escaping the quotes (such as "): fld.editor = (el, options) => { el.html(' ' + ' Account Title ' + ' " ' + 'template=" #: data.account # ' + ' #: data.account_title # " ' + '/>'); }; When this is used, I get the following under the combobox element, within the row. AccountTitle" template=" #: data.account # #: data.account_title # " /> Louis

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