Mona3012 wrote:I am using two EO grid in a web page.
I am using excel like grid.
I have handled on ClientSideEndEdit on each TextBoxColumn in both the grid.
Steps
1.Suppose a user is in edit mode of a cell in grid1.
2.User "using mouse" clicks on a cell in grid2.
ClientSideEndEdit event should fire on Grid1 cell,but it is not happening.
Is it a bug?
This is normal. ClientSideEndEdit is fired when the cell leaves edit mode. If you move the edit cell to another cell inside the same grid, then the previous cell is automatically put out of edit mode thus triggering ClientSideEndEdit for the previous cell. However putting a cell in a second Grid does not affect the editing status of the first Grid. In another word, both Grids are in edit mode now.
Mona3012 wrote:i have implemented ajax call using jscript to update each cell value in DB.
its not working.
You will need to troubleshoot such issue yourself. We do not debug code error for our users. If you have any very specific question regarding a feature or a property about the Grid, then we will be happy to help. However we do not code or debug specific solutions for you.
Thanks!