In my IgGrid, whenever the cell is being edited and the page is scrolled horizontally, the editable cell displays its textbox in a different location and not over the original cell location
Hello Krishna,
Unfortunately I cannot reproduce this behavior (my sample is attached to this forum post), that's why I need more information. What is your grid configuration? Which features are you using? Is there a virtualization enabled?
Also what version (including build number) of the Ignite UI controls are you using? To get the Ignite UI version you can execute the following code in the JavaScript console of the browser: $.ui.igGrid.version
Best regards,Martin PavlovInfragistics, Inc.
To reproduce the behavior. I modified the sample that you provided.
1) Removed height and width from igGrid initialization definition
2) In HTML, enclosed the table with id 'grid1' inside a div
3) Provided style attribute to the div
4) In the style attribute, I provided a max-height of 400px, max-width of 600px and overflow as scroll
Now when I run the page, and edit a cell, I can reproduce this behavior on scrolling of the div
IgGrid version: 13.1.20131.1012