gridsDragMove-1.rctest
open SmartClient_Explorer.html#gridsDragMove
waitForElementClickable scLocator=//ListGrid[ID="countryList1"]/body/row[countryCode=CH||0]/col[fieldName=countryCode||0]
dragAndDropToObject scLocator=//ListGrid[ID="countryList1"]/body/row[countryCode=US||0]/col[fieldName=countryCode||0] scLocator=//ListGrid[ID="countryList2"]/body/
waitForElementClickable scLocator=//ListGrid[ID="countryList2"]/body/row[0]/col[1]
dragAndDropToObject scLocator=//ListGrid[ID="countryList1"]/body/row[countryCode=FR||5]/col[fieldName=countryCode||0] scLocator=//ListGrid[ID="countryList2"]/body/row[0]/col[1]
waitForElementClickable scLocator=//ListGrid[ID="countryList2"]/body/row[1]/col[1]
dragAndDropToObject scLocator=//ListGrid[ID="countryList1"]/body/row[countryCode=CA||8]/col[fieldName=countryCode||0] scLocator=//ListGrid[ID="countryList2"]/body/row[1]/col[1]
waitForElementClickable scLocator=//ListGrid[ID="countryList2"]/body/row[2]/col[1]
verifyText scLocator=//ListGrid[ID="countryList2"]/body/row[0]/col[fieldName=countryName||1] United States
verifyText scLocator=//ListGrid[ID="countryList2"]/body/row[1]/col[fieldName=countryName||1] France
verifyText scLocator=//ListGrid[ID="countryList2"]/body/row[2]/col[fieldName=countryName||1] Canada