Categories | Question details Back To List | ||
dhtmlx grid dynamic loading and row selection I have configured dhtmlxgrid with dynamic loading number of rows loaded per view = 10. In all ther are 25 rows in grid. Now I want to select 5 rows as follows. 1. 2 from 0- 10 2. 2 from 10 -20 3. 1 from 20-25 but when i do getSelectedRowsId, it gives ids from view which is loaded at the end. rowsBuffer also has 10 values corresponding to last rendered view. How to resolve this problem? Answer posted by Stanislav (support) on Jan 04, 2010 05:17 In case of dyn. loading you can't select not-loaded rows. They are not operable while not loaded. |