How to create an editable data table windows form in Pega Robotics?
Hi,
I'm building an RDA bot that will take some data from a web page. The this data needs to be shown to the user and fill in remaining data within a table. This table needs to be editable.
I have not been able so far to make the cells of the table editable. I used a LookupTable component, a TableView Component and a DataGridView component. I was able to add rows to the table and show them in the windows form table, but even with all the properties set to ReadOnly = False, the cells remain non editable. My guess is that I didn't use the right components here.
Any pointers will be very much appreciated.
Thank you in advance!