Page 1 of 1

Cannot able to get values inside CustomXceedGrid

Posted: Tue Aug 27, 2019 8:39 am
by Rakesh123
Hi,

I am not able to get the values inside to CustomXceedGrid. Please find the attached snapshot

Thanks,
Rakesh

Re: Cannot able to get values inside CustomXceedGrid

Posted: Tue Aug 27, 2019 9:38 am
by qwertzu
hi,

This seems to be a custom grid control.
I guess the only chance you will have for identifying the elements is using the GDI plugin.
In Ranorex Spy, right click on the element "customXceedGrid1" and choose "Add class name to GDI capture list".
Refresh spy afterwards and see if you can access the elements.

Also try to run Ranorex and your application as administrator.

regards, qwertzu

Re: Cannot able to get values inside CustomXceedGrid

Posted: Tue Aug 27, 2019 9:59 am
by Rakesh123
Hi,

I tried after adding GDI plugin but even then I can't able to get the object inside CustomXceedGrid

Thanks,
Rakesh

Re: Cannot able to get values inside CustomXceedGrid

Posted: Tue Aug 27, 2019 10:32 am
by odklizec
Hi,

Have you also tried running Ranorex as administrator (as already suggested qwertzu)? If this does not help either, then you are probably out of luck? The only remaining thing you can probably do is to ask grid developers to implement proper accessibility to the problematic grid.