[progress Communities] [progress Openedge Abl] Forum Post: Child To Parent Table...

  • Thread starter Thread starter Martin Velikov
  • Start date Start date
Status
Not open for further replies.
M

Martin Velikov

Guest
Hello, I have this working kendoDropDownList. Currently I am picking from kendoDropDownList the Name from the Child table and store the SubNum there and everithing is working perfect. Now I want to see in my Parent table in this column not the SumNum, but the Name and I can't do it. I saw the cascadeFromField example. var subConDataSourceOptions = $scope._$ds.SubConDS.options; $scope.gridRoute.options.columns[7].editor = function (container, options) { var input = $(" ); input.attr("name", options.field); input.appendTo(container); input.kendoDropDownList({ filter: "contains", minlength: 3, autoSync: true, dataTextField: "Name", dataValueField: "SubNum", dataSource: subConDataSourceOptions }); };

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