﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>StrataFrame Forum » StrataFrame Application Framework - V1 » WinForms (How do I?)  » RadioButton is missing IBusinessBindable</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Tue, 07 Apr 2026 02:26:20 GMT</lastBuildDate><ttl>20</ttl><item><title>RadioButton is missing IBusinessBindable</title><link>http://forum.strataframe.net/FindPost14062.aspx</link><description>Do I need to add this implementation by my self sub classing the radiobutton control? :hehe:</description><pubDate>Thu, 07 Feb 2008 09:35:06 GMT</pubDate><dc:creator>Guillermo Vilas</dc:creator></item><item><title>RE: RadioButton is missing IBusinessBindable</title><link>http://forum.strataframe.net/FindPost14163.aspx</link><description>You're welcome to put a sample out here and I can correct what you might be doing here...but if you have it bound, and you specify a different value for each option within the group, then you shouldn't have any issues.</description><pubDate>Thu, 07 Feb 2008 09:35:06 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: RadioButton is missing IBusinessBindable</title><link>http://forum.strataframe.net/FindPost14160.aspx</link><description>Thanks Ivan and Trent, but for the scenario I´m working on it doesn´t work with the radio button group. &lt;br&gt;
I´m attaching the UI. I have a field in the database (IsTaxable) but instead of having the checkbox I wanted to use two radiobuttons: &lt;br&gt;
   "gravable"     = taxable&lt;br&gt;
   "no gravable" = non taxable&lt;br&gt;
&lt;br&gt;
With the radiobutton group, when editing the row it always check the taxable item no matter I´m editing the non taxable one. Maybe is something I´m doing wrong but for now I found a work around managing radiobutton checked state at code side. &lt;br&gt;
;)&lt;br&gt;</description><pubDate>Thu, 07 Feb 2008 09:20:40 GMT</pubDate><dc:creator>Guillermo Vilas</dc:creator></item><item><title>RE: RadioButton is missing IBusinessBindable</title><link>http://forum.strataframe.net/FindPost14066.aspx</link><description>Ivan is correct, you will want to use the RadioGroup instead of the Radio button.&amp;nbsp; The RadioGroup has&amp;nbsp;the implementation and is to what you will want to bind your BO. :)</description><pubDate>Wed, 06 Feb 2008 08:13:26 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: RadioButton is missing IBusinessBindable</title><link>http://forum.strataframe.net/FindPost14064.aspx</link><description>Hi Guillermo.&lt;/P&gt;&lt;P&gt;It might not be what you want, but have you tried the RadioButtonGroup?</description><pubDate>Wed, 06 Feb 2008 06:16:00 GMT</pubDate><dc:creator>Ivan George Borges</dc:creator></item></channel></rss>