[progress Communities] [progress Openedge Abl] Forum Post: Re: Dropdownlist

  • Thread starter Thread starter Giorgi Kviraia
  • Start date Start date
Status
Not open for further replies.
G

Giorgi Kviraia

Guest
i'm trying to do something like this. $scope.trunit.options.columns[2].values=[ {editor: SubDropDownEditor} ]; this is a column where i wish to have dropdowlist and this is a function which have to gave me access to aother table from where i take value and text function SubDropDownEditor(container, options) { $(' ') .appendTo(container) .kendoDropDownList({ autoBind: false, dataSource: { type: "json", transport: { read: "SubContractor" } } }); what i'm doing wrong?

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