Hi,
I am displaying the gird data on load. When I do the advance remote filtering, the page is no getting refreshed with the filtered data. I am using the https://www.igniteui.com/grid/basic-editing example and added the filtering functionality. I can see only the loading gif.
grid.on("iggriddatabinding", function (e, args) { loadingIndicator.show(); });The other function is not getting executed.
grid.on("iggriddatabound", function (e, args) { loadingIndicator.hide(); });I tried by putting alert messages.Please helpThanksIndra
Hello Indra,
Thank you for posting into our community!
I have been looking into your question and I have tried reproducing the described behavior, however, on my side, I was not able to reproduce it.
Additionally, since I am not sure how the igGrid and the remote filtering are configured on your side, it would be highly appreciated if you could provide me with a small sample that demonstrates the described behavior.
Having a sample which I can debug on my side will be extremely helpful in investigating the root cause of this behavior and providing you with a solution as soon as possible.
Thank you for your cooperation. Looking forward to your reply.
Sincerely, Riva Ivanova Entry Level Software Developer
Hi Riva,
Than you for your response. I could able to figure out and I am good now.
Thanks
Indra
I am glad that you found a solution and managed to achieve your requirement.
Thank you for using Infragistics components.
Regards,Riva IvanovaEntry Level Software Developer
I have another issue. For datetime column I am getting Object reference not set to an instance error.
column.For(x => x.LastChangedDate).HeaderText("Last Changed Date").Format("dateTime");
Please help
Thank you for following up!
I have been looking into your question and I have prepared a small sample trying to reproduce the described behavior, however, on my side, I was not able to reproduce it and the dates are displayed as expected.
Additionally, as previously mentioned, in order to further investigate this matter, it would be extremely helpful if you could provide me with a sample that demonstrates the behavior on your side.
Attached could be found my sample for your reference.
2744.IgApp.zip