RadioButtonList Question -- Probably Simple

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Ron

    RadioButtonList Question -- Probably Simple

    I want to add radio buttons to a datagrid. The datagrid is displaying 5-10
    items, and I want the user to select the desired item via radiobutton. As it
    is, the user can select as many radiobuttons as they want, which is
    obviously not what I want. I want to limit the user to being able to select
    one radiobutton at a time.

    How can I add a radiobutton list to a datagrid? Does anyone have a
    suggestion/example?

    Thanks,

    Ron


  • Marina

    #2
    Re: RadioButtonList Question -- Probably Simple

    I am not sure how you would create a radio button list spanning different
    rows in a grid. You could probably write some javascript, that would
    unselect all radiobuttons but the one that was last selected.

    "Ron" <ron@razorvisio n.net> wrote in message
    news:bdsnil$h74 @library2.airne ws.net...[color=blue]
    > I want to add radio buttons to a datagrid. The datagrid is displaying 5-10
    > items, and I want the user to select the desired item via radiobutton. As[/color]
    it[color=blue]
    > is, the user can select as many radiobuttons as they want, which is
    > obviously not what I want. I want to limit the user to being able to[/color]
    select[color=blue]
    > one radiobutton at a time.
    >
    > How can I add a radiobutton list to a datagrid? Does anyone have a
    > suggestion/example?
    >
    > Thanks,
    >
    > Ron
    >
    >[/color]


    Comment

    • Sreejumon[MVP]

      #3
      RadioButtonList Question -- Probably Simple

      Hi,

      This link will be helpfull.



      regards
      Sreejumon
      DOTNET makes IT happen
      [color=blue]
      >-----Original Message-----
      >I want to add radio buttons to a datagrid. The datagrid[/color]
      is displaying 5-10[color=blue]
      >items, and I want the user to select the desired item via[/color]
      radiobutton. As it[color=blue]
      >is, the user can select as many radiobuttons as they[/color]
      want, which is[color=blue]
      >obviously not what I want. I want to limit the user to[/color]
      being able to select[color=blue]
      >one radiobutton at a time.
      >
      >How can I add a radiobutton list to a datagrid? Does[/color]
      anyone have a[color=blue]
      >suggestion/example?
      >
      >Thanks,
      >
      >Ron
      >
      >
      >.
      >[/color]

      Comment

      Working...