Hi!
I am trying to get the selected date on the datagrid. I used the itemrenderer to display the datefield on my datagrid.
<mxataGridColumn dataField="dt" headerText="Date of Transaction" itemRenderer="mx.controls.DateField" rendererIsEditor="true" editorDataField="selectedDate"/>
Thanks!