Welcome Guest Search | Active Topics | Sign In | Register

Lost focus issue with EO grid Options
Mona3012
Posted: Tuesday, March 8, 2011 10:47:38 AM
Rank: Newbie
Groups: Member

Joined: 2/25/2011
Posts: 3
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?

i have implemented ajax call using jscript to update each cell value in DB.
its not working.Can you please help on this.


I have set for both the grid:-
EnableKeyboardNavigation="true"
FullRowMode="false"
eo_support
Posted: Tuesday, March 8, 2011 1:20:33 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
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!
Mona3012
Posted: Tuesday, March 15, 2011 11:08:09 AM
Rank: Newbie
Groups: Member

Joined: 2/25/2011
Posts: 3
I want to do following thing.
I have a EO:Grid and HTML Button.
Suppose i am having a textBoxColumn and initially i am in Edit mode of this cell.
Now if i click the Html button and would like to exit edit mode of the grid cell.How can i do that.

I will get the grid using document.GetElementById()
1. How to get the Edit mode Cell from the grid element using JavaScript?
2.How to exit edit mode of cell using JavaScript?

Both using JavaScript....

This is a very important requirement for me to use your Product in my application.
So kindly do the needful.



You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.