For reference, I am using version 2008.03.1125.35.
I have a row still in insert mode and am trying to set a value during a postback. I have a text box with an affiliated button which launches a different window which allows users to select a value. When that value is chosen, I want to modify the text box value of the grid in the resultant postback.
It looks like the values of the grid are entirely set by the postback data and databinding is skipped.
Does anyone have any ideas for how to do this? Or point me at examples.
I looked for quite awhile but did not find anything -- sorry if I missed something obvious.
My thanks to anyone who looks at this.
-Kyle
I have a row still in insert mode and am trying to set a value during a postback. I have a text box with an affiliated button which launches a different window which allows users to select a value. When that value is chosen, I want to modify the text box value of the grid in the resultant postback.
It looks like the values of the grid are entirely set by the postback data and databinding is skipped.
Does anyone have any ideas for how to do this? Or point me at examples.
I looked for quite awhile but did not find anything -- sorry if I missed something obvious.
My thanks to anyone who looks at this.
-Kyle