Minimal requirements for a Kanban control to render

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)



3 Replies 1 reply marked as answer

BS Balasubramanian Sattanathan Syncfusion Team September 25, 2020 11:58 AM UTC

Hi Gene Allen, 

Greetings from Syncfusion Support. 

We have validated your requirement “Minimal requirements for a Kanban control to render” at our side and we would suggest you to refer and follow the below UG which will help you to understand how to include simple Kanban control in the ASP.NET CORE application. We have prepared a sample by following the below UG for your reference. 


Kindly refer and follow the above UG and let us know if you need further assistance. 

Regards, 
Balasubramanian S 



GA Gene Allen September 25, 2020 02:56 PM UTC

Thank you.  I tried to follow the getting started guide, but got confused by this:

"Add the below code to your index.cshtml page which is present under Views/Home folder, where the Kanban is initialized."

because there wasn't any 'code below'.

Your sample project is using ejs-kanban instead of ej-kanban, but I'm guessing it should be pretty close.


BS Balasubramanian Sattanathan Syncfusion Team September 28, 2020 09:25 AM UTC

  
Hi Gene Allen, 

Thanks for the reply. 

We have validated your reported scenario “Your sample project is using ejs-kanban instead of ej-kanban, but I'm guessing it should be pretty close.” and suspect that your need is to create and use our JS Kanban in the ASP.Net core platform. So we would suggest you to refer and follow the below UG which will help you to understand how to include simple Kanban control in the ASP.NET CORE application 


Please let us know if you need further assistance 

Regards, 
Balasubramanian S 


Marked as answer
Loader.
Up arrow icon