The id value for this table is G_ResultsGrid1xUltraWebGrid1.
When a user clicks on a row in this table, the row is selected. Basically,
an arrowhead is displayed in the left margin. When the user then clicks on
the edit button, the selected record is displayed in an edit form.
When I try the
I do not understand what you need fully. But could you learn which
name your developer has given to this asp.net control. Asp.Net and
infragistic controls creates their names according to this name. Since
html enforces that every ID must be unique in a html page. In a grid.
When you give id to data
You're right, Infragistics controls seem to create a ton of HTML. I've
copied the HTML that creates the table and one row below.
Thanks for taking a look at this!
Mark
Question NameQuestion
TextCategorySystemPolicyChecklist_Item_IDSystem_IDPolicy_Code_IDChecklist_Item_Category_Code_ID
Could you give us some example html infragristic creates. As I
remember, Infragristic controls creates a lot of html. Even simple
textbox controls have something like.
___
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/m
I am attempting to automate a test for an ASP.NET page that uses an
Infragistics Ultragrid control. I need to be able to select a row from this
grid. I can click on the table cell, and the cell is highlighted, but the
cell isn't highlighted.
I have also tried using the mouse down and mouse up