mattc_1
15 years agoOccasional Contributor
Infragistics UltraGrid Locks Up TestComplete
When I found that TestComplete now supports Infragistics 9.1 I was quite happy because we religiously use Infragistics controls in almost all of our apps.
I have run into somewhat of a snafu. I am trying to find out if a grid has any rows in it before I try to access the control but when I call the grid using (ultragird.rows.count) it locks up TestComplete in the Playback mode and I have to terminate the process in order to do anything. All other windows operations seem to be running correctly but TestComplete locks up.
I have seen this off and on over the past day of working with ultragrids. The other time that I have seen it is if I am accessing a grid that is on another tab, In my case I was deleting a row, granted I put a function in place to make sure that I am on the correct tab before trying to access any control that not on my active tab.
Anyone have any suggestions?
I have run into somewhat of a snafu. I am trying to find out if a grid has any rows in it before I try to access the control but when I call the grid using (ultragird.rows.count) it locks up TestComplete in the Playback mode and I have to terminate the process in order to do anything. All other windows operations seem to be running correctly but TestComplete locks up.
I have seen this off and on over the past day of working with ultragrids. The other time that I have seen it is if I am accessing a grid that is on another tab, In my case I was deleting a row, granted I put a function in place to make sure that I am on the correct tab before trying to access any control that not on my active tab.
Anyone have any suggestions?