Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
138 views
Hello Telerik team,

 I have a Radscheduler and an individual button, in a web form.

when in week view of the scheduler, it displays the first week (i.e)  jan 3 2016 sunday to jan 9 2016,

i want to view the next week on button click (i.e)  jan 10 2016 sunday to jan 16 2016 saturday,

telerik has dayview, weekview, monthview, agendaview and timelineview but not nextweekview..

Googling does not help me in this case.

 

Thanks in advance..

Hope you people reply a bit faster.
Nencho
Telerik team
 answered on 05 Feb 2016
3 answers
360 views

I have a rad button with the following declaration, however the button style doesn't appear to obey the "Primary" property. It looks like a regular button (see attached), unlike your demos for the Bootstrap skin. Any idea what's going on? Also, is there any documentation of the "Primary" property anywhere?

 <telerik:RadButton ID="btnSelect" runat="server" Text="Select" CommandName="Select" style="margin-right:7px;" Skin="Bootstrap" ValidationGroup="VG_Form" Primary="true" ></telerik:RadButton>

 

Marin Bratanov
Telerik team
 answered on 05 Feb 2016
12 answers
750 views
If I want to disable day view button(or the other button) in radscheduler control, what should i do. If it possible to do?
Nencho
Telerik team
 answered on 05 Feb 2016
1 answer
44 views

Hi there;

I'm using an EditItemTemplate in a GridTemplateColumn, and the insert/cancel buttons are showing up as plain text (the sort automatically created by the control).  How do I style them, or convert them to image buttons?  

Eyup
Telerik team
 answered on 05 Feb 2016
0 answers
67 views

Hi, 

Is there a way to remove the tick from the selection while deleting the item onto the  by the backspace button?

cheers

Mehmet
Top achievements
Rank 1
 asked on 05 Feb 2016
1 answer
78 views

Hello,

 I have a RadGridview and a RadScheduler on the same page. Can I drag a row from the gridview to the scheduler and have it added? I think I read that drag/drop is not available yet but someone posted code for a workaround. Could something be done for this to work? I'm wondering if I could select a row in the gridview and have the row number or a key field  data in a sesion variable and then have some event on the scheduler I could just move it by code myself. Or even if drag/drop was not supported can I still get an event fired for the scheduler to know when I was trying to drop on it and know the time so I could manually do it?

Thanks,

Warren

 

Warren
Top achievements
Rank 1
 answered on 05 Feb 2016
5 answers
68 views
HI

I found a small problem while implementating Cascading ComboBoxes : 

ComboBox - Cascading ComboBoxes
http://demos.telerik.com/aspnet-ajax/combobox/examples/functionality/multiplecomboboxes/defaultcs.aspx

The ComboBox Items example as below :

1.Eastern-1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ
2.Western-1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ
3.Northern-1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ
4.Southern-1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ

First dropdown the combobox, you'll see that the item was wrapped to 2 lines automatically,
then select 1.Eastern-... then move the caret to LMN position.

Second dropdown the combox and select 2.Western-... you'll find that the carent still focus on LMN position.

The problem is - Could RadComboBox focus to first character automatically after selection ? 
When RadComboBox with long string items, users will confused if long string is ends with spaces.

In Sample.mdf you can find the table dbo.Region, the value of RegionDescription is ends with a long space string :

"Eastern                                           "
"Western                                           "
...
(see C:\Program Files\Telerik\UI for ASP.NET MVC Q3 2015\wrappers\aspnetmvc\Examples\VS2012\Kendo.Mvc.Examples\App_Data\Sample.mdf )

Maybe I can set RadComboBox.DropDownWidth to larger value 
but when user dropdown/select then move the carent to LMN position the problem is still the same.

Best regards

Chris
Chris
Top achievements
Rank 1
Veteran
Iron
Iron
 answered on 05 Feb 2016
2 answers
59 views

Hi,

 

In the following example I'm trying to update a grid based on changes made to Gantt fields.

protected void RadGantt1_OnTaskUpdate(object sender, TaskEventArgs e) {
     gridProjects.DataBind();
}

It does not work as expected. Seems like the bound data source has not updated yet so grid still picks up old data. Is there something like an "AfterTaskUpdate" event?

Thank you.

Dan
Top achievements
Rank 1
 answered on 04 Feb 2016
1 answer
76 views

Hi, In the RadComboBox I specified the LoadingMessage = "Please Wait...".  But a vertical scroll appears in the right side of this load message.  

It doesn't seem appropriate to show the vertical arrows when this load message is displayed.  I'd rather just show the vertical scrolls in the dropdown once data is loaded to allow the user to scroll the results.

Also, is there a way to customize the size of the message's box or container?

Thanks

Hristo Valyavicharski
Telerik team
 answered on 04 Feb 2016
8 answers
194 views
Hello,

I have a RadGantt control and a RadDropDownTree which contains the different tasks of the gantt control (for displaying the assigned resources depending on the selection of the dropdowntree). Both controls are in different RadAjaxPanels. The update of the tasks inside the gantt is performed inside the "OnTaskUpdate" event. Now I want to achive that if the user changes e.g. the title of the task, the dropdowntree should be updated as well. Can somebody help how to do that?

Regards,
Felix
Dan
Top achievements
Rank 1
 answered on 04 Feb 2016
Narrow your results
Selected tags
Tags
+? more
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?