Jump to content

Copy & paste tex in DBGrids


arilotta

Recommended Posts

Hi,

I'm a new user, I'm just starting to use UniGUI.

I'm trying to use the UniDbGrid component to replicate an HTML table; and I found a previous topic

that helped me to achieve this:

 

http://forums.unigui.com/index.php?/topic/5111-hiding-focus-lines-in-tunidbgrid/

 

The problem now is that I would like the text to be selected and copied from the grid, and it

seems that the text selection is disabled.

Is there a way to achieve this ?

 

Thanks in advance to all the contributors !

Andrea

Link to comment
Share on other sites

Hi,

 

Thank you for your interest in UniGUI!

 

Can you try this ?!:

 

UniDBGrid -> ClientEvents -> UniEvents -> function beforeInit:

function beforeInit(sender, config)
{
    config.viewConfig.enableTextSelection = true;
}

Best regards,

  • Like 1
  • Upvote 1
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...