unable to access the text in sfdatagrid

Hi,

I am using appium for ui testing and want to be able the data in the sfdatagrid. 
The text in the viewgroup is always empty. I tried adding the automationid but it does not still detect.
How do I solve this?

Thanks

1 Reply

SK Shivagurunathan Kamalakannan Syncfusion Team February 21, 2018 10:35 AM UTC

Hi Sowmiya, 
 
Thanks for contacting Syncfusion Support, 
 
We have checked your query. You can achieve your requirement by setting “LoadUIView” to true to the GridColumn. 
 
By default the “LoadUIView” for the grid columns are false which will draw the cell contents instead of loading labels for performance improvements. If the “LoadUIView” is set as true, the SfDataGrid will load a label inside the cells instead of drawing the contents in Android. 
 
We have prepared a sample based on your requirement and you can download the same from the below link. 
 
Regards, 
Shivagurunathan. K 


Loader.
Up arrow icon