Hi we are build
SmartClient Version: SC_SNAPSHOT-2011-04-14/PowerEdition Deployment (built 2011-04-14)
I am having peformance issues with the listgrid. When listgrid.setsavelocaly is set to true their is a noticeable delay from when the user has finished entering data into a cell and has pressed the down arrow to when focus is set to the next cell(approx. 400ms). I have also noticed that the keyboard events get lost. For example if the column in the grid had all 0 and the user constantly alternates between 9 and down arrow, often the down arrow event will be lost and in a cell you will get multiple 9 values.
What I did to try and test this was, on the server side I had overridden execute and if and operation of type update/add/remove came in I would setSuccess to true and return.
After I did this their was alot of traffic to the server but the listgrid performance increased and the keyboard event issues went away.
Is their anything that can be done about this or am I doing something incorrectly.
SmartClient Version: SC_SNAPSHOT-2011-04-14/PowerEdition Deployment (built 2011-04-14)
I am having peformance issues with the listgrid. When listgrid.setsavelocaly is set to true their is a noticeable delay from when the user has finished entering data into a cell and has pressed the down arrow to when focus is set to the next cell(approx. 400ms). I have also noticed that the keyboard events get lost. For example if the column in the grid had all 0 and the user constantly alternates between 9 and down arrow, often the down arrow event will be lost and in a cell you will get multiple 9 values.
What I did to try and test this was, on the server side I had overridden execute and if and operation of type update/add/remove came in I would setSuccess to true and return.
After I did this their was alot of traffic to the server but the listgrid performance increased and the keyboard event issues went away.
Is their anything that can be done about this or am I doing something incorrectly.
Comment