Quantcast
Channel: SmartClient Forums
Viewing all articles
Browse latest Browse all 4756

Select cells is too slow in ListGrid

$
0
0
I am using SmartClient version SmartClient_v90 Pro _2013-08-10 and browser - Google Chrome Version 28.0.1500.95 m.

I have the ListGrid (dataPageSize - default(75 records), canSelectCells: true) with 600 000 record .
The click on cell takes up to 7 seconds:

Code:

3274 ms        4645 ms        iscAssembly-v.v…-08-10.js:7265
                isc_CellSelection__setCellSelection
7 ms        7 ms        iscAssembly-v.v…-08-10.js:7279
                isc_CellSelection_selectSingleCell
3266 ms        4637 ms        iscAssembly-v.v…-08-10.js:7268
                isc_CellSelection__setCellRangeSelection
3266 ms        4637 ms        iscAssembly-v.v…-08-10.js:7279
                isc_CellSelection_selectSingleCell
3266 ms        4637 ms        iscAssembly-v.v…-08-10.js:7284
                isc_CellSelection_selectOnMouseDown
3266 ms        4637 ms        iscAssembly-v.v…-08-10.js:4969
                isc_GridBody__selectCellOnMouseDown
3266 ms        4637 ms        iscAssembly-v.v…-08-10.js:4973
                isc_GridBody_selectOnMouseDown
3266 ms        4637 ms        iscAssembly-v.v…-08-10.js:4852
                isc_GridRenderer__cellMouseDown
3266 ms        4637 ms        iscAssembly-v.v…-08-10.js:4852
                isc_GridRenderer_mouseDown
3266 ms        4637 ms        iscAssembly-v.v…-08-10.js:2249
                isc_Canvas_handleMouseDown
3266 ms        4637 ms        iscAssembly-v.v…-08-10.js:1247
                isc_c_EventHandler_bubbleEvent
3266 ms        4637 ms        iscAssembly-v.v…-08-10.js:1077
                isc_c_EventHandler_doHandleMouseDown
3266 ms        4637 ms        iscAssembly-v.v…-08-10.js:1077
                isc_c_EventHandler_handleMouseDown
3266 ms        4637 ms        iscAssembly-v.v…-08-10.js:1284
                isc_c_EventHandler_dispatch
3266 ms        4637 ms        (anonymous function)

Please note:
1. The same code works much faster on SmartClient 6.5.1.
2. The same code works fast with 1000 resords.

Attached Images
File Type: png time_line_.png (39.6 KB)

Viewing all articles
Browse latest Browse all 4756

Trending Articles