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
165
column sorting in iggrid with virtualization
posted

we are using Iggrid with virtualization set to true and virtualizationMode set to "continuous", and there are around 23 columns we are displaying with sorting option for each of these columns and with horizontal scroll in grid

The issue.  i am seeing is if i try to sort the 20th or 21st column, after column sorting the focus returns(reset) to first column and the focus does not stay on the column where i did the sort.

and it looks everything works fine if i make the virtualization set to false, but this virtualization is required since we are loading huge amount of data (40,000 rows).

Please help me in solving this issue and let me know if i am missing any settings.

Parents
No Data
Reply
  • 49378
    posted

    Hello Rakesh,

    I am assuming this issue occurs only for columns which have to be scrolled to to be visible? It would be helpful to know which version you are using and whether the issue is browser specific. I have tested this scenario with the latest SR for 14.1 under Chrome, FF and IE11 but am so far unable to replicate the behavior. Attached is my test sample for your reference. Please feel free to modify it in order to illustrate the issue.

    Do not hesitate to contact me with any updates or questions.

    igGridVirtualizationHorizontalScroll.zip
Children