Scenario 1
In Virtual mode, We can access the data which is available in viewport, right ?
In my scenario I have 60 columns and 2000 rows which is bound with drop down list along with pqSelect
Here we are applying pqSelect plugin in post render method
When I m keeping virtual mode ON, data gets loaded quickly,
but the problem is I don’t get value of the HTML drop down if that column/row is not a part of active viewport
Is there any way through which I can get the values of those columns.
---------------------------------------------------------------------------------------------------
Scenario 2
In my scenario I have 60 columns and 2000 rows which is bound with HTML drop down list along with pqSelect
Here we are applying pqSelect plugin in post render method
When I m keeping virtual mode OFF, data loading response becomes very slow,
Even the horizontal scrolling becomes very very slow