RadioGroup With InputValue cann't checked

  1. #1

    RadioGroup With InputValue cann't checked

    <ext:RadioGroup runat="server" ID="Form_State" DataIndex="State" FieldLabel="State" Width="100" ColumnsNumber="2">
    	<Items>
    		<ext:Radio ID="RadioYes" runat="server" BoxLabel="YES" Checked="true" InputValue="1"></ext:Radio>
    		<ext:Radio ID="RadioNo" runat="server" BoxLabel="NO" InputValue="0"></ext:Radio>
    	</Items>
    </ext:RadioGroup>
    if I set InputValue for Radio , I find I can't change the Radio checked.
    If remove the InputValue,it works well
    I uses IE8
    HELP!
    THANKS!
  2. #2
    Hi,

    What version of Ext.Net do you use? I guess it was fixed already. Try to download final Ext.Net release and retest
  3. #3
    Hi,

    I can confirm it works fine with final 1.0.0 release.

    By the way, here is the related thread:
    http://forums.ext.net/showthread.php?11009
  4. #4
    Click image for larger version. 

Name:	version.jpg 
Views:	118 
Size:	10.9 KB 
ID:	2942

    My version is 1.0.3960.36328

    Is there any wrong I used the RadioGroup?
    Last edited by nanlinfeixue; Jun 30, 2011 at 9:58 AM.
  5. #5
    1.0.3960.36328
    These numbers is not good to identify dll's version, because, for example, they can depend on time of the day of building.

    Just download the final release and re-test:
    http://www.ext.net/download/
  6. #6
    Version upgrade, the problem-solving

    Thanks

Similar Threads

  1. Clear RadioGroup checked item
    By chunhuxiao in forum 1.x Help
    Replies: 0
    Last Post: Apr 26, 2012, 6:34 AM
  2. RadioGroup set checked value
    By David Pelaez in forum 1.x Help
    Replies: 1
    Last Post: Jan 12, 2012, 8:59 PM
  3. [CLOSED] [1.0] RadioGroup with InputValue set to "0"
    By danielg in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Nov 15, 2010, 1:56 PM
  4. [CLOSED] [1.0] radiogroup: set checked
    By PoloTheMonk in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Jul 14, 2010, 2:28 PM
  5. Getting selected RadioGroup value through inputValue
    By tdracz in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Mar 31, 2009, 2:21 PM

Posting Permissions