Use the GetCellData(j,i) Function for Cell data and Use the GetRowData(j) Function for Row Data where “j” and “i” are Row and Column values respectively. AUTOMATION SCRIPTS Dim cellData,columnCount,rowDatacellData =0columnCount=0rowData=0 columnCount…
' get the number of rows in the tablerowCount=Browser("Browser").FlexApplication("App").FlexApplication("Fl exClient").FlexPanel("FlexPanel").FlexCanvas("App Home").FlexPanel("Search Results").Fl…
» Create column groups in DataGrid The easyui DataGrid has ability to group columns, as the following example shows: View Demo In this example, we use flat data to populate the DataGrid data, and group the listprice,unitcost,addr1,status columns unde…