Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
163 views

Hello, I've been asked to use RadScheduler (not RadGantt), more specifically its MonthView, to display task data that usually spans several days.

The MonthView requires FirstDayOfWeek = Sunday and LastDayOfWeek = Saturday. i.e. show weekends.

If I have an Appointment instance that runs from Wednesday to the following Tuesday, I want to see it displayed on Wednesday, Thursday, Friday, then Monday, Tuesday of the following week.

I've tried to use the RadScheduler1_TimeSlotCreated event handler to get e.TimeSlot.Appointments list and hide all Appointment instances but this approach isn't working:

Dim scheduler As RadScheduler = DirectCast(sender, RadScheduler)
If scheduler.SelectedView = SchedulerViewType.MonthView Then
    If e.TimeSlot.Start.DayOfWeek = DayOfWeek.Saturday OrElse e.TimeSlot.Start.DayOfWeek = DayOfWeek.Sunday Then
        For Each appt In e.TimeSlot.Appointments  
            appt.Visible = False
       Next
    End If
End If

Is this doable? Or will I have to break the multi-day task into daily recurring Appointment objects? I hope not since the task Subject can be lengthy and having only one Subject for several days fits nicely in MonthView. Thanks. Jo

Bozhidar
Telerik team
 answered on 26 May 2016
1 answer
493 views

Greetings!

So the title sort of says what we're experiencing - we're using the radEditor in an area of our application to create html "letter bodies" that are then saved to the database and can eventually be converted to a PDF format via the ExportToPDF function included in the Telerik assemblies.  The issue occurs when we attempt to "export to PDF" a letter that contains a table which we have applied a CSS style to (all testing so far has been done with the CSS Styles available from the dropdown by default).  This table styling appears to work correctly when it is selected in the editor, and affects the table correctly in the preview, but when the body is ultimately converted to a PDF, the css of the html is included as text rather than as styling on the table as expected. 

So my questions are two-fold:

Is this a known issue in the ConvertToPDF function that is included in the Telerik product? (an inability to convert inlike css to the applicable style) And if so,

Can you recommend an alternative PDF converter that might support this functionality?

Thanks,

 

Ianko
Telerik team
 answered on 26 May 2016
4 answers
104 views

 why functions of TileList - Selecting in this page not working

http://demos.telerik.com/aspnet-ajax/tilelist/examples/selecting/defaultcs.aspx

 

thanks

Charlie
Top achievements
Rank 1
 answered on 26 May 2016
3 answers
124 views

My company has already bought the license.

 (1) The current indentation as shows in the picture,like AttachFile1

(2) When I press the “RemoveOrderedList”, Second indent was deleted as picture,like AttachFile2.

(3) After that, I press delete key on the keyboard while the cursor position at the end of first “HelloWord!”, then second “HelloWrod!” is combined with first indentation ,like AttachFile3

The question is: Is there any way that pressing delete key on the keyboard while the cursor position at the end of first indentation, then deleting second indentation and combine the content with first indentation without pressing “RemoveOrderedList”, just like picture above. Currently, when I do that the result as picture below. , AttachFile4



Perhaps, a method which can get the next element could solve it, the code below can get the current selected element, is there a method can get next element?

var selElm = editor.getSelectedElement();

Marin Bratanov
Telerik team
 answered on 26 May 2016
11 answers
806 views
Hi,

I am using GridCheckboxColumn into radgrid in my app. i want oncheckedChaned event. but it is not accept.

 <telerik:GridCheckBoxColumn HeaderText="Internal Change?" UniqueName="chkInternalChange" ForceExtractValue="Always">                                                                                                                                                           
                                </telerik:GridCheckBoxColumn>

This is my code. i want how to use oncheckedChaned event.

It is very very urgent. please help...


Thanks,
Dhamu
rajesh
Top achievements
Rank 1
 answered on 26 May 2016
2 answers
294 views
Hi,

I am using a insert/delete/update radgrid, I have a dropdown list and a textbox in the rad grid, when I select a value in the dropdownlist column, then the textbox should be autopoulated with the data from the database correspoding to the value selected in the dropdownlist. (VB.Net)

For example I have menu table

itemno        |      Description
-----------------------------------
  1              |      XXX
 2               |      YYYYY

So the drop down list contains the itemno, so when the item no 2 is selected, then the Textbox should autopopulate 'YYYYY'

Any help will be highly appreciated
Hori
Top achievements
Rank 1
 answered on 26 May 2016
2 answers
71 views

Does RadControls for ASP.NET AJAX Q1 2012 SP1  support momgodb ? 

 

zheng
Top achievements
Rank 1
 answered on 26 May 2016
2 answers
465 views

I have a table in my Radgrid footer.  Looks like the <td> top-border has been added to my table.  not sure but i think it is inheriting it from .rgFooter but I can't that class in my css file.

Attached a pic of my results and my table.  Thanks.

J S
Top achievements
Rank 1
 answered on 25 May 2016
1 answer
85 views

Hi Everyone,

We are having a problem with the File Explorer uploading xlsx documents. My developers believe it is because of our SSL. Can anyone help us with this?

Vessy
Telerik team
 answered on 25 May 2016
1 answer
171 views
When SingleClick="Button" in a toolbar, buttons with NavigateURl and target="blank" no longer appear to work.
Peter Milchev
Telerik team
 answered on 25 May 2016
Narrow your results
Selected tags
Tags
+? more
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?