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
485
Performance : InitializeRow event should be called only for current page row
posted

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.