Popup separate lightbox when owner column clicks

Hi Support,
related to the Assign multiple resource sample. I want a light box to display resources only on that.
please refer the screen shot.

Thanks.
Rasagb

Hello Rasagb,
If I understand you correctly, you want to show only the resource control section when you click on the resource column in the grid. And show all lightbox sections when you click on other parts of the grid. Is that correct?
If it is, there is no built-in way to do that. You will need to implement a custom solution by using the Gantt API and Javascript.
I think the easiest way would be to change the style of the lightbox sections and resize the lightbox.
Here is an example of how it might be implemented:
http://snippet.dhtmlx.com/5/c09ea0c08

If you need something different, please, describe your question in more detail. You can also send a picture of how exactly it should look.