Hello,
I'm trying to get this code to render without using the _layout.
<ej-kanban id="kanban2">
<e-kanbancolumns>
<e-kanbancolumn header-text="Backlog"> </e-kanbancolumn>
<e-kanbancolumn header-text="In Progress"></e-kanbancolumn>
<e-kanbancolumn header-text="Done"></e-kanbancolumn>
</e-kanbancolumns>
</ej-kanban>
if I DO use the _layout, it works fine but I can't seem to figure out what I need to do to get it to render as a stand-alone page.
I figure I need to include
js/web/flat-azure/ej.web.all.min.css
js/assets/external/jsrender.min.js and
js/web/ej.web.all.min.js
but no joy.
Is there some initialization that I need to do (I'm setting the license in the ApplicationStart)