This is a migrated thread and some comments may be shown as answers.

[Solved] RadGridView accessing non visible rows

1 Answer 36 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Mukul Bhatt
Top achievements
Rank 1
Mukul Bhatt asked on 31 Dec 2009, 02:21 PM
RadGridView control .Rows property returns only visible rows. I need to select the row based on the cell text which is not visible or get the cell text from all rows. How can I perform this action?

Thanks,
Mukul

1 Answer, 1 is accepted

Sort by
0
Missing User
answered on 31 Dec 2009, 05:40 PM
Hello Mukul,

WebUI only returns rows that are made visible in the app's visual tree. Please try recording a step that makes the rows visible, such as a scroll using the scroll bar or scroll up/down buttons for the RadGridView.

Then, if possible, record the verification/wait for/automation steps you wish over the rows/columns/cells in the RadGridView using WebUI, since going to a custom coded solution may get some what complex.

If wish to continue with a custom solution, please check out this thread with a custom solution posted by another user and post back with any other questions you may have.

Sincerely yours,
Nelson Sin
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
General Discussions
Asked by
Mukul Bhatt
Top achievements
Rank 1
Answers by
Missing User
Share this question
or