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