Hello Sir,

I am using the Radio Group, and two radio buttons say for example "Salary" and "Wages".
Also i am using form panel and grid panel.
By clicking the grid panel the data is reflected on to the form.
But the problem is i am not able to retrieve the data to radio button.
There are two flags "S" for salary and "W" for Wages in the database.

Please can you help me on this topic???

The sample code is as below
<ext:Anchor>
<ext:RadioGroup ID="RG1"
runat="server"
DataIndex="pay_type"
ColumnsNumber="2"
FieldLabel="Pay Type"
GroupName="pay_type">
<Items>
<ext:Radio ID="RadioSalary" runat="server" BoxLabel="Salary" DataIndex="pay_type">
</ext:Radio>
<ext:Radio ID="RadioWages" runat="server" BoxLabel="Wages" DataIndex="pay_type">
</ext:Radio>
</Items>
</ext:RadioGroup>
</ext:Anchor>

Waiting for your favorable response...Thanks in advance