contextmenu - Context menu not working in flex 4 -


context menu not working datagrid in flex 4.6 sdk. have project developed using flex 3.6 sdk. goal make compatible run in flex 4.6 sdk .its running fine in flex 4.6 context menu not working. idea how implement context menu in datagrid in flex 4.6 .

it worked . if assign context menu using id of datagrid context menu works, example if id of datagrid dg, using dg.contextmenu = cm. wonder why doesn't work assigning directly in datagrid using binding.


Comments

Popular posts from this blog

c++ - Function signature as a function template parameter -

algorithm - What are some ways to combine a number of (potentially incompatible) sorted sub-sets of a total set into a (partial) ordering of the total set? -

How to call a javascript function after the page loads with a chrome extension? -