Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
360
How to click the link inside cell in grid(Infragistics.Win.UltraWinGrid.UltraGrid)/swftable
posted

I want to click the link inside cell in grid(Infragistics.Win.UltraWinGrid.UltraGrid) / SWFTable but using the below code i am getting error message Key not found (or) formattedLinkEditor is not defined for the specified cell

 SwfWindow(xxxx).SwfWindow(yyyy).SwfTable(zzzzz).OpenLink Row,Column,LinkText,LinkHref

Parameter used:

Row = 1

Column = 3 (0r) FILE_NAME

LinkText = 68662_3006_20120306081832.zip

Link H Ref =  http://usvmwelrmd04.amrs.win.ml.com/LRMServer/OutPut/68662_3006_20120306081832.zip

For example :

SwfWindow(xxxx).SwfWindow(yyyy).SwfTable(zzzzz).OpenLink  "1","FILE_NAME","68662_3006_20120306081832.zip","http://usvmwelrmd04.amrs.win.ml.com/LRMServer/OutPut/68662_3006_20120306081832.zip"

Please do the needful.

Parents
No Data
Reply
  • 53790
    posted

    Hello Javeda,

    I`m not familar with your scenario, but maybe one possible approach could be if you are using thr LinkClicked of your FormattedLinkEditor. For example:

    Set objEditor = SwfWindow(xxxx).SwfWindow(yyyy).SwfTable(zzzzz).GetNAProperty("DisplayLayout.Bands[0].Columns[0].EditorComponent")"
    objEditor.Object.LinkClicked

    Let me know if you have any questions.

    Regards

Children
No Data