Hi,
Scenario : I have an UltraGrid whch displays rows on a Search criteria. On firing a Search Criteria, I want to operate the specific cells in specified rows of the grid. But when I try to get the RowCount of the Grid displayed on a particular search criteria, its giving a count in thousands. when the grid shows only 5 rows retreived.
SwfWindow("SmartBox by Chevron -").SwfTable("UgrdBrowseItems").RowCount
Help me out with solution.
thnks in advance.
Anand
Do you have a compile problem? Do you use VB or C#?
Application is full of infragistics grid controls, need to access the data inside the grid.
when i try to access it has the name as the control name like infragistics.win......ultrawingrid....
How to access this, please help me out with this.
while recording its - activate row "2888" ; activate cell "2888", "ship" ; setcelldata "2888" , "Ship", "true" for the first row.
If any means to learn or contact you directly please suggest.
Thanks
The previous code should check all checkboxes of visible rows. What exactly doesn't work?
Hi Amiram,
unable to understand i am a novice
unable to execute.
foreach (UltraGridRow in grid.Rows.GetFilteredInNonGroupByRows())
{
row.Cells["xyz"].Value = true;
}