G
Gorgo
Hello
I have strange behavior with MspjGrid that appears in the moments when
I'm working on editable cell and :
1. Save position of the current cell by using command:
var nLeftCurrentCol = MSPJGrid_BR.GetCurrentCol(0);
var nLeftCurrentRow = MSPJGrid_BR.GetCurrentRow(0);
2. Do something with background data and rebind it
3. and on the end refresh saved position on the grid by using:
MSPJGrid_BR.SetCurrentCell(0, nLeftCurrentCol, nLeftCurrentRow);
After that on the user screen cell selected with last command is
selected, but the user can not enter data into it. If he want to put
some data into this cell he need to move cursor from this cell and go
back to this cell.
In my opinion it shouldn't be like that. I think that after using
command from point 3 mspjgrid should automatically allow to enter data
into editable cell.
Does any one have some suggestion what can cause this issue ? Maybe I'm
doing something wrong ?
thank you in advance
regards
Gorgo
I have strange behavior with MspjGrid that appears in the moments when
I'm working on editable cell and :
1. Save position of the current cell by using command:
var nLeftCurrentCol = MSPJGrid_BR.GetCurrentCol(0);
var nLeftCurrentRow = MSPJGrid_BR.GetCurrentRow(0);
2. Do something with background data and rebind it
3. and on the end refresh saved position on the grid by using:
MSPJGrid_BR.SetCurrentCell(0, nLeftCurrentCol, nLeftCurrentRow);
After that on the user screen cell selected with last command is
selected, but the user can not enter data into it. If he want to put
some data into this cell he need to move cursor from this cell and go
back to this cell.
In my opinion it shouldn't be like that. I think that after using
command from point 3 mspjgrid should automatically allow to enter data
into editable cell.
Does any one have some suggestion what can cause this issue ? Maybe I'm
doing something wrong ?
thank you in advance
regards
Gorgo