读取devexpress gridview的每一行 [英] Read each row of a devexpress gridview

查看:258
本文介绍了读取devexpress gridview的每一行的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想阅读devexpress gridviw的每一行

I want to read every row of a devexpress gridviw

推荐答案

试试这个

try this
For i As Integer = 0 To GridControl1.MainView.RowCount - 1
   GridControl1.MainView.GetRow(i)
Next


It正常的gridview是可能的,但它怎么可能devexpress gridview
It is possible for a normal gridview but how can it posible devexpress gridview


你好,

试试这个



迭代ASPxGridView的所有行

http://www.devexpress.com/Support/Center/p/Q93718.aspx [ ^ ]
Hi,
try this

Iterating through all rows of an ASPxGridView
http://www.devexpress.com/Support/Center/p/Q93718.aspx[^]


这篇关于读取devexpress gridview的每一行的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆