Quantcast
Channel: Microsoft Identity Manager forum
Viewing all articles
Browse latest Browse all 7443

is "AutoPostback" property valid for Radio button control in RCDC

$
0
0

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


Viewing all articles
Browse latest Browse all 7443

Trending Articles