Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
122 views

Hi,

 

For a certain project I need to enable Jquery 3.0.0

Are there any options to let the Telerik controls work together with Jquery 3.0.0?

When I couple as External Jquery, I see all kinds of JS errors appear in different browsers.

 

Marc

Rumen
Telerik team
 answered on 02 Feb 2017
1 answer
148 views

We are using the RadGrid and it's custom paging abilities.

We have a grid where we only bind the "PageSize" (typically 10) to the grid and set the Virtual Item Count equal to the total number of items. (in this case, 897).

When we export to Excel, we have to set the "Page Size" property on the Grid (not the master table view) to the total number of items, rebind the grid to the full dataset and then allow the export.  Otherwise, it will only export the current page.

We've noticed that after doing that, in the PageSize dropdown, there are items for the default (10, 20, 50) as well as the item number i exported which is 897.

How can i prevent that value from being saved into the PageSize dropdown.

Rumen
Telerik team
 answered on 02 Feb 2017
2 answers
238 views
Hello,

I' m facing the problem that is window.open() javascript funtion for open new tab doen't work in Radgrid item command event.Here is my Code for Item Command.

 protected void RadGrid2_ItemCommand(object sender, GridCommandEventArgs e)
 {
              if (e.CommandName == "Customer")
                {
                    lblID.Text = RadGrid2.Items[e.Item.ItemIndex].GetDataKeyValue("ID").ToString();
                    string strpath=  "../Report/Listing.aspx?ID=" + lblID.Text + "";
                  
                    Response.Write("<script>");
                    Response.Write("window.open('" + strpath + "', '_newtab');");
                    Response.Write("window.focus();");
                    Response.Write("</script>");
                }
}
I do appreciate all suggestions.
Zaid
Top achievements
Rank 1
 answered on 02 Feb 2017
1 answer
98 views
Shapes seem to have a minimium width of 20px. Is it possible to have a line tool?
Marin Bratanov
Telerik team
 answered on 02 Feb 2017
1 answer
85 views

Hi I have 8 tabs. The first 2 are General information and Employee Information. I want these to be completely filled out first before tabs 3-8 are accessible.

I just inherited this applicaition so I am new to telerik . Any input is appreciated.

Ivan Danchev
Telerik team
 answered on 02 Feb 2017
2 answers
118 views

Hi,

 

When I call Image manager natively from RadEditor Image Properties, the Image Manager automatically shows the picture path and picture of the selected item.

How can I achieve such behavior from a stand alone Image Manager called from a RadDialogOpener?

 

Marc

Fit2Page
Top achievements
Rank 2
Bronze
Iron
Iron
 answered on 02 Feb 2017
0 answers
98 views

Hi,

We are currently using RadChart control, now we are planning to update it with RadHtmlControl.

Please suggest the easiest way to migrate this.

If possible please provide us sample project.

Thanks,

Amol

Amol
Top achievements
Rank 1
 asked on 02 Feb 2017
4 answers
232 views

See http://demos.telerik.com/kendo-ui/grid/column-menu

When using Chrome v 55, the column/filter dialog disappears when mouse enters one of the text fields.

Select a column menu header, select the filter option, move mouse over one of the filter text boxes.  The filter popup is hidden.

This appears to be an error specific to chrome 55 (it was not evident in earlier Chrome version).

Dimiter Topalov
Telerik team
 answered on 02 Feb 2017
0 answers
84 views

Hi,

I having problem generating a dictionary object out in a Grid Template, it is saying there a incorrect syntax.

Can anyone help me?

     template: '<div id="#=ReferenceNumber#_#=CreateAward#">

                                        <a href="#=EffectiveProcurementURL#" target="_blank">#=CreateAward#</a>
                                        <img src="/images/navdown.gif" style="cursor:pointer;" onclick="toggleDisplay("#=ReferenceNumber#")" />

                                        <ul>
                                            # for (var key in OtherProcurementOption) { #  
                                                #=var value = OtherProcurementOption[key];#  

                                                <li><a href="#=value#" target="_blank">#=key#</a></li> 

                                                # } #


                                        </ul>
                                    </div>'

HAN MING
Top achievements
Rank 1
 asked on 02 Feb 2017
0 answers
57 views

Hello,

I'm trying to use the drag and drop functionality in the scheduler. As the demo below 

https://demos.telerik.com/aspnet-ajax/scheduler/examples/draganddropintegration/defaultcs.aspx?product=scheduler

Everything works fine with drag and drop. Now i'm trying to implement the sorting on the column headers in RagdGrid. After I click any column header the grid disappears . Like there is no data in the grid . I'm using the basic sorting functionality as in one of your demo applications. I also tried using the NeedDataSource. this time I'm getting the data same as not sorted. this is the following code sample i'm using to sort the grid data . Can please help me find a way around it. 

Thank you 

  Protected Sub RadGrid1_SortCommand(sender As Object, e As GridSortCommandEventArgs) 
 Dim sortexpr As New GridSortExpression()     
    sortexpr.FieldName = e.SortExpression  
 If sortexpr.SortOrder = GridSortOrder.Descending Or sortexpr.SortOrder = GridSortOrder.None Then
          sortexpr.SortOrder = GridSortOrder.Ascending           e.Item.OwnerTableView.SortExpressions.AddSortExpression(sortexpr)    
      RadGrid1.MasterTableView.Rebind()     
 ElseIf sortexpr.SortOrder = GridSortOrder.Ascending Then
sortexpr.SortOrder = GridSortOrder.Descending
            e.Item.OwnerTableView.SortExpressions.AddSortExpression(sortexpr)     
    RadGrid1.MasterTableView.Rebind()      End If
Todd
Top achievements
Rank 1
 asked on 01 Feb 2017
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?