I have datagrid having datefield as itemrenderer.If data is there in services comes like string,otherwise user will enter datefield data.
If data is there ,I have to display it in screen and make cell as non-editable. If data is not there user will enter data,then I have to take that data and send to services as string.Iam not able to trace taht data with dg.selecteditem.datafieldname.
Can any on give solution for this.Is there any other way to trace datafield value and convert into string?