Hi,
when clicking on a row in this editable datagrid, the whole text is selected. How can I set the cursor to the first character. I've tried itemEditBegin(ning) and expected to be able to use for the ItemEditor a method like setSelection()...
Please let me know, if you need anykind of additional information!
Thanks, Werner
<mx:AdvancedDataGridColumn
headerText="Shoptest Report"
dataField="TECH_DOCS_SHOPTEST_REPORT"
editable="true"
width="150"
wordWrap="true"
visible="{UserManager.getInstance().user.role != 10}">
</mx:AdvancedDataGridColumn>