开发者

Getting the Checkbox Ids in DexExpress AspxGridView

开发者 https://www.devze.com 2023-03-06 20:33 出处:网络
I have an DevExpress aspxGridView with GridViewComm开发者_如何学运维andColumn checkbox as the first column to select rows. After user selects rows, I need to get the rows where the checkbox is checked

I have an DevExpress aspxGridView with GridViewComm开发者_如何学运维andColumn checkbox as the first column to select rows. After user selects rows, I need to get the rows where the checkbox is checked in a button click. Please help to do that. I am new to DevExpress controls.


Try to use the approach described in the following Support Center ticket:

http://www.devexpress.com/issue=Q303022

If it just necessary to retrieve a particular selected rows’ key / non-key values, use the ASPxGridView.GetSelectedFieldValues method.

0

精彩评论

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