Question
Pega Robotics Studio v8.0.1053 - UIConnector
Hi Team,
I am using Pega Robotics studio v8.0.1053. In that am using UI Connector feature to interact with RadGridView a .net based third party controls(Telerk).
Iam able to read the text from the grid using the UI connector feature,but am not able to invoke the cell double click event. I have tried using the below code in the DoubleClickCell(int rows, int columns) method in UI Connector script but it throws error in the below line while degugging. Could you pls help?.
this.NativeControl.CellDoubleClick += new GridViewCellEventArgs(CellDoubleClick);
The error message was something like, we cannot use "+" to the Translator Object
Any resolution to the above issue would be highly appreciated.
Thanks,
Princely
**Moderation Team has archived post**
This post has been archived for educational purposes. Contents and links will no longer be updated. If you have the same/similar question, please write a new post.