We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Unable to access grid data in automation testing

I'm using Ranorex software to automate the GUI testing of our software.  I am unable to access the grid data on a GridDataBoundGrid control.  Microsoft 'Inspect' is also unable to access this information.  Does anyone know of a method to access the grid data using automated testing?

1 Reply

MS Maniratheenam Sehar Syncfusion Team May 14, 2014 12:12 PM UTC

HI Roland Brooks,

Thank you for your interest in Syncfusion products.

Query:

Accessibility issue

We would like to let you know that from your given query, you can make use of AccessibilityEnabled property. By setting AccessibilityEnabled as true, it can aid you to access the grid data of the individual cells.

The following codesnippet is given below,

CODESNIPPET[C#]:

  this.gridDataBoundGrid1.AccessibilityEnabled = true; 

For your better convenience, we have added the UG link below, please refer.

UG Link: http://help.syncfusion.com/ug/windows%20forms/grid/default.htm#!Documents/inbuiltcodeduisuppor.htm

 

Please let us know, if you have any further concerns.

Regards,             

ManiRatheenam S


Loader.
Live Chat Icon For mobile
Up arrow icon