Hi. I'm using DevEx v 8.1. In my project i have 2 textbox'es with one popup lookup (Like in your example). Depending on clicked textbox, i have differens datasource for grid inside this popup. But i have problem. If i clicked textbox1, popup always showing under this textbox. I could click on textbbox2, but popup will shows under textbox1 with source for textbox2. I tryied to clean in js popupElementID, but this is not helped:
cUniqueLookupPopup.popupElementID = "";
cUniqueLookupPopup.popupElementID = s.uniqueID;
cUniqueLookupPopup.popupVerticalAlign = "Below"
cUniqueLookupPopup.popupVerticalAlign = "LeftSides";
cUniqueGrid.gridCallBack();
cUniqueLookupPopup.Show();
This is in Switch Case