Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
331 views
Hi everyone,

I'm manipulating a RadComboBox client-side in javascript using jquery and need some help. I'm loading items into the dropdown via the requestItems() method. I would like to do a synchronous wait until the dropdown has finished loading completely. I couldn't find any such methods in the documentation: http://www.telerik.com/help/aspnet-ajax/combobox-client-side-radcombobox.html

Here's my code

var cb = $find('RadComboBoxId');
var filterText = "my filter";
 
cb.clearItems();
cb.clearSelection();
cb.showDropDown();
cb.set_text(filterText);
cb.requestItems(filterText, false);
/* i would like to wait synchronously here until the list has completely loaded
   before proceeding to the next line. */
alert('all relevant items have been loaded!');

Does anyone know of a solution? Solution doesn't have involve jquery.

Thanks!
Dili
Top achievements
Rank 1
 answered on 19 Sep 2014
1 answer
129 views
How would I disable all future dates so they are not selectable?

Andy
Andy Green
Top achievements
Rank 2
 answered on 19 Sep 2014
5 answers
140 views
Hello,

I'm using OLAP connection to pivot grid. 

When dimension attribute checkbox is used to select dimension attribute it moves the selected attribute to "Row Fields" and after refreshes if it is a aggregate field it will be moved to the appropriate zone. why isn't it getting moved to the correct zone straight away when checkbox is used to select the dimension attribute?

please refer the link for a video demonstrating the issue : https://www.youtube.com/watch?v=MVMaZdbBv1s&feature=youtu.be

Thanks and Regards,
Yohan
Milena
Telerik team
 answered on 19 Sep 2014
2 answers
185 views
I have a tooltip manager on a page and I tooltipify rad grid rows using the standard method outlined in the demos. I would like to specify the tooltip title based on the row. How do I do that? It doesn't look like there is any server-side access to the specific tooltip being generated in the OnAjaxUpdate event handler. I also thought maybe I could handle the OnClientBeforeShow, or OnClientShow events of the TooltipManager client-side and set the title that way, but I couldn't figure out how to either get an instance of the tooltip being generated, or pass info from the Grid ItemDatabound event to the tooltip so I can use the set_title() method.
Albert Shenker
Top achievements
Rank 1
Veteran
Iron
 answered on 19 Sep 2014
1 answer
174 views
Hi Team,

Currently i am using the telerik DLL(telerik.web.UI,telerik.web.ui.skins) version of 2013.1.403.35 in my solution.
I want to implement the batch editing functionality for my current solution.In the current DLL version the EDITMODE=BATCH property is not there.
So we are decided to upgrade our dll to latest version(2014.2.724.35).

We have one aspx page which contains telerik controls.This aspx page we are using as homepage for our application.
Once  upgrading  old DLL to new DLL  and building the solution has completed  this aspx page is loaded as a blank screen.

1)Can any one please let me know the differences between these two versions.
2)What is the reason for this aspx page to display as blank page.

Regards,
Sudhakar.
Marin Bratanov
Telerik team
 answered on 19 Sep 2014
2 answers
179 views
I would like to skip the insert form template and automatically create the appointment.  Ideally I would like the double-click of a timeslot to skip the FormCreating and FormCreated events and fire the AppointmentCommand where I could manually set necessary appointment properties to the desired values.  Any ideas how to do this?
Andy
Top achievements
Rank 1
Iron
 answered on 19 Sep 2014
2 answers
301 views
Good day!!

I was wondering... is it possible to enable the "Check all" option in a radcombobox, but only check those items that are currently visible??

For example, when you used the "Contains" filter and it shows 10 out of 100 items, I would like to know if it is possible that the Check all option only checks those 10 items and not all 100 items.

Thank you!
Chaim
Top achievements
Rank 1
 answered on 19 Sep 2014
2 answers
232 views
I am getting a "bind variable does not exist" error from Oracle under the example with 1 parameter.   I even tried to assign parameter value in
srcEmployee_Updating method.     AllowAutomaticUpdates="true"

            OracleCommand cmd = (OracleCommand)e.Command;
            cmd.Parameters["location_code"].Value = "abc";

Is there a debugging mode to see what RadGrid is creating to talk to datasource for automatic updates?

    <asp:SqlDataSource ID="srcEmployee" runat="server"  ProviderName="Oracle.ManagedDataAccess.Client" DataSourceMode="DataSet"
        UpdateCommand="UPDATE mytable SET location = :location_code'">
        <UpdateParameters>
            <asp:Parameter Name="location_code" DbType="String"  Direction="Input" DefaultValue="empty" ConvertEmptyStringToNull="true" />
        </UpdateParameters>
    </asp:SqlDataSource>

                  <telerik:GridTemplateColumn HeaderText="Location Code" HeaderStyle-Width="100px" UniqueName="location_code" DataField="location_code" DataType="System.String">
                        <ItemTemplate>
                            <%# Eval("location_code") %>
                        </ItemTemplate>
                        <EditItemTemplate>
                            <telerik:RadDropDownList runat="server" ID="LocationDropDown" DataValueField="location_code" DataTextField="location_code" Width="100px"
                                 DataSourceID="srcLOV">
                            </telerik:RadDropDownList>
                        </EditItemTemplate>
                    </telerik:GridTemplateColumn>
Angel Petrov
Telerik team
 answered on 19 Sep 2014
1 answer
187 views
I am using RadTileList in our project. Its working fine but when i scroll tilelist using mouse wheel it is not working. After google i found that RadTileList scroll only working as horizontally but as per requirement i want to scroll it vertically . So Is there any solution to scroll tilelist as vertically. Please help me its urgent...
Marin Bratanov
Telerik team
 answered on 19 Sep 2014
2 answers
126 views
I have a site that supports both http and https binding. When I attempt to navigate to a page that requires SSL I get an error because the connection was attempted using http. How can I specify the protocol to use on a local pages? It works if I put the complete URL https://etc.... but I was hoping I could continue to use relative links and just change the protocol?

Thanks in advance
Richard
Top achievements
Rank 1
 answered on 19 Sep 2014
Narrow your results
Selected tags
Tags
+? more
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?