Posted
on Feb 4, 2012
(permalink)
hi
My menu is bound to a sqldatasource and i would to disable the autopostback on the parent item.
I know the parent item autopostback can be disable when you build your menu manually but how do i do so when my menu is data bound to a sqldatasource? Thanks
Reply
Answer
Kate
Kate
Posted
on Feb 8, 2012
(permalink)
Hi L,
You can subscribe on the
OnClientItemClicking event , check if the clicked item is rootitem and if so cancel the postback of the page:
Greetings,
Kate
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license!
Book your seat now >>
Reply