2/5/08

Radio Group

  • Radio groups are logical containers of radio buttons, so it doesn’t appear in the canvas only the radio buttons would appear in the canvas.
  • Selection of one radio button deselects the previously selected button.
  • To assign a NULL value, leave the radio button value property blank
  • If the database column has a value that not one of the radio button value we should include this extra value in the Mapping OF Other values property even if it’s null otherwise when we execute query no records are returned.
  • Can be database item or non-database item.