Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
310
Sample for Basic igDialog has some errors.
posted
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
  • 29417
    Offline posted

    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