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
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.