I'm new to asp.net devexpress tools. I want to identify column value of ASPxGridView
component.
How can i do this.Please help me to solve this problem
(can we do as below/or similar way)
ASPxGridView.column[1]
I'm new to asp.net devexpress tools. I want to identify column value of ASPxGridView
component.
How can i do this.Please help me to solve this problem
(can we do as below/or similar way)
ASPxGridView.column[1]
You can get those values with:
ASPxGridView.GetRowValues
ASPxGridView.GetRowValuesByKeyValue