Can you fix following Errors in the Infragistics samples for Basic Dialog?
BasicDialog.cshtml:
Missing Resource igDialog
.Resources("igShared") ---> .Resources("igShared,igDialog")
Missing Render at the end.
@(Html.Infragistics() .Dialog() .ContentID("dialog") .State(DialogState.Closed) .Height("440px") .Width("440px") )
-->
@(Html.Infragistics() .Dialog() .ContentID("dialog") .State(DialogState.Closed) .Height("440px") .Width("440px")
.Render() )
Thanks in advance
Hello mchur,
Thank you for bringing this to our attention. I’ve noted it and informed our product guidance team of the issue. It will be taken care of.
Best Regards,
Maya Kirova
Developer Support Engineer
Infragistics, Inc.
http://es.infragistics.com/support