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

SplitButton issue

0 Answers 76 Views
ToolBar
This is a migrated thread and some comments may be shown as answers.
eyal
Top achievements
Rank 1
eyal asked on 12 Apr 2010, 12:16 PM
Hi,

I have a RadToolBarSplitButton with several button items dynamically created on server-side. Selecting an item triggers a RadWindow to pop-up showing item-designated content. Though, the SplitButton should always remain with the default button selected. I use the 'OnClientButtonClicking' event with 'args.set_cancel(true)' to achieve it and it works well.

Recently I had to convert one ASP.Net Web Application into a Website and realized that the SplitButton does not return to its default item after item selection. The js function defined for 'OnClientButtonClicking' event works fine (same as in Web Application), but it seems that 'args.set_cancel(true)' has no effect. Is that an issue or am I missing something?

Also, is there a client-side script to set a specific SplitButton item as selected (other than using the click() event)?

thanks,
eyal


UPDATE: The issue was most likely caused by a different Telerik dll version. You can delete this question.

No answers yet. Maybe you can help?

Tags
ToolBar
Asked by
eyal
Top achievements
Rank 1
Share this question
or