TOPIC NAME IS REQUIRED

  1. #1

    TOPIC NAME IS REQUIRED

    Hello Sir,

    I am using the radio group. And two radio buttons in it. for example say Salary and Wages. The salary has the 'S' flag and wages has the 'W' flag in the database. The data is displayed in the grid along with the flags but the problem is that i am not able to check the radio buttons according to the flags. Which property did i miss to mention???

    So i would like to have the help from the experts like You.

    This is my sample code...

    <ext:Anchor>
    <ext:RadioGroup ID="RG1"
    runat="server"
    DataIndex="PT"
    ColumnsNumber="2"
    FieldLabel="Pay Type"
    GroupName="PT">
    <Items>
    <ext:Radio ID="RadioSalary" runat="server" BoxLabel="Salary" DataIndex="PT">
    </ext:Radio>
    <ext:Radio ID="RadioWages" runat="server" BoxLabel="Wages" DataIndex="PT">
    </ext:Radio>
    </ext:Anchor>


    Waiting for your favourable response.
  2. #2

    RE: TOPIC NAME IS REQUIRED

    try this

    [CODE]

    <RowClick Hnadler="alert(this.getStore().getAt(rowIndex));" />

    [CODE]
    ...
    Regards

Similar Threads

  1. [CLOSED] topic deleted?
    By mcfromero in forum 2.x Legacy Premium Help
    Replies: 5
    Last Post: Mar 09, 2012, 5:05 PM
  2. More Information Required
    By geoffrey.mcgill in forum Open Discussions
    Replies: 0
    Last Post: Sep 23, 2010, 8:08 PM
  3. [CLOSED] Stupid question for the first new topic...sorry
    By juanpablo.belli@huddle.com.ar in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Feb 06, 2009, 10:37 AM
  4. Premium help topic priority
    By methode in forum Open Discussions
    Replies: 2
    Last Post: Nov 17, 2008, 3:38 PM
  5. Responding to a Premium Help Topic
    By geoffrey.mcgill in forum Open Discussions
    Replies: 1
    Last Post: Oct 14, 2008, 8:19 AM

Posting Permissions