ASPxGridview Edit From
I'm trying to chang开发者_运维问答e the values of some of the controls in the ASPxGridview Edit Form, however they are not changing. It seems to be resetting?
How can I do this and in which event would I do this in?
Thanks,
Joe
I think you need to update your datasoruce which you bind to grid view with that and then you try to do that.
@Joe,
I've made a screencast that walks you through the common data editing scenarios of the ASPxGridView. Check it out here:
ASPxGridView Data Editing 101
Hope that helps.
The Columns of ASPxGridView must be bind with some DataSource to enable edition feature. Otherwise they will be read only.
[]'s
精彩评论