Skip to content

Commit

Permalink
Uncommented commented-out samples
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasherceg committed Nov 19, 2023
1 parent 06afecf commit 4eff8ca
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</dot:GridView>
<dot:DataPager DataSet="{value: StandardDataSet}" LoadData="{staticCommand: RootViewModel.LoadStandard}" />

<%--<h1>NextToken paging options</h1>
<h1>NextToken paging options</h1>
<dot:GridView DataSource="{value: NextTokenDataSet}"
LoadData="{staticCommand: RootViewModel.LoadToken}">
<Columns>
Expand Down Expand Up @@ -57,7 +57,7 @@
<dot:GridViewTextColumn HeaderText="Message Received" ValueBinding="{value: MessageReceived}" AllowSorting="True" />
</Columns>
</dot:GridView>
<dot:DataPager DataSet="{value: MultiSortDataSet}" LoadData="{staticCommand: RootViewModel.LoadMultiSort}" />--%>
<dot:DataPager DataSet="{value: MultiSortDataSet}" LoadData="{staticCommand: RootViewModel.LoadMultiSort}" />

</div>
</body>
Expand Down

0 comments on commit 4eff8ca

Please sign in to comment.