Hi ,
i am using iggrid in my mvc application. i have enabled row editing. when i double click on any editable cell (i have scrolled horizontally because too many columns) it getting focus. Fine.
But meanwhile if i click any other cell from different row grid loses it position. How to handle this?
Hello Muthukumar,
If I understood your issue right, when you click on any other cell from different row the scroll position changes as well. Is this the case? Could you let me know what version you're currently using? A working sample that demonstrates the issue would be great appreciated if you can provide me as such. Thanks in advance.
Regards,
Tsanna
Hi,
your understanding is right. i am using version 5.15.1.2112
sorry i am unable to share data due to privacy.
I wasn't able to reproduce the issue that you're encountering. However I made a sample with similar scenario, which is attached at the bottom for your reference. Please take a look at the sample and feel free to modify it in order to reproduce the issue, then send it back to me. If you have any questions, please let me know.
Regards,Tsanna
Create grid with multiple columns. horizontal scroll bar must show.
Exactly when you enable updating with edit mode "row" this issue will be reproduced.
Set showDoneCancelButtons as false.
1. move horizontally in grid.
2. edit one cell.
3. while focus is on there, click on another row cell.
4. you will lost scroll position.
Hu Muthu,
I too face similar issue, just selection of different row without editing also resets the scroll location to first column.
Could you please share what fix you applied.
Thanking you.
thank you.
i have resolved this myself.
As I've already mentioned, I cannot reproduce the issue. Did you take a look at the sample that I attached in my previous response? If it's not a correct example of what you're doing, then please modify it, so that the issue can reproduce on it. Then send it back to me. If I can provide you with further assistance, let me know.