Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
608
How to set value of a cell
posted

I have a Webdatagrid with a DropDownProvider for one column. Now the user can select a value with this DropDown editor. After that I want to change the values of two other rows depending on that selection.
For that I tried to use the ExitedEditMode Event for the cell edited by the DropDown and got the new selected value of that cell. But I can get it working writing the new values in the other cells. May be I have to call an other function that the row is "refreshed". Can anybody give me a hint?

I'm using Visual Studio 2010 and NetAdvantage version 2010 Vol.3

Parents Reply Children
No Data