本文介绍了从radgrid中的行获取数据的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用radgrid控件,在radgrid里面我有一个带有按钮的模板字段,现在任何时候我点击按钮我想要能够检索整行的值并将它们存储在各自的变量,做我想要的东西。我还没有尝试任何东西b''cos我只是不知道该怎么做虽然我在网上阅读了很多文章但没有任何帮助。



i使用ms sql server 2008和vb

I''m using a radgrid control and inside the radgrid i have a template field with a button inside, now anytime i click the button i want to be able to retrieve the values of that entire row and store them in their respective variables and do what i want with them. I haven''t tried anything yet b''cos i simply do not know how to do it though i have read lots of articles online which have not been of any help.

i use ms sql server 2008 and vb

推荐答案


这篇关于从radgrid中的行获取数据的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-10 14:52