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
48
Adding row/column specific contextmenu to an UltraWinGrid
posted

I've an UltraGrid like this:

  Column1      Column2      Column3                                                
----------
    0                    ABC                  ABB
    0                    XYZ                   XXZ
    1                    CCB                 AAA
    2                    QWE                ASD
    1                    ASX                  ZAW

I'm trying to add context menu to a specific row/column in UltraWinGrid, i.e, if column1 = 0 then contextmenu1, if coumn1 =1 then contextmenu2, if column1 = 2 then contextmenu3 ( all the 3 contextmenus are have different menu items.)
 Can you please help???