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

Radcombo - handle closing

2 Answers 51 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Sunny
Top achievements
Rank 1
Sunny asked on 09 Sep 2009, 06:29 PM
I have placed Checkboxes inside radcombo. I DONT want to close the radcombo upon selecting one checkbox inside that.

I want to close radcombo once I move out of radcombo, or/and when I click somewhere outside on the form.

How to handle this?

Note: The Radcombo I am using for Radgrid filtering and its not directly available on the form.

I copied StopPropagation from link below and attached to onclick for checkbox
http://demos.telerik.com/aspnet-ajax/combobox/examples/functionality/templates/defaultcs.aspx



Cb.Attributes.Add("onClick", "StopPropagation(event)")

and then I created panel dynamically (which renders DIV) and attached

pnl.Attributes.Add("onClick", "StopPropagation(event)")

Note: I am generating combox and checkboxes from codebehind

2 Answers, 1 is accepted

Sort by
0
Accepted
Yana
Telerik team
answered on 14 Sep 2009, 01:25 PM
Hi there,

Please open a support ticket and send us a simple page demonstrating the issue there, because I am not able to reproduce it at our side. Thanks

Kind regards,
Yana
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Sunny
Top achievements
Rank 1
answered on 15 Sep 2009, 01:34 PM
I re-wrote the code and it worked. Maybe I did some mistake. Sorry!!
Tags
ComboBox
Asked by
Sunny
Top achievements
Rank 1
Answers by
Yana
Telerik team
Sunny
Top achievements
Rank 1
Share this question
or