Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
125
Coded UI Tests on UltraGrid
posted

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 ?

Parents
No Data
Reply
  • 21795
    Offline posted

    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.

Children