Any links for Infragistics Controls samples & support for Angular 2 ?
Thanks
Hi Sameer,
You have to make sure the context where IgniteUI-angular2 is imported is having the Ignite UI and its dependencies defined.
Please open another thread and attach an isolated sample with more details on the error you are having.
Also specify the IgniteUI-angular2 npm package version.
Hi Deyan,
I have referred the references of Ignite UI product as per the documentation from Github for Angular 2. I am using a trial version for POC.
I am still getting the same error when refreshed the page. Please refer the order of references given below.
<!-- Ignite UI Required Combined CSS Files --> <link href="http://cdn-na.infragistics.com/igniteui/latest/css/themes/infragistics/infragistics.theme.css" rel="stylesheet" /> <link href="http://cdn-na.infragistics.com/igniteui/latest/css/structure/infragistics.css" rel="stylesheet" /> <link rel="stylesheet" href="~/dist/vendor.css" asp-append-version="true" />
<!-- 1. Load libraries --> <script src="http://code.jquery.com/jquery-1.12.3.js"></script> <script src="http://code.jquery.com/ui/1.10.3/jquery-ui.min.js"></script>
<!-- Ignite UI Required Combined JavaScript Files --> <script src="http://cdn-na.infragistics.com/igniteui/latest/js/infragistics.core.js"></script> <script src="http://cdn-na.infragistics.com/igniteui/latest/js/infragistics.lob.js"></script> <script src="http://cdn-na.infragistics.com/igniteui/latest/js/infragistics.dv.js"></script>
Thanks,
Sameer Manjrekar
Hello,
first make sure you have defined the references of Ignite UI product correctly.
If this is not the case, then it would be best if you can open another and attach your app there for investigations.
Hi,
https://github.com/IgniteUI/igniteui-angular2 project works good.
but when I open the page with grid and tried to press refresh button on the browser i am getting the below issue.
Please look into it and let me know if there are any resolutions.
Microsoft.AspNetCore.NodeServices.HostingModels.HttpNodeInstance+<InvokeExportAsync>d__7.MoveNext()
I need to add a image in ui grid which gets updated inside the row when the user adds the new row.The image is displayed once the refresh button is clicked.I want it as soon a sit adds new row in the grid