开发者

ASPxGridview Edit From

开发者 https://www.devze.com 2023-01-06 13:38 出处:网络
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?

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

0

精彩评论

暂无评论...
验证码 换一张
取 消