Welcome Guest Search | Active Topics | Sign In | Register

more ClientSide events like "ItemChanged" in grids Options
mark836
Posted: Wednesday, May 7, 2008 7:10:59 AM
Rank: Member
Groups: Member

Joined: 5/1/2008
Posts: 16
Hi.
It would help out TREMENDOUSLY if I could fire off a clientside event or server postback if something was entered/changed in a grid cell. I have multiple needs for this functionality. Below is an example:

In a Grid, I have a "from date" and a "thru date" columns. User enters a value in the "from date" in a new row, the "thru date" in the previous row is set to the value of the newly entered "from date".
(easily done on the server side :) )

Thanks

eo_support
Posted: Wednesday, May 7, 2008 7:19:23 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,084
Hi,

Thanks for your suggestion. We will look into it and see what we can do. In the mean time, you can take a look of ClientSideCellSelected:

http://www.essentialobjects.com/ViewDoc.aspx?t=EO.Web.Grid.ClientSideOnCellSelected.html

That way you can update other cells not when exactly when user edit the cell, but when user have finished editing and leave the cell, which should be close to what you suggested.

Thanks


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.