Unable to select items from WPF grid application

I am trying to type or select in wpf dropdown grid.
But the selection is not working as expected.

Has any one faced this issue.

Hey @ali.sakhi

You mean a drop-down selection ?

Thanks
#nK

Kind of. It is a dropdown, but withing a grid. My goal is to add rows in WPF Grid.

When I highlight the element, it is not selecting the right element.

Kind of. It is a dropdown, but withing a grid. My goal is to add rows in WPF Grid.

When I highlight the element, it is not selecting the right element.

Hey @ali.sakhi

You mean when you try to indicate the drop-down option ?

Thanks
#nK

This issue is solved. The issue was dock was overlapping the background and UiPath was picking background controls.

After collapsing background then it worked.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.