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

Hi dear Telerik

I dont want to use RadAjaxManager or RadAjaxPanel in my wbsite ,  beacause managment code is very hard !

how can use 100% client side ajax call when using AJAX UI ? 

For example i wana to use Jquery validatin instead  validation control (asp.net)  !

Is any Sample online or sample website that do it ?

please help me

thanks

Eyup
Telerik team
 answered on 26 May 2016
1 answer
113 views

All,

I am having problems with a radpanelbar in IE 11.  It works perfectly in firefox but most of my clients are on IE so I am hoping there is a setting somewhere that will help.  The radpanel is being used to break up a large form and I want everything expanded initially which works well.  So the layout is as follows:

<telerik:RadPanelBar ID="RadPanelBar1" Width="100%" AllowCollapseAllItems="true" runat="server">
    <Items>
          <telerik:RadPanelItem Text="Section 1" Expanded="true">
                <ContentTemplate>
                </ContentTemplate>
          </telerik:RadPanelItem>
          <telerik:RadPanelItem Text="Section 2" Expanded="true">
                <ContentTemplate>
                </ContentTemplate>
          </telerik:RadPanelItem>
                           ....
     </Items>
</telerik:RadPanelBar>

When the page loads in IE and I try to click on Section 1, Section 2 (or any of the following areas), the page jumps to the top of the radpanel and nothing has collapsed.  If I then click on Section 1, it collapses without any problems.  If I go back and expand all the sections and scroll down through the form and once again try to collapse a section, it again jumps to the top.  It will not let me collapse any section unless the window is scrolled so that the first section is at the top of the page.  In firefox, everything works perfectly. If in IE, the page is viewable within the browser without scrolling (I've closed all the big sections and only left small ones open) , then I can collapse/expand ok.  Problem is whenever the top of the radpanel is not visible or when the entire panel is not visible, then it has to jump to the top before I can collapse anything.  This happens regardless of IE compatibility mode.

I also tried wrapping the whole radpanel within an updatepanel, same results in IE.

Thanks for your help

Ken

Nencho
Telerik team
 answered on 26 May 2016
3 answers
46 views
I may be wrong, but I am hoping someone can comment on this issue. When creating complex tables with both a header row and a header column using the RadEditor, I noticed something that "appears" to be wrong. Perhaps you can clarify?

Although I created a table correctly, (went to accessibility, checked 1 for both the header row and column & checked the associated cells with headers checkbox) ... this is the code that get's spit out.

<table style="width: 50%; " class="tableData">
<thead><tr>
<th style="" id="table_heading_0"> </th>
<th style="" id="table_heading_1">2011</th>
<th style="" id="table_heading_2">2012</th>
</tr></thead>
<tbody><tr>
<th style="" id="table_heading_3">Fire</th>
<td headers="table_heading_1">5</td>
<td class="" style="" headers="table_heading_2">5</td>
</tr><tr>
<th style="" id="table_heading_4">Police</th>
<td headers="table_heading_1">5</td>
<td headers="table_heading_2">5</td>
</tr></tbody></table>

  1. Each header is assigned a unique ID (Correct!)
  2. Each header is identified with a <th> class (Correct!)
  3. Each non-header cell associates with just ONE header (INCORRECT! ... I assume)

Since there are two headers associated with each non-header cell, shouldn't there should be two IDs referenced in the "headers" attribute? Would the correct coding for this look something like this (each header ID separated by a space or comma)?

<table style="width: 50%; " class="tableData">
<thead><tr>
<th style="" id="table_heading_0"> </th>
<th style="" id="table_heading_1">2011</th>
<th style="" id="table_heading_2">2012</th>
</tr></thead>
<tbody><tr>
<th style="" id="table_heading_3">Fire</th>
<td headers="table_heading_1,table_heading_3">5</td>
<td class="" style="" headers="table_heading_2,table_heading_3">5</td>
</tr><tr>
<th style="" id="table_heading_4">Police</th>
<td headers="table_heading_1,table_heading_4">5</td>
<td headers="table_heading_2,table_heading_4">5</td>
</tr></tbody></table>

Wondering if I am interpreting this incorrectly...

Stanimir
Telerik team
 answered on 26 May 2016
1 answer
130 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
433 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
78 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
101 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
637 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
259 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
54 views

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

 

zheng
Top achievements
Rank 1
 answered on 26 May 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?