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...
Continue reading...