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
485
With the use of ultratoolbarsmanager popupmenu
posted

Hi,

I do not know where to post this, either in win grid or the tool bars option.

Anyway, I have a grid  that has 5 rows. If i select(left click) the second row, the active row would be "1" - which is right. but with the implementation of a popupmenutoolbar, if i right click on the 5th row, the fifth row gets highlighted but the active row is still 1. So I wanna know if it's possible to get the index of the highlighted row instead of the active row.

Parents Reply
  • 485
    posted in reply to Mike Saltzman

    http://www.mediafire.com/?uummyovtwwz

    I've uploaded the file in the above link. I am somewhat working around it by reselecting all the cells that was deselected by the popup of the menubar. The only thing I need to do would be to hide the highlighting of the pop-up menu.

    And yea, thanks for the grid.rows.selected, but I no longer need it as I started reselecting all the cells instead of activating the row where the menu bar pop-uped.

Children