diff options
Diffstat (limited to 'tests/FunctionalTests/tickets/protected/pages/Ticket708.page')
-rw-r--r-- | tests/FunctionalTests/tickets/protected/pages/Ticket708.page | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket708.page b/tests/FunctionalTests/tickets/protected/pages/Ticket708.page new file mode 100644 index 00000000..f92fb34a --- /dev/null +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket708.page @@ -0,0 +1,18 @@ +<com:TContent id="Content">
+<com:TDataGrid AutoGenerateColumns="false" id="grid">
+ <com:TTemplateColumn HeaderText="Radio">
+ <prop:ItemTemplate>
+ <com:TActiveRadioButton
+ id="RadioButton"
+ UniqueGroupName="RadioGroup"
+ AutoPostBack="true"
+ Value=<%#$this->Parent->Data['RadioValue']%>
+ OnCheckedChanged="Page.ChangeRadio"/>
+ </prop:ItemTemplate>
+ </com:TTemplateColumn>
+ <com:TBoundColumn HeaderText="Value" DataField="Text"/>
+</com:TDataGrid>
+<p>
+<com:TActiveLabel id="Result"/>
+</p>
+</com:TContent>
\ No newline at end of file |