or
| function onRowMouseOver(sender, args) { |
| //gets the grid to be dragged from |
| grid = sender; |
| // overrides the cursor |
| document.body.style.cursor = "default"; |
| } |
| <telerik:RadComboBox Width="200px" ID="cbJugendlicherZiel" runat="server" DataSourceID="ldsJugendlicheZiel" SelecetedValue="-1" AppendDataBoundItems="true" DataTextField="Kennung" DataValueField="JugendlicherID" AutoPostBack="true"> |
| <Items> |
| <telerik:RadComboBoxItem Text="auswählen..." Value="-1" /> |
| </Items> |
| </telerik:RadComboBox> |
I would like to know which method (WebService or WCF) is recommended to use with the RadComboBox with LoadOnDemand and why ?
