Hi,
I have been trying to add "Autopostback" property to a radio button control, but it doesnt seem to be working.
Below is the code:
<my:Controlmy:Name="Activation"my:TypeName="UocSimpleRadioButton"my:Caption="{Binding Source=schema, Path=ADActivation.DisplayName}"my:Description="{Binding Source=schema, Path=ADActivation.Description}"my:AutoPostback="true"my:RightsLevel="{Binding Source=rights, Path=ADActivation}">
<my:Properties>
<my:Propertymy:Name="TrueText"my:Value="ADActive"/>
<my:Propertymy:Name="FalseText"my:Value="NotActive"/><my:Propertymy:Name="SelectedItem"my:Value="{Binding Source=object, Path=ADActivation, Mode=TwoWay}" /></my:Properties></my:Control>
Dolly