Jump to content

uniDBTreeGrid


Boris

Recommended Posts

Hi,

How can I make it so that when I click in the Bahamas tree I get the text "Bahamas" and when I click on Belize I get the text "Belize" and when I click on FreePort I get the text "FreePort" and so on...

Thanks

image.thumb.png.7aa1240e591686598b13eeb5507e26d3.png

Link to comment
Share on other sites

Solved ...

function cellclick(sender, td, cellIndex, record, tr, rowIndex, e, eOpts)
{
    ajaxRequest(this, 'nodeclicked', {value: record.data[cellIndex]}, false);
}

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...