Hi Vengatramanan,
Thanks for contacting Syncfusion support.
You could redirect from one action to another by using the button click event as give below.
<ej-button id="btn_rel='nofollow' href" text="Click to redirect" click="redirect" />
<script>
function redirect() {
// Redirect to action
window.location.rel='nofollow' href = '@Url.Action("processForm")' ;
}
</script>
|
Please get back us if you need any further assistance.
Regards,
Deepa L.