I am having an extremely difficult time trying to figure out how to do what it seems like should be a simple thing within a DevExpress XAF application.
I have figured out how to add a custom action item to the top of a detail view of a business object. All I need to do is to display a popup window that contains a DevExpress Web UI control (ASPxUploadControl, but it could be any control, even a simple ASPxButton). This does not need to be platform-agnostic, it only needs to work in the Web UI app and can be implemented in the Web module and Web UI projects.
None of the DevExpress documentation seems to tie these couple of simple things together, and I can't figure it out. DevExpress support has not been very helpful either - to be clear, they have tried to help me but it seems like I can't get them to actually understand my exact scenario (based on the documentation they point me to, which seems to be way more complex than what I am trying to do).
Has anyone else implemented what i am after within DevExpress XAF? Can anyone with DevExpress XAF experience give me some tips on how to accomplish this?