This question is locked. New answers and comments are not allowed.
Hello
I'm using a radTileView Component as described bellow:
in the small and normal content, i have one page to display by RadTileViewItem
but in the large RadTileViewItem, at a first time, it loads a page which displays
- data concerning MyObject,
- a button "Create New Object", when clicked, the same large content must load another different page containing a form to create MyObject.
How can I bind the button click in a page to open another page in the same RadTileViewItem?
and thank you
I'm using a radTileView Component as described bellow:
in the small and normal content, i have one page to display by RadTileViewItem
but in the large RadTileViewItem, at a first time, it loads a page which displays
- data concerning MyObject,
- a button "Create New Object", when clicked, the same large content must load another different page containing a form to create MyObject.
How can I bind the button click in a page to open another page in the same RadTileViewItem?
and thank you
<!--Large Content-->
<
telerik:RadFluidContentControl.LargeContent
>
<
FenetreDeplacee:LargeContentAlerte
VerticalAlignment
=
"Stretch"
HorizontalAlignment
=
"Stretch"
/> <!-- this one contains a button to load another page-->
</
telerik:RadFluidContentControl.LargeContent
>