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

RadComboBox Auto post Back Issue

1 Answer 172 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Neha
Top achievements
Rank 1
Neha asked on 20 Apr 2012, 09:42 PM
Hi,
   I am facing one issue related to RadCombobox MultiSelect Dropdown.
I want to avoid the Postback when i am not selecting any value.Currently when  I have closed the Drodpdown without selecting any value my screen is getting postback.Postback should occur when i have selected any value for that i have made Autopostback=true.
But with this when i am closing the combobox without selecting any value my screen is doing postback.
How to avoid the Postback on a screen when  i have not selected any value and closed the dropdown?
Please suggest what i should do?

Following is my code:

<

 

 

telerik:RadComboBox ID="ddStage" runat="server" CheckBoxes="true" OnSelectedIndexChanged="ddStage_SelectedIndexChanged"

 

 

 

AutoPostBack="true"

 

 

 

EnableCheckAllItemsCheckBox="true" Localization-CheckAllString="All"

 

 

 

Localization-AllItemsCheckedString="All" DropDownWidth="200px"

 

 

 

Width="200px" Skin="Web20Ext" Font-Names="Helvetica" Font-Italic="false" EnableEmbeddedSkins="false" BackColor="White"

 

 

 

ForeColor="Black">

 

 

 

<Items>

 

 

 

<telerik:RadComboBoxItem Text="Await" Selected="True" Value="1" Font-Names="Helvetica" />

 

 

 

<telerik:RadComboBoxItem Text="InPgr" Value="2" Font-Names="Helvetica"/>

 

 

 

<telerik:RadComboBoxItem Text="Rej" Value="3" Font-Names="Helvetica"/>

 

 

 

<telerik:RadComboBoxItem Text="Appr" Value="4" Font-Names="Helvetica"/>

 

 

 

</Items>

 

 

 

</telerik:RadComboBox>

 

1 Answer, 1 is accepted

Sort by
0
Kalina
Telerik team
answered on 25 Apr 2012, 04:46 PM
Hi Neha,

Please take a look at this forum thread where a similar issue has been discussed.

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
ComboBox
Asked by
Neha
Top achievements
Rank 1
Answers by
Kalina
Telerik team
Share this question
or