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

I'm creating a DNN module that uses the Notification control to either extend the session or redirect to the Login page using /logoff.aspx in the RadNotification Value property.  It works except that the Login page URL always has the Home page as the returnurl, no which page it originated from.

 I haven't been able to capture the page's url in order for it to show up as the return url.  And yes, I'm also posting this over on DNN.

 

Thank you!

Marin Bratanov
Telerik team
 answered on 03 Feb 2017
2 answers
517 views

Getting frustrated - 

Long time user of Telerik. I have a new Windows 10 build. clean installation of Visual Studio 2013. The only version of Telerik on this computer is 2017.1.118.45. I used the Telerik Control Panel to install Telerik into VS 2013. 

New Telerik Web Project. Give it a name. Select the Responsive web app. Compile and test - works great. Add a new page. Drop a radgrid on the page. 

'Could not load file or assembly 'Telerik.Web.UI, Version=2017.1.118.45, Culture=neutral, PublicKeyToken=121fae78165ba3d4' or one of its dependencies. Operation is not supported. (Exception from HRESULT: 0x80131515)'\\XXXXX\LCxxxxx

Delete the newly added page. Same problem. Permissions all seem OK on the Telerik files. Same result if I run Visual Studio as an admin or regular user. 

Thanks,

 

Dan

Marin Bratanov
Telerik team
 answered on 03 Feb 2017
3 answers
179 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
184 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
285 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
127 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
113 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
164 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
121 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
266 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
Narrow your results
Selected tags
Tags
+? more
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?