开发者

How to get the page records from radgrid when click on button

开发者 https://www.devze.com 2023-03-24 22:53 出处:网络
I am using Telerik RadGrid.i bind the data (i.e 10 rows) to radgrid with paging .the paging was set to 5 per page.the radgrid as Hirarchial mode.

I am using Telerik RadGrid.i bind the data (i.e 10 rows) to radgrid with paging .the paging was set to 5 per page.the radgrid as Hirarchial mode.

i am get the first pag开发者_运维问答e records only when user click on button.which i need to send a mail.how can retrive all the data


RadGridAllocateEmployee.AllowPaging = False
RadGridAllocateEmployee.Rebind()
        'Your code
For Each item As GridDataItem In RadGridAllocateEmployee.MasterTableView.Items
. . . . . . .
Next
RadGridAllocateEmployee.AllowPaging = True
RadGridAllocateEmployee.Rebind()
0

精彩评论

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

关注公众号