I want to add / remove a row from a datagrid when the user right-clicks in the data grid, but in fact I cannot get the row index (or column index or selectedIndex). Any one
Try this DataGrid =>
itemRollOver="updateMenu(event.rowIndex)" private function updateMenu(index:Number):void { trace("row index"+index) }
Source: https://habr.com/ru/post/1734401/More articles:Does SQL Server CE support schema updates using NHibernate? - sql-server-ceDelphi, VCL ... rendering web components in a form - browserSqlMembershipProvider: use my own database as a user repository database - c #Windbg dump landfill performance counters - debuggingNSNumber Calculations and Accuracy? - objective-cC ++ - Socket Socket class: problem with getting - c ++Does anyone have statistics or thoughts on WPF performance on a 64-bit OS? - .netSQL query in Geoserver - geoserverFinding a good practical example of using jQuery or YUI with a Java web application - javaHow to make a LabVIEW front panel panel element invisible, not programmatic? - user-interfaceAll Articles