[progress Communities] [progress Openedge Abl] Forum Post: 4.0.4 - Getkendoconfig On A Link...

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

Meryk

Guest
Hello, I have a lookup field displayed as a picklist on a QC page. I want to filter this picklist. For that I am getting the ul elements and using the dataSource to filter. Basically this : var listItems = rbf_getFieldContext('fieldIntName').getKendoConfig().ul.children(); var dataSource = rbf_getFieldContext('fieldIntName').getKendoConfig().dataSource.options.data; This was working fine. But now this lookup field is a link lookup on another field. And what's happening is that both listItems and dataSource are undefined now. Even rbf_getFieldContext('fieldIntName').getKendoConfig() is undefined. It has obviously something to do with the link lookup? Is that an known issue ? Thank you Meryem

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