SmartClient Version: 7.0RC3 (2009-09-24)
Browser: Chrome, 32.0.1700.107
Select text in expanded field with the property 'canReorderRecords' enabled does not work.
You can see it using the SmartClient example at
http://www.smartclient.com/docs/9.0/a/system/reference/SmartClient_Explorer.html#expansionDetailField and add those properties:
canDragSelectText: true,
expansionDetailFieldProperties: {
canSelectText: true
},
canReorderRecords: true
Interestingly enough, you can select individual words by double-clicking on them.
Browser: Chrome, 32.0.1700.107
Select text in expanded field with the property 'canReorderRecords' enabled does not work.
You can see it using the SmartClient example at
http://www.smartclient.com/docs/9.0/a/system/reference/SmartClient_Explorer.html#expansionDetailField and add those properties:
canDragSelectText: true,
expansionDetailFieldProperties: {
canSelectText: true
},
canReorderRecords: true
Interestingly enough, you can select individual words by double-clicking on them.