Lightbox with datagrid?

Hi,

I checked in here (docs.dhtmlx.com/scheduler/lightbox_editors.html) and I can’t find how to put a datagrid inside a lightbox.

Is it possible?

If not, can I override the lightbox for a custom modal (maybe a Twitter Bootstrap modal) with my own inputs and controls? Of course, I need to pass some data to that model and apply the results to the scheduler).

Hello,
you can either define custom control for the lightbox, so it will be rendered as datagrid:
docs.dhtmlx.com/scheduler/custom … ditor.html

Or you can define custom html markup and code for the lightbox
docs.dhtmlx.com/scheduler/custom … _form.html