Click here to Skip to main content
15,889,931 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi...
I have Ribbonbar that contain some button , and i have some radPageView
i want to i click on the button that show the first radPageView and when i click the second button that show the second radPageView ....etc.
i use that code but not working
C#
private void radButtonElement1_Click(object sender, EventArgs e)
{
    radPageViewPage1.Show();
}


thanks for your help.
Posted
Updated 1-Jan-12 11:33am
v2
Comments
Sergey Alexandrovich Kryukov 1-Jan-12 10:50am    
Please update your tags properly; application type, UI library used (Teleric?).
--SA
BillWoodruff 1-Jan-12 21:16pm    
If you purchased this expensive suite from Telerik, whose reputation for support is quite good, why aren't you asking this on the Telerik forums ?
hamzaAnwer 2-Jan-12 7:35am    
done
but no answer

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900