Telerik Forums
UI for ASP.NET AJAX Forum
5 answers
211 views
Hi there,

I have a huge set of data which i need to bind to on demand (on keystroke). Im currently using the AutoCompleteBox in SharePoint which won't allow me to call a webservice in the style that you suggest due to the security within SharePoint:

<WebServiceSettings Path="/_layouts/SP.SyncMatrix/GetSiteData.aspx" Method="GetSites" />

Since you don't allow a client side method of databinding, i was wanting to know if this is the only way of doing on-demand code behind (server side) bind. I did see that there is a ontextchanged method, is there an opportunity to rebind the datasource there?

If not, is there anyway to modify the POST request that your control sends before it is sent? there is the client side onrequesting method but that doesnt seem to allow me to modify the post data at all.

Nencho
Telerik team
 answered on 20 Dec 2013
14 answers
190 views

In IE 10 with RTL, the control (textbox and the select button) disappears once it’s being clicked.

You can notice the problem in telerik’s demos:

http://demos.telerik.com/aspnet-ajax/asyncupload/examples/rtl/defaultcs.aspx


Is there any workaround to make it work?

Thanks
Boyan Dimitrov
Telerik team
 answered on 20 Dec 2013
2 answers
138 views
All,

Can you please inform me how I can populate the appointment description field thru Javascript.

I have everything working for all other fields except description.  When i double click on the appointment , the advance form does display the description field but it is empty.
I am writing the appointments to am XML file, I see entries for <description></description> , once again blank.

Any advise would be helpful.
function rowDropping(sender, args) {
       // Fired when the user drops a grid row
       var htmlElement = args.get_htmlElement();
       var scheduler = $find('<%= RadScheduler1.ClientID %>');
       var tree = $find('<%= RadTreeView1.ClientID %>');
       var login = $find('<%= LoginName1.ClientID %>');
       var node = tree.get_selectedNode();
       var treenode = tree.get_selectedNode();
       //alert(treenode.get_attributes().getAttribute("Park"));
       var park = treenode.get_attributes().getAttribute("Park");
       if (isPartOfSchedulerAppointmentArea(htmlElement)) {
           // The row was dropped over the scheduler appointment area
           // Find the exact time slot and save its unique index in the hidden field
           var timeSlot = scheduler._activeModel.getTimeSlotFromDomElement(htmlElement);
           //args.get_htmlElement("TargetSlotHiddenField").value = timeSlot.get_index();
           // The HTML needs to be set in order for the postback to execute normally
           //args.set_htmlElement("TargetSlotHiddenField");
           var newAppointment = new Telerik.Web.UI.SchedulerAppointment(); 
           var startTime = timeSlot.get_startTime();
           var endTime = new Date(startTime);
           endTime.setMinutes(endTime.getMinutes() + 30);
           var subject = node.get_text();                    
           newAppointment.set_start(startTime); // This populates
           newAppointment.set_end(endTime); // This populates
           newAppointment.set_subject(subject); // This  populates
           newAppointment.set_description("hello"); // Does not  populate
           newAppointment.set_borderColor("Green"); // Does not change
           newAppointment.set_backColor("DarkGreen");  // Does not  change
           scheduler.insertAppointment(newAppointment);
 
       }
Hristo Valyavicharski
Telerik team
 answered on 20 Dec 2013
1 answer
97 views
Hi,
i have a GridAutoCompleteColumn and Grouping is enabled for the Grid. But grouping this column is not working and is causing error. Can you please help.
Princy
Top achievements
Rank 2
 answered on 20 Dec 2013
1 answer
119 views
Hi,
i have a radcombobox with checkboxs=true. On the onselectedindexchange event i want all the checked values.
Princy
Top achievements
Rank 2
 answered on 20 Dec 2013
1 answer
59 views
Hi,

When I updated the RadGrid to new version, the display is wrong in IE 10 Compatibility View. Please see the attached images.

RadControl of 2011/09/14 has no problem with IE 10 Compatibility View.

IE 10.0.9200.16521 / Windows 7



Galin
Telerik team
 answered on 20 Dec 2013
3 answers
95 views
Enter key not behaving in normal way by opening a new window to upload a file when cursor is placed on the control  . Even binding a javascript onkeypress event on the control is also not working .... Help needed
Shah
Top achievements
Rank 1
 answered on 20 Dec 2013
1 answer
328 views
Hi,

I am using Telerik.Web.UI 2011.1.413.40 in .net framework 4.0 for Multiselect RadComboBox but it doesn't show the checkboxes. It is only displaying the text just like normal dropdown.
I am using the same code as given in demo(http://demos.telerik.com/aspnet-ajax/combobox/examples/functionality/checkboxes/defaultcs.aspx)

Please help me to understand the issue why checkboxes are not displaying in dropdown.

Thanks & Regards,
Pradeep

Shinu
Top achievements
Rank 2
 answered on 20 Dec 2013
1 answer
93 views
Hi,

We found that WebResource.axd is taking much time to load when telerik radgrid is place on aspx page. Please find attach developer tool SS, which shows time latency in milliseconds.

And also we found that Telerik.Web.UI.WebResource.axd content is about 1.5 MB. Can we reduce the size of this x-javascript?

Regards,
Kumar
Radoslav
Telerik team
 answered on 20 Dec 2013
1 answer
54 views
Hello Gurus,

     i am using RadTimePicker in my project, i have appointment date and appointment time.
Scenario : if i select date as today, then RadTimePicker time should be more than current time.
     For eg : if the current time is 10'O clock, the RadTimePicker time should be start with 11:00  
(Attached a screenshot)
 
 
<telerik:RadDatePicker runat="server" ID="RadDateAppointment" Width="200px" Skin="Metro" >
            <Calendar ID="Calendar5" runat="server" Skin="Metro" EnableKeyboardNavigation="true">
            </Calendar>
            <DateInput ID="D" runat="server" DisplayDateFormat="dd MMM yyyy" DateFormat="dd MMM yyyy"
                EmptyMessage="dd/mm/yyyy" >
            </DateInput>
        </telerik:RadDatePicker>
 
<telerik:RadTimePicker ID="RadTimePickerAppointment" Width="110px" Skin="Metro" runat="server">
            <DateInput ID="DateInput1" runat="server">
            </DateInput>
            <TimeView ID="TimeView1" runat="server" CellSpacing="-1">   
            </TimeView>  
     </telerik:RadTimePicker>

Thanks in Advance.

    Prasanth

     
Shinu
Top achievements
Rank 2
 answered on 20 Dec 2013
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?