stiaan Posted March 14, 2013 Posted March 14, 2013 Hi I need some help getting the integer values from columnIndex and rowIndex from the following JS call: function OnCelldblclick(sender, rowIndex, columnIndex, e) If I add the following function: alert( rowIndex ); It show that rowIndex is an object. [object HTMLTableCellElement] Your help is much appreciated! Regards Stiaan Quote
Administrators Farshad Mohajeri Posted March 14, 2013 Administrators Posted March 14, 2013 In Ext JS 4 parameter list has changed. Check Ext Js docs and rewrite the function header according to new parameters. Quote
stiaan Posted March 15, 2013 Author Posted March 15, 2013 Thanlks for the info...will check next time myself... http://docs.sencha.com/ext-js/4-1/#!/api/Ext.grid.property.Grid-event-celldblclick celldblclick( this, td, cellIndex, record, tr, rowIndex, e, eOpts ) Thanks for the info! Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.