This is a migrated thread and some comments may be shown as answers.

Radmenu ItemClick prevented by validation controls

1 Answer 60 Views
Menu
This is a migrated thread and some comments may be shown as answers.
John
Top achievements
Rank 1
John asked on 16 Sep 2011, 02:55 PM
Hi
I have a rad menu and I want to handle Item Clicked event. So I set NavigateUrl="" and  write a handler for the event and it works ok. However if the current form has required field validators and the form has empty fields the validation failure causes ItemClick not to be fired. Is there any way to work around this/fix this ?
Thanks

1 Answer, 1 is accepted

Sort by
0
Jayesh Goyani
Top achievements
Rank 2
answered on 17 Sep 2011, 09:49 AM
Hello John,

<telerik:RadMenu CausesValidation="false"
OR
if above solution not worked then please give ValidationGroup in your page controls.

Thanks,
Jayesh Goyani
Tags
Menu
Asked by
John
Top achievements
Rank 1
Answers by
Jayesh Goyani
Top achievements
Rank 2
Share this question
or