DataGrid with inline editing functionality

Hi,

we are creating an App with lots and lots of questions. And we think there is a high risks of regular changes in the App. We thought it would be a great feature to use a datagrid adding all questions and have an inline editing with check boxes. So the user could easily check / uncheck the questions.

Is there a feature like this or maybe an alternative way?

Thanks and regards,

Maria

Datagrid can only open a row in new browser window/panel. No inline editing is not supported but there are several ideas suggested in AHA.

You have to copy visible(!) data from the Datagrid via getDisplayedData() into your own HTML table, perhaps hide the Datagrid and do whatever you need via custom JS in your HTML table.