Telerik Forums
UI for ASP.NET AJAX Forum
0 answers
82 views
hi i am using the rad window in my web application
the content of web page shrinks in the google chrome browser 
how to solve this problem
Sivaprakas Subramanian
Top achievements
Rank 1
 asked on 25 Nov 2010
3 answers
101 views

Is there any way to add a header row above an existing header row to group certain headers?  For example, say I have the following headers:

Office     Sales Target     Sales Actual    Purchases Target   Purchases Actual
Buffalo    $24              $22             $2                 $4
...        ...              ...             ...                ...

Instead of having "Sales" in all three column headers, I'd like it to look like the following:

           Sales              Purchases
Office     Target     Actual     Target    Actual
Buffalo    $24        $22        $2        $4
...        ...        ...        ...       ...

 
Is there any way to accomplish this?

Pavlina
Telerik team
 answered on 25 Nov 2010
3 answers
84 views
Dear all 

I have found a issue that  is no faster  when open a Radwindow in Chrome or Safari (the newest version)
but it's ok in IE.

the loading panel was visible too long.

Can anyone help me in that issue ? 

Best Regards
Georgi Tunev
Telerik team
 answered on 25 Nov 2010
1 answer
42 views
Hi there,

Loving the suite ... we recently purchased one of the collections.

I've had a question from one of the end users of our Intranet, which uses the RadEditor to allow them to create pages.

Everything has been going well so far, however they are wondering if there is a way for them to create "hover" classes for elements (such as images). Is there already an in-built way to do this? Does a "code snippet" sound like the best way? I've had a look around and a code snippet seems best, however the preferred solution is having a "hover image" property somewhere that lets them specify an image to change to when the current image is hovered over.

Regards,

RSPCA Victoria
Dobromir
Telerik team
 answered on 25 Nov 2010
1 answer
343 views
Hello Telerik team,

I'm trying to disable the menu items if the user is not in certain role's i don't know why the ItemDataBound is not firing.
Please see the code below.
## ASPX file........
  <telerik:RadMenu ID="RadMenu1" Text="MenuOne" runat="server" AccessKey="P" DataNavigateUrlField="Url" EnableShadows="true" Skin="default" EnableEmbeddedSkins="False" CssClass="dropDown" OnItemDataBound="RadMenu1_ItemDataBound" OnItemClick="RadMenu1_ItemClick" ></telerik:RadMenu>

## CS file..............
 protected void Page_Load(object sender, EventArgs e)
        {
            if (!IsPostBack)
            {
                string xmlFileName = "~/xml/MainMenu.xml";
                RadMenu1.LoadContentFile(xmlFileName);
            }               
        }

        protected void RadMenu1_ItemDataBound(object sender, Telerik.Web.UI.RadMenuEventArgs e)
        {
            if (!Roles.IsUserInRole("Admin"))
            {
                XmlElement element = (XmlElement)e.Item.DataItem;
                if (element.Attributes["text"].Value == "Contact History")
                    e.Item.Enabled = false;
            }          
        }     
        protected void RadMenu1_ItemClick(object sender, Telerik.Web.UI.RadMenuEventArgs e)
        {   
            Response.Redirect(e.Item.Attributes["Url"].ToString());
        }  
Yana
Telerik team
 answered on 25 Nov 2010
1 answer
92 views
Hi,

I have been facing a issue with Radpopup window is...,if i open the radpopup 1st time, then page load of radpoup is executing but when open radpopup 2nd time, then page load of radpoup is not executing. please let us know the best solution to achieve this.

Thanks.
Shinu
Top achievements
Rank 2
 answered on 25 Nov 2010
5 answers
173 views
Hi

I have a grid with the default Edit format in-Grid.   This works fine but what I actually want
is a similar detail view that is not editable, and does not show an 'Update' link. ie choices are only
'view detail' or 'Delete' 

I could make all the items read-only in Edit mode, but how to I get read of the 'Update' link?

Am I going about this the wrong way?

Thanks for help!

Clive

Q2 2010/asp.net 4.0
Princy
Top achievements
Rank 2
 answered on 25 Nov 2010
1 answer
135 views
Hi,

I have a three tier datagrid Hierarchy which basically consists of a Radgrid, in the Radgrid i have specified a master table and a detail table.  Within the detail table i have also specified a nested view template which holds another radgrid.  The set up works fine as everything expands as it should.

However, while selecting an item in the 3rd level of the hierarchy i would like to obtain a reference to the item expanded in the first level.
at present i am trying to perform this operation like so 

e.Item.OwnerTableView.ParentItem.GetDataKeyValue("EnquiryNo");
 The event isn't important, but e is of type GridSortCommandEventArgs.

The problem with this is that ParentItem is null.

This technique has worked in the same project when trying to get a handle from the detail table to the master table which leaves me to believe that a relationship must be set up between the nested view template and the detail table.

Any help will be greatly appreciated thank you
Princy
Top achievements
Rank 2
 answered on 25 Nov 2010
1 answer
203 views
I have a table with too many columns to display in the grid.

I want to display selected columns in the grid and be able to show all columns for a particular row upon clicking a button on something like that.
More like a add/edit FormTemplate where I can customize the template.

Any help would be appreciated.

Thanks
Shinu
Top achievements
Rank 2
 answered on 25 Nov 2010
1 answer
77 views
How can I set the visible page of a rad grid in the code behind of an aspx page?

Supposing I have a grid with 100 pages, and a user is on the 50th page of data and clicks on a link in one of the rows which redirects them to another page. When they click the "Back" button, they are taken to the first page of the grid and have to navigate back to the 50th page.

Can anyone tell me if this is possible without setting up routes?
Shinu
Top achievements
Rank 2
 answered on 25 Nov 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?