Dialogue Box creation in MVC using syncfusion .


In this Article you learn how to add Syncfusion Dialogue box in MVC project.

Hi

This show how to add syncfusion dialogue box in design time.

Create a div with id with default visibility as hidden
and enter the test as you like.

div
id="dialogContents1"
title="Syncfusion Dialog"
style="visibility: hidden"

Syncfusion sample dialogue box


< div id="dialogContents1" title="Syncfusion Dialog" style="visibility: hidden" >
Syncfusion sample dialogue box

</div>

<%=Html.Syncfusion().Dialog("myDialog1").TargetControlId("dialogContents1").AutoOpen(true).CloseOnEscape(false).Draggable(false).Modal(true).Resizable(false)%>



add div id in syncfusion targetcontrol id dialogContents1 this automatically load the div data in to syncfusion controls


Comments



  • Do not include your name, "with regards" etc in the comment. Write detailed comment, relevant to the topic.
  • No HTML formatting and links to other web sites are allowed.
  • This is a strictly moderated site. Absolutely no spam allowed.
  • Name:
    Email: