Jump to content

UniDbGrid enable text Selection property


markokas

Recommended Posts

Hi,

When dataset is readonly, it is not possible to select/copy cell text in the grid.

Ir would be nice to have property true/false

workaround for this is:

ClientEvents -> UniEvents -> function beforeInit:

{
    config.viewConfig.enableTextSelection = true;
}

Br, Marko

 

Link to comment
Share on other sites

×
×
  • Create New...