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
180
Selecting multiple rows in UltraWinGrid
posted

Hi -

I am currenty using keyboard inputs (.Type micCtrlDwn and micCtrlUp) to select multiple rows in the UltraWinGrid. Is there a method that I can use to achieve this in an elegant way? I tried to search the help but could not find one.  The .SelectRow does not appear to provide that ability.

Parents
No Data
Reply
  • 22852
    Verified Answer
    Offline posted

    Amol,

    You could do this by using the SelectMultiple Method of SwfTable.  You can see details on this method in the Help installed with TestAdvantage.  When you have the help open, navigate to the following in the Contents tree:

    API Reference Guide -> Namespaces -> Infragistics.QTPServer.WinGrid Namespace -> Classes -> WinGridReplayServer -> Members

    This will give you a list of everything that you can call on SwfTable for the WinGrid.  If you click on the link for the SelectMultiple method, you can get details on the how to use this method.

    Let me know if you have any questions with this matter.

     

Children