C# - Telerik RadMenu Shows Through To A RadWindow?

Jul 4, 2010

I have a radMenu on the main site.master form which shows on a page. The page has a radGrid with a button to open a radWindows that shows a report. When the radWindow opens everything works great but the radMenu shows through onto the Window. How do I prevent the menu from showing through on the window.

View 2 Replies


Similar Messages:

Telerik RadWindow JavaScript Return Values?

Jan 10, 2010

I have a parent page that launches a telerik radwindow and passes it an argument.

Once the radwindow is done processeing the value, I need it to return it to the parent page, and I would like the parent page to have access to this value in my code behind page.

I have tried to pass the value to a hidden field on my page and then trigger a page refresh and my code behind watches to see if the value is working.

I can't seem to get this to work. I get the return value in the parent javascript, but i can't get it from my hidden field from the code behind.

[code]....

View 1 Replies

JavaScript - RadWindow Not Opening On Client

Feb 22, 2011

I have a simple button on my form (A UserControl Form). What I would like to do is pop open a RadWindow when the button is clicked . What currently happens is a window opens and then closes, almost immediately.

I have the code below in my code behind

Private Sub Page_Init(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Init
BtnGenerateReport.Attributes("onclick") = " return GenerateSelectedReport('" & intPrimaryKey & "');"
End Sub

And on the client side, I have

function GenerateSelectedReport(reportid) {
var wlink = "Popuppage.aspx?intRptKey=" + reportid
window.radopen(wlink, "REPORT GENERATOR");
oWnd.center();
return true;
}

View 2 Replies

C# - Stretch A PageView To Fit The Height Of A RadWindow?

Feb 21, 2011

I have a RadPageView which I use with a RadMultiPage and RadTabStrip inside of a RadWindow. The problem is that my RadPageView does not stretch to fill the RadWindow. I set the Height and Width to 100%, and for the Width it works fine... (when I resize the window, the PageView is also resized). However, the height of the PageView only stretches down to the height of the controls that it contains. I spent a lot of time playing with the properties trying to get this to work... Is there an easy way to achieve this? Or do I have to handle client side OnResize events... It works for the width though.. shouldn't it be easy to also work for the height?

View 1 Replies

Web Forms :: Button Causing Validation Inside A RadWindow?

Jan 8, 2011

I have a form that when you click a button, an ajax RadWindow opens with a text box and a button so it can scrape information from another web page. I have set the button that causes the postback to CausesValidation="False", but after it does the postback after loading the scraped information into other controls, it still causes validation to fire.

how to make it not fire the validation?

View 4 Replies

Web Forms :: Postback With RadWindow / On Clicking SAVE Or CLOSE It Throws A Dialog Box In IE And Firefox

Nov 18, 2010

OK, here's my scenario. I inherited a website and I'm dealing with a quirk. I have a page that has a repeater with auto postback controls in it. And also a hyperlink or a button to open a RadWindow to add a new item or edit an existing one, the repeater probably could have been a Gridview, but forget that for now.

If you use the button to add a new entry or the hyperlink to edit, it works fine and closes and refreshs the page. BUT, after you click ANY of the auto postback check boxes and THEN try and use the new button or edit hyperlinks the RadWindow works, but on clicking SAVE or CLOSE it throws a dialog box in IE and Firefox letting the user know that:

"To display this page, Firefox must send information that will repeat any action (such as a search or order confirmation) that was performed earlier."

IE's message is similar. Clicking RESEND works fine and everything is ok, but its a bit distracting to the user. The RadWindow open a page that has THIS javascript in it:

function RefreshParentPage() {

View 2 Replies

Installation :: Telerik, Web, Design, Dll / Installation Type Of Telerik Is "ZIP" And Not "exe"

May 24, 2010

I tried these solution in htis
http://blogs.telerik.com/atanaskorchev/posts/09-03-06/Meet_Telerik_Web_Design_dll.aspx but not work.

Hint: Win7, vs2008.

The installation type of Telerik is "ZIP" and not "exe".

View 1 Replies

.net - Looking At JQuery UI, Telerik,?

Sep 19, 2010

I'm in the process of building a web cms platform. And I've come to a point where I have to choose what actually goes in the pages (I've been building the "core" for now). What do you think is the best option and could you give me your reasons for choosing that?

Currently I'm looking at jQuery UI, Telerik, and I'm also juggling with the idea of just building controls by myself, but I think that's too much of a hassle for little gain...

View 1 Replies

Alternative To Telerik RadGrid?

Jan 14, 2011

Is anyone able to offer any decent alternatives to the telerik ASP.Net controls.

I'm in the market for a decent grid control with all singing all dancing extensions... bt I'm finding the telerik grid really hard work to deal with.

The telerik controls do look good, but after a day of hard work with them I'm just looking to see if there are any other 3rd party offerings?

View 3 Replies

Telerik RadGrid - How To Add A New Row From Code Behind

Feb 5, 2010

What's the simplest way to add a new row to a Telerik RadGrid in ASP.NET from code behind?

View 2 Replies

How To Get Telerik MVC Grid Data

Dec 15, 2010

How can i pass asp.net mvc telerik grid data to controller using Ajax call.I need to save the telerik MVC grid data in database.

View 2 Replies

Authorization In Telerik's MVC Extensions

Apr 21, 2010

How's authorization supported in Telerik's MVC extensions? I am particularly interested in two cases:

tabs
grid row editing/deleting/inserting

View 1 Replies

C# - Telerik Radeditor / How To Set The Value For The Skin

Nov 8, 2010

In the Telerik.Web.UI.xml file I found this entry

<member name="P:Telerik.Web.UI.RadDataBoundControl.Skin">
<summary>Gets or sets the skin name for the control user interface.</summary>
<value>A string containing the skin name for the control user interface. The default is string.Empty.</value>
<remarks>
<para>
If this property is not set, the control will render using the skin named "Default".
If EnableEmbeddedSkins is set to false, the control will not render skin.
</para>
</remarks>
</member>

that says RadControls are using skin named Default..Now what if I want it to be not default ..what if I want it to be some CustomSkin to be rendered and not default skin?? Where do I need to set the value for the skin I wanna use? I don't know much of XML..so asking

Whats this xml file for anyway? Only describing stuff? What IS the purpose of this xml file??

[EDIT]

Tried setting Skin globally in webconfig.xml as mentioned in telerik's website as follows:-

<add key="Telerik.EnableEmbeddedSkins" value="true" />
<add key="Telerik.EnableEmbeddedBaseStylesheet" value="true" />
<add key="Telerik.RadEditor.Skin" value="CustomSkin" />

This is not making any diff! is using default file only.

View 2 Replies

Use Both DevExpress And Telerik On The Same Webpage?

Oct 7, 2010

Will there be any problems if I use DevExpress controls and Telerik controls on the same web page. Imagine I am nesting them insider one another.

I am wondering if they would conflict each other during AJAX calls.

View 1 Replies

C# - PostBackUrl In RadPanelBar Telerik?

Sep 7, 2010

how do i assign a postback url in my radpanel items in my master page

Eventually i have a MasterPage wherein i construct my radpanelbar.. and i have this Item Quiz with a child name Create

What i want to achieve is when i hit the button Create in my radpanelbar it will make a

PostBackUrl="CategoryCreate.aspx?Quiz=True"

how to do this and another question how do i manipulate the Create child in my RadPanelBar.. i have started this code shown below.. but i don't know what to do next to achieve my goal..

Protected Sub RadPanelBar1_ItemDataBound(ByVal sender As Object, ByVal e As RadPanelBarEventArgs)

Dim instance As RadPanelBar
instance.PostBackUrl = "CategoryCreate.aspx?Quiz=True"

'//// i don't know how to pass it to child in my radpanelbar

View 1 Replies

C# - Telerik RadAjaxPanel Returns 404?

Oct 15, 2010

I'm trying to do a RadAjaxPanel ajaxRequest (invoked on the client) to call the server event-handler. I'm getting a 404. I do have a server-side AjaxRequest handler defined but it never gets call because of something with the request. What do I have to do to figure this out?

.NET 4.0, IIS 7.5, latest telerik.

View 1 Replies

C# - Telerik Rad Combo Box And How Take It's Focus Off?

Feb 9, 2010

i have two radcombobox on my page and i am controling their focus by jquery...also i have some code on their OnClientFocus , therefore focus and blur are so important ...my aspx and jquery code are like this : (without RadComboBox -> OnClientFocus )

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm4.aspx.cs" Inherits="Darman.WebForm4" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >[code]....

it seems that radcombo box can not foreget it's focus and stick with that , therefore when i play with 2 buttons (enter=13 and upper key=38 as you see in the upper code - Jquery) For Changing Their Focus so RadComboBox OnClientFocus does not fire until i click on my page and Click On the RadComboBox Again...These Lines do not work:

1-$('input[id$=RadComboBox1_Input]').blur();

2-$('input[id$=RadComboBox2_Input]').blur();

how can i take focus off from radcombo box i destroy it's highlight?

View 1 Replies

C# - How To Disable Filtering In Telerik Grid

Sep 3, 2010

Currently i am using Telerik grid which filters are applied to each column. I am binding the SQL result set to grid. If the result set is empty from the database while binding, I should disable the filter option in the grid.

How can i achive the same through ASPX or Code behind using C#. Does Telerik Grid have any property to disable the filtering option when thre are no records.

View 2 Replies

C# - Any Pointers To How To Use Telerik RADGrid In C Sharp

Mar 24, 2011

give me any pointers for free tutorial on RADGRID or give me a simple example on how to create a RADGRID and bind it to data source.

View 2 Replies

Finding Values In A Telerik Radgrid?

Nov 26, 2010

I've tried to find the answer, but am not having any luck and am wasting to much time trying to figure it out. Using RadGrid from Telerik, latest version of their Ajax Controls, I've added a Select to each row, and can't figure out how to get the value of the selected row. Prefer to get the value of the ID column (from ID field in my database) or other specific columns. C# or VB example will work, VB preferred.

View 2 Replies

C# - Disable Filtering In Telerik Grid?

Nov 18, 2010

Currently i am using Telerik grid which filters are applied to each column. I am binding the SQL result set to grid. If the result set is empty from the database while binding, I should disable the filter option in the grid.

How can i achive the same through ASPX or Code behind using C#. Does Telerik Grid have any property to disable the filtering option when thre are no records.

View 1 Replies

Calling C# Code From A Telerik Radconfirm?

Jul 20, 2010

Is it possible to Call C# code from a Telerik radconfirm? I can make it call Javascript, but no server side code. I want the user to click a button which gives them a popupbox (radconfirm). With the radconfirm - if the user selects "yes" the c# code will be executed, if they click "cancel" no code will be executed

<asp:Button
ID="button1"
runat="server"
CssClass="resetOk"
Text="OK"
OnClientClick="radconfirm('<h3 style='color: #333399;'>
Are you sure you want to reset this budget?</h3>',confirmCallBackFn,
330, 100,null,'Confirm Reset'); return false;"
/>

View 3 Replies

C# - Telerik RadControls RadFormDecorator - Positioning

Apr 20, 2010

i am using asp.net with c# web app in vs 2008

problem 1:

i do not know why Telerik RadControls- RadFormDecorator Moves some controls (such as Buttons or chech boxes) and changes their positioning up or down in my form after viewing in browser...

i put those controls in a cell of a table ... but not help

i had this problem about radajaxmanager and by setting UpdatePanelsRenderMode property to inline problem solved - but here there is no property like that...
what is going on here?

problem2:
i decorated my buttons and chechboxes with radformdecorator (telerik radcontrols) control...
when i click on a checkbox to set it to true or false so my webpage positioning goes to up (like when postback occurs , but this is not postback) how can i prevent this problem ?

View 1 Replies

How To Mix Telerik RadControls With AjaxControlToolkit Controls

Nov 23, 2010

I am working on a page that primarily uses Telerik RadControls, and thus uses the RadScriptManager control. However, I need to add some controls that use AjaxControlToolkit to the page, but since I cannot have two ScriptManagers on one page, so how would I do this?

View 1 Replies

C# - Customizing Telerik RadEditor Skin

Oct 29, 2010

<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder2" Runat="Server">
<link href="Skins/CustomSkin/Editor.Default.css" rel="stylesheet" type="text/css" />
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<telerik:RadEditor ToolbarMode="Default"
ID="editor1" runat="server" EnableEmbeddedSkins="false" Skin="CustomSkin">
</telerik:RadEditor>
</asp:Content>

RADEditor on my page was inheriting Master Page's CSS properties so followed this tutorial to create custom skin..now what I did was...I simply copied the Folder named "Default" under Skins folder and renamed it to "CustomSkin" and added it like in the code above ..thot it would work but it didn't coz now I don't see border on my RADEditor...why is that ? Also it is STILL inheriting properties from Master page's CSS file :(

I didn't change name of any of the CSS files inside "CustomSkin" folder...Also when I added the following inside "telerik:RadEditor"...still problem persisting..

<CssFiles>
<telerik:EditorCssFile Value="~/Skins/CustomSkin/Editor.Default.css" />
<telerik:EditorCssFile Value="~/Skins/CustomSkin/Window.Default.css" />
<telerik:EditorCssFile Value="~/Skins/CustomSkin/ToolBar.Default.css" />
</CssFiles>

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved