Hi,
I have an UltraGrid with multiple rows and 2 columns. Out of these 2 columns 1 is a read-only and other one is editable. Using Coded UI I need to write into the editable column of a particular row (Will define this row by the 1st column).
Also I was looking documentation / tutorials regarding using Coded UI with Infragistics controls (especially grids and combo-boxes) but could not find any. Could you please point me to some ?
Hello Abhinav,
First of all, I will answer your second question. There is online documentation for Infragistics Coded UI Test Extension. Follow the next link to overview of this extension http://help.infragistics.com/Doc/WinForms/current/CLR4.0/?page=Coded_UI_Test_Extension_Overview.html. You can also check this link, where is shown how you can use Coded UI Test Extension to edit a cell in the UltraGrid.
Regarding your second question I am not sure if I understand what your issue is. Can you please try to describe in details what happens at your side when you try to edit the cell’s value?
Looking forward to your reply.
Hey,
Thanks for the link. My query is in case the number of rows is not fixed and thus recording will not be a viable option. I need to fetch a specific row and then edit that row. For example my grid has 2 columns 'Animal' and 'Population'. The animals can be of any number and any order. Now I want to edit the population of a specific Animal say 'Cat'. How do I access that specific element/row ?