I have a grid on a web application that has been deployed for at least a couple of years, suddenly when the user tries to add a new row and click 'Done' on the dialog template nothing happens. What would cause this. This application has not changed.
Hello William,
My colleague had mistaken the product you are talking about. From the provided screenshots I have noticed that the project uses IgniteUI version 21.1 and Infragistics.Web.AspNetCore 18.1. I assume there was an update, since version 21.1 is the latest one and it is from this year. What I could suggest is to update the AspNetCore version as well, in order for both packages to be with the same version.
Furthermore, in order to hide some of the columns, what I could suggest is to set the property hidden to true. This could be achieved as follows:
columns: [
{ headerText: "ID", key: "ID", dataType: "number", hidden: true },
Please let me know if you need any further information regarding this matter.
Regards, Monika Kirkova, Infragistics
Thanks for getting back to me.
The version I am using is below. This application has not changed in years so I am wondering why it suddenly does not work. When I developed this I paid for the license.
There are other issues. The code below is for a grid that is displayed. Again this used to work without issue and has not changed in years. Now the columns that are set to width of 0% are showing. This grid used to render fine, now it is a mess.
Any help would be greatly appreciated. Thank you.
Hello Reyes,
Thank you for contacting Infragistics Community!
I believe you will find the following sample very helpful. As you can observe it is using the latest version of IgniteUI for Angular package (12.1.0) and the Add Row Dialog is working as expected. Having this in mind I assume that you have introduced some changes to your application like for example updating the Angular/IgniteUI for Angular versions. In order to be able to assist you further could you please elaborate on the exact version of IgniteUI for Angular you are using and the one you have updated from (in case you have updated). It would be very helpful if you can provide a snippet of the code running when the dialog’s ‘Done’ button is clicked as well.
Looking forward to hearing from you.
Best Regards, Martin Evtimov Associate Software Developer Infragistics, Inc.