[progress Communities] [progress Openedge Abl] Forum Post: Re: How To Overwrite The Combo...

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

muthu99525

Guest
replicating the issue in Dojo is a long process... i am getting this error KUIB2 grid view.. i have overwrite the below function vm.setValue = function(newModel, oldModel) { if (vm.options.dataValueField && typeof newModel !== 'object ') { var value = vm.options.valuePrimitive ? newModel : newModel(vm.options.dataValueField); } if(typeof newModel == 'object'){ var value = vm.options.valuePrimitive ? "Select" : newModel(vm.options.dataValueField); } vm.widget.value(value); } this is solution for the issue. but this code in combo box index.js which auto generated... DataValueField DataTextFeild Select 1 apple 2 orange Kendo doest not read the text value of null ID.. hope this will help...

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