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:
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.
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 });
https://www.youtube.com/watch?v=ekGXZMeg-94
on the second click, it will scroll correctly.
Comment