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

[bug] ListGrid filterEditor and horizontal scrolling

$
0
0
SmartClient Version: v10.0p_2015-08-03/Enterprise Development Only (built 2015-08-03)

Chrome, Firefox on OSX

Please modify the showcase sample #fetchOperationFS like this:
Code:

isc.ListGrid.create({
    ID:"dsListGrid",
    width: "100%",
    height: "100%",
    minFieldWidth:80,
    autoFetchData: true,
    dataSource: "supplyItem" , showFilterEditor:true, filterOnKeypress:true, autoFitFieldWidths:true
});

Then type 'a' in the first field of the filterEditor, then click to scroll horizontally: the grid will scroll back to show the first field, as you could see in this video:
https://www.youtube.com/watch?v=ekGXZMeg-94
on the second click, it will scroll correctly.

Viewing all articles
Browse latest Browse all 4756

Trending Articles