This question is locked. New answers and comments are not allowed.
Hi,
Do you know how to get "listBound" object from inside "btnLoadMore_Click" method ? Because the sender as Button, have a parent = null.
Do you know how to get "listBound" object from inside "btnLoadMore_Click" method ? Because the sender as Button, have a parent = null.
<telerikPrimitives:RadDataBoundListBox x:Name="listBound"> <telerikPrimitives:RadDataBoundListBox.DataVirtualizationItemTemplate> <DataTemplate> <Button x:Name="btnLoadMore" Tap="btnLoadMore_Click" /> </DataTemplate> </telerikPrimitives:RadDataBoundListBox.DataVirtualizationItemTemplate></telerikPrimitives:RadDataBoundListBox>