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

2011 Q2 ASPNET Ajax Combox Box with CheckBoxes Post back issue

1 Answer 40 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Vamsi
Top achievements
Rank 1
Vamsi asked on 29 Aug 2011, 03:45 PM
Hello,
    I am using the RAd Combo Box with Check Boxes. Even though the Autopostback is set to true, the postback is not occuring . This is the sample code I am uisng
In Design:

<telerik:RadComboBox ID="rlMyGuys" runat="server" DataSourceID="SQLdsMyGuys" AutoPostBack="True" CheckBoxes="true" onitemchecked="OnItemChecked"
DataValueField="employid" DataTextField="empname" Width="240px">
</telerik:RadComboBox>

In Code:
Protected Sub OnItemChecked(ByVal sender As Object, ByVal e As RadComboBoxItemEventArgs)
BindEmployeeAssignments()
End Sub

I am not sure where the issue is.

 

 


1 Answer, 1 is accepted

Sort by
0
Dimitar Terziev
Telerik team
answered on 31 Aug 2011, 04:52 PM
Hello Vamsi,

Please refer to the following forum post, where you have already received an answer from me.

Kind regards,
Dimitar Terziev
the Telerik team

Thank you for being the most amazing .NET community! Your unfailing support is what helps us charge forward! We'd appreciate your vote for Telerik in this year's DevProConnections Awards. We are competing in mind-blowing 20 categories and every vote counts! VOTE for Telerik NOW >>

Tags
ComboBox
Asked by
Vamsi
Top achievements
Rank 1
Answers by
Dimitar Terziev
Telerik team
Share this question
or