Search found 4 matches

by Stefan
Mon Aug 04, 2008 10:03 am
Forum: General Questions
Topic: How to get Control name of Control
Replies: 5
Views: 3188

Hello,

thank you.

One further question.
When is V1.5.1 going to be released?

regards
Stefan
by Stefan
Mon Jul 28, 2008 3:54 pm
Forum: General Questions
Topic: How to get Control name of Control
Replies: 5
Views: 3188

I dont have the name for the control "tc_firma". I find the element with the help of FindChild(Role.PageTabList). Now I need to get a string with the controlname "tc_firma", that I dont know. Because I have to deal with several PageTabLists, that have different names. Hope that this description is a...
by Stefan
Mon Jul 28, 2008 1:26 pm
Forum: General Questions
Topic: How to get Control name of Control
Replies: 5
Views: 3188

How to get Control name of Control

Hello, Although I dont have a ControlName of the control, I am able to find the corresponding element to actually perform actions on this control. But if I want to find out, what the ControlName of the control that I am working on is, I cannot seem to find a way. Please see the attached screenshot o...
by Stefan
Tue Jun 17, 2008 3:49 pm
Forum: Automation API
Topic: Duplicate row elements returned from ultraGrid control
Replies: 3
Views: 5871

Hello, I seem to have a similar problem here. I am using v1.4 with an Infragistics ultraGrid. table.Element.FindChildren(Role.Row) gets me the rows plus one duplicate row, which I think is actually the selected row. But unfortunatelly it doesnt get me the Filter Row, that I am trying to get access t...