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
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,200
|
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.htmlThat 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
|