Pergunta

Is it possible to place the same dojo data grid twice (or even more) on the same page? I have a Tab container and I need to show the grid inside at least two of the tabs. Is it as easy as modifying grid.placeAt("gridDiv");?

Foi útil?

Solução

Much as you can only put one DOM node in one place at the same time, you can only put one widget in one place at the same time. If you need multiple grids that are the same, you’ll need to create multiple instances of the grid.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top