Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
423 views
Okay, so by default it appears that the RadComboBox will select the all text within the textbox portion when it gets focus. Is there any way to prevent this, and or check if some text was pre-selected, such as just a single word of a sentence, so the full text selection does not happen? Currently selecting a single word and releasing the mouse button just re-selects all the text (which is quite annoying to our clients who want quick partial editing abilities (i.e. not having to retype a multi-word entry each time the want to change even a single character). 

Note: This appears  to happen even after the control already has focus, so this might be more of a click event.
Yana
Telerik team
 answered on 04 Aug 2010
7 answers
303 views

I  dynamically load user control as panelBar item. And with the RadAjax proxy in Manager_AjaxRequest I am trying to update Text box and a label on the user control. Text box gets updated but not a label. I have added both controls in Ajax request update controls Mark up.

Radoslav
Telerik team
 answered on 04 Aug 2010
2 answers
464 views
Hello Team,

I have searched over the forum to get the solution but the problem is quite different than what I found:

I have a template column of checkbox, and a button to submit the data bound to the checkboxes and need help to achieve the following:
1. Client side validation to check if any checkbox is selected or not upon clicking submit button.

2.  Get the list of all checkboxes and its values upon submit.

3. Persist the checked state of checked box upon paging or sorting.

I dont have clientsiderowselection but only checkbox to select the row.

Please provide pointers or sources.

PV
Top achievements
Rank 1
 answered on 04 Aug 2010
1 answer
67 views
Hi

Actually it is worked with the older version 2009. but when i migrated to q2 2010 . the toolbar problem i have solved.but i had a problem while intial loading . it doesnot call any client side events for treeview or grid.i need those events. what is the change i have to do.. please let me know as soon as possible. direct me to document section where i can find full information and scenarios on with new file explorer version

Thanks 
Dobromir
Telerik team
 answered on 04 Aug 2010
3 answers
132 views
Hi Telerik Team:

I have one big issue when I dynamically load controls in AJAX. When the second control is loaded into a panel (replace the first control). The view source is still showing the first control content. As a result, my javascript function cannot access control fields from the client side.

I have looked at your sample
http://demos.telerik.com/aspnet-ajax/ajax/examples/common/loadingusercontrols/defaultcs.aspx


It has exact same issue. If you browse into the seond control (task control) after login. The view source still shows the first control content (login control). If you remove the ajax, things back to normal.
I need to access those controls through javascript. And I have to use dynamically control loading.

Your help is appreciated.

Wei
Pavlina
Telerik team
 answered on 04 Aug 2010
8 answers
203 views
I didn't see a collapse or expand function for the SplitButton. When I click on the SplitButton the list expand so I can chose an item, but it stay like that until I click one. If the user decide to not click anything it is most likely that he will expect to continue what he was doing on the page and that the SplitButton will then collapse by himself. Is there a way to acheive this behavior?

Thanks,
Sébastien
Yana
Telerik team
 answered on 04 Aug 2010
5 answers
196 views
Hai,

RadCalendar1_SelectionChanged event is not firing on clicking the dates.

Thanks & regards,
Regeesh
Regeesh Joseph
Top achievements
Rank 1
 answered on 04 Aug 2010
9 answers
325 views
I am using the RadTabStrip and dynamically setting the tab values from a database.  Everything works fine except on PageLoad.  Then it displays with no tab selected.  How do I make the first tab to display as selected?  This is using VB...

Thanks for any help.

 

<asp:SqlDataSource ID="SqlDataSource1" runat="server"

 

        ConnectionString="<%$ ConnectionStrings:CNIPanelTestConnectionString %>"

 

 

 

         SelectCommand="SELECT [TabName], [TabID] FROM [TabType]">

 

 

 

</asp:SqlDataSource>

 

 


<
telerik:RadTabStrip ID="RadTabStrip1" runat="server"

 

 

 

        DataSourceID="SqlDataSource1" DataTextField="TabName" DataValueField="TabID"

 

 

 

        Skin="Blue" EnableEmbeddedSkins="False">

 

 

 

</telerik:RadTabStrip>

 

 

 

 

Yana
Telerik team
 answered on 04 Aug 2010
1 answer
106 views
Hi

I had try insert images into Editor with Image Manager , but the folder contains 7 thousand of images.
So the Image manager display the images in 60+ pages i have to find out the images by slide the page one by one.

My question is :
1. How to configure the Image Manager just display all images in 1 page ?
2. Can use Ctrl + F to find the file name ?
3. How to set Image Manager displaying the file name are sort by alphabet in default >

Thanks.

Regards,
aw
Rumen
Telerik team
 answered on 04 Aug 2010
1 answer
52 views

I have 2 appointments in my scheduler, one with recurrence , one without.

Moving (dragging) the appointment with recurrence is no problem. Moving an appointment results in this error :

Message: Sys.WebForms.PageRequestManagerServerErrorException: Error end date '2010.07.26 13:00:00' is born before start date '2010.07.27 11:00:00'.

It seems that it's only moving the startdate of an appointment.

I attached OnClientAppointmentMoveEnd and I can see it's entering this function. Then I tried to manually change the end date of this appointment, but without any effect.

1.var apt = args.get_appointment();
2.apt.set_end(new Date(2010, 7, 27, 13, 0, 0, 0));
3.apt.get_radScheduler().updateAppointment(apt);
4.args.set_cancel(true);

Any tips? 


Koen
Top achievements
Rank 1
 answered on 04 Aug 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?