Hi All,
I am using Infragistic Grid 7.3.
My Grid have a huge datasource around 66000 record.
I had used paging of 500 record per page.
I had attached InitializeRow event and CUstomize some row inside it.
Grid Performance is very poor.
It does not get rendered and found that InitializeRow event is called 66000 times.
InitializeRow event should be called only for rows of current page.
Is There is any way to do this.
Thanks.
Hello Raju,
I have actually the same problem than you.
Did you find any solution?
Thank you!
I also have the same problem.
Was this ever addressed?