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

Use RadToolBarButton to submit a form

1 Answer 114 Views
ToolBar
This is a migrated thread and some comments may be shown as answers.
Mike
Top achievements
Rank 1
Mike asked on 15 Jan 2009, 03:46 PM
Hello,

I searched for some information on how to submit a form using a specific RadToolBarButton.  I know I could probably do it using javascript, but is there a better solution?

The button will be used with a custom jquery validation plugin and for dirty checking.

Thanks,
Mike

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 04 Feb 2009, 07:22 AM
Hi Mike,

Here is one online demo shows a sample approach using the ButtonClick event from toolbar. As soon as the ButtonClick event is wired, a postback will appear upon clicking a button item (RadToolBarButton or RadToolBarSplitButton). You can disable the postback for a specific button item by setting its PostBack property to false.

Also I have posted one answer explaning how to display a confirm message on clicking a RadToolBarButton .


-princy.


Tags
ToolBar
Asked by
Mike
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or