Card ContextMenu

Hi,

I want to add a context Menu to my cards in a kanban, but i don't this option. I've seen this feature for ASP.Net Kanban but not in Asp.Net Core Kanban. Did I missed something?

Regards,
Laurent


4 Replies

LA Laurent April 19, 2021 09:00 AM UTC

Hello,

You have sent me this feedback in reply to my request : https://www.syncfusion.com/feedback/24453/provide-context-menu-or-hamburger-menu-support-on-cards-and-columns-in-kanban.

But this feedback is for EJS1 and ASP.Net (not core).

So it doesn't answer my request : to provide ContextMenu for EJS2.Kanban in ASP.Net CORE 

Regards,


RK Revanth Krishnan Syncfusion Team April 19, 2021 09:09 AM UTC

Hi Laurent, 
 
 
Greetings from Syncfusion support. 
 
 
We have validated your query and have considered “Provide Context menu or Hamburger menu support on cards in Kanban” as a feature request from our end for the EJ2 Kanban component and logged the report for the same and the fix will be included with any of our upcoming releases.  
  
You can now track the current status of the report, review the proposed resolution timeline, and contact us for any further inquiries through this link: https://www.syncfusion.com/feedback/24453 
 
Note: The above feedback is for the EJ2 Kanban component, the sample in the feedback was attached for reference. 
 
Regards, 
Revanth 



LA Laurent April 19, 2021 09:32 AM UTC

I am sorry but the exemple is for ej1. Anyway, I've tried to add :
        <ContextMenuSettings Enable="true" />
or, adapted to ej2
            <e-kanban-contextMenuSettings Enable="true" />
And it doesn't work.
Here is my kanban definition:
        <ejs-kanban id="Kanban" keyField="Status" allowDragAndDrop="false" cardClick="onCardClick" cardDoubleClick="onCardDoubleClick" dialogOpen="dialogOpen">
            <e-data-manager url="@dataSourceUrl" adaptor="UrlAdaptor" crossdomain="true"></e-data-manager>
            <e-kanban-columns>
                <e-kanban-column headerText="@Status.Backlog.Text" keyField="@Status.BacklogId" template="#kanbanHeaderTemplate"></e-kanban-column>
                <e-kanban-column headerText="@Status.ToDo.Text" keyField="@Status.ToDoId" template="#kanbanHeaderTemplate"></e-kanban-column>
                <e-kanban-column headerText="@Status.InProgress.Text" keyField="@Status.InProgressId" template="#kanbanHeaderTemplate"></e-kanban-column>
                <e-kanban-column headerText="@Status.Stalled.Text" keyField="@Status.StalledId" allowToggle="true" isExpanded="false" template="#kanbanHeaderTemplate"></e-kanban-column>
                <e-kanban-column headerText="@Status.Cancelled.Text" keyField="@Status.CancelledId" allowToggle="true" isExpanded="false" template="#kanbanHeaderTemplate"></e-kanban-column>
                <e-kanban-column headerText="@Status.Done.Text" keyField="@Status.DoneId" template="#kanbanHeaderTemplate"></e-kanban-column>
            </e-kanban-columns>
            <e-kanban-cardsettings headerField="Name" contentField="Content" tagsField="FlatTags" grabberField="Color" footerCssField="ClassName"></e-kanban-cardsettings>
        </ejs-kanban>

Can you provide me the code to add a context menu to this kanban? The menu will be customized. So if you can send me the code ofr a custom context menu, it would be better.

Thanks again,



RK Revanth Krishnan Syncfusion Team April 20, 2021 06:18 AM UTC

Hi Laurent, 
 
 
The “Context menu on cards in the EJ2 Kanban” feature is still not implemented. We have considered this as a feature request from our end and it will be implemented in any of the upcoming releases. 
 
You can now track the current status of the report, review the proposed resolution timeline, and contact us for any further inquiries through this link: https://www.syncfusion.com/feedback/24453 
 
We will let you know once the feature is implemented, we appreciate your patience till then. 
 
Regards, 
Revanth 


Loader.
Up arrow icon