How to work Infragistics controls in LeanFT
♥ 0 |
Hi Team, currently am working with LeanFT and am trying to automate Infragistics control(Ultrawingrid). LeanFT is identifying the infragistics Object(Ultrawingrid) as Table and displaying all the table methods but those methods are not sufficient. am trying to type caste the table into IUltraWinGrid to expose the grid methods but its throwing invalid type caste error. use the below code : IUltraWinGrid grid; am doing type caste like this var pricinggrid = Desktop.Description(new TableDescription IUltraWinGrid grid = (IUltraWinGrid)pricinggrid ; but the type casting is not working and its throwing error invalid type caste. Regards Raghu
Marked as spam
|