Jump to content

UniDBGrid - OnCelldblclick help needed


stiaan

Recommended Posts

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

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...