- Home
- Forum
- ASP.NET Core
- Does not react
Does not react
Hello
"Hamburger" button it does not react on click - it does not open. Propably all files added. Accordion and Grid works ok. Signature can not clean.
SIGN IN To post a reply.
3 Replies
SS
Selvamani Sankarappan
Syncfusion Team
March 8, 2018 06:43 AM UTC
Hi Przemo,
Thanks for contacting Syncfusion Support.
Query: "Hamburger" button it does not react on click - it does not open.
We suspect that the issue is due to targetId not mapping properly. So, map the targetId property to open listview while clicking the Hamburger button. Please refer to the following code example:
|
<div id="butdrawer" class="drawericon e-icon"></div>
<ej-navigation-drawer id="navpane" direction="@NavigationDrawerDirection.Left"type="@NavigationDrawerType.Overlay" enable-list-view="true" target-id="butdrawer"content-id="content_container">
<e-list-view-settings width="300" selected-item-index="0" show-header="false" mouse-up="headChange" persist-selection="true" />
<e-content-template>
<ul>
<li data-ej-text="Home" data-ej-rel='nofollow' href="#home" id="navhome"></li>
<li data-ej-text="People" data-ej-rel='nofollow' href="#people" id="navpeople"></li>
<li data-ej-text="Profile" data-ej-rel='nofollow' href="#profile" id="navprofile"></li>
</ul>
</e-content-template>
</ej-navigation-drawer> |
Query: Signature can not clean.
You can clear the signature using clear method of signature component. Please refer to the following code example:
|
<ej-signature id="signature" height="400px" stroke-width="3" is-responsive="true" />
<ej-button id="signclear" text="Clear the signature" show-rounded-corner="true"click="onclear" />
function onclear() {
var sign = $("#signature").ejSignature("instance");
sign.clear();
} |
Please refer to the following sample:
Refer to the following UG documentation:
Refer to the following API link:
Refer to the following demo:
If issue persist, please revert to provide appropriate solution.
Regards,
Selvamani S.
PR
Przemo
March 8, 2018 06:20 PM UTC
Thank you !!!
I had to change from Pages to Views.
SS
Selvamani Sankarappan
Syncfusion Team
March 9, 2018 04:35 AM UTC
Hi Przemo,
Thanks for the update.
Please let us know if you need any further assistance.
Regards,
Selvamani S.
SIGN IN To post a reply.
- 3 Replies
- 2 Participants
-
PR Przemo
- Mar 8, 2018 01:31 AM UTC
- Mar 9, 2018 04:35 AM UTC