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

Unusual postback with Radcombo box

1 Answer 41 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Vidyasagar
Top achievements
Rank 1
Vidyasagar asked on 05 Dec 2012, 09:51 AM
i have radcombo with emptymessage even though not selecting any value it is postbacking....

my code is

 

 

<telerik:RadComboBox ID="Commodity" AppendDataBoundItems="true" EmptyMessage="--Select--"

 

 

 

Width="80px" runat="server" CheckBoxes="true" DropDownWidth="150px" AutoPostBack="true" EnableCheckAllItemsCheckBox="true"

 

 

 

CheckedItemsTexts="DisplayAllInInput" OnSelectedIndexChanged="gvNetExposurefilter_SelectedIndexChanged">

 

 

 

</telerik:RadComboBox>

 

1 Answer, 1 is accepted

Sort by
0
Kalina
Telerik team
answered on 10 Dec 2012, 07:59 AM
Hi Vidyasagar,

I tested your code locally and tried to reproduce the issue - but it works properly on my side.

Please note that if you use the RadComboBox CheckBoxes feature - you need to handle the ItemChecked event instead of SelectedIndexChanged.

Greetings,
Kalina
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
General Discussions
Asked by
Vidyasagar
Top achievements
Rank 1
Answers by
Kalina
Telerik team
Share this question
or