Telerik Forums
UI for ASP.NET AJAX Forum
5 answers
324 views
Hi, 
I tried to set the height of an item to 100px, but than the text go to down.
what should I need to change in the css?

10x
Kate
Telerik team
 answered on 14 Dec 2011
2 answers
139 views
At the moment, we have our radmenu on a master page. This menu is being reloaded every time a new page is loaded so it's not very efficient. Is there a way we can get the menu to load once on initialisation of the application and persist until the session is ended?
Kate
Telerik team
 answered on 14 Dec 2011
3 answers
162 views

Hi:
I have a  grid that appears to work properly in ASP.net 3.5 and IE8.  That means the grid will fill up the page and the pager control will appear at the bottom and there is a vertical scroll bar that will scroll the number of rows per page.

But when I upgraded to framework 4 and IE 9, the grid extends past the bottom of the browser and I have to enlarge the browser window to see the page control.  In some cases only half the page control will appear without some type of manual refresh.

Are there issues with the Grid control and ASP.Net 4 and or IE9?  Incidentally, I don't believe it is an IE9 problem because I get the same behaviour in FireFox and Opera.

Thanks

Maria Ilieva
Telerik team
 answered on 14 Dec 2011
1 answer
59 views
Hello Friends,

i am new in telerik and i am facing one problem
i am using master and details table in radgrid in my project  when i click on expand icon page take postback and id not getting in itemdatabound event ,
i am also use

  

<telerik:RadAjaxManager ID="RadAjaxManager1" runat="server">

 <AjaxSettings>

 <telerik:AjaxSetting AjaxControlID="RadAjaxManager1">

 <UpdatedControls>

 <telerik:AjaxUpdatedControl ControlID="radGridSupportCategories" />

 <telerik:AjaxUpdatedControl ControlID="radbtnSearch" />

 </UpdatedControls>

 </telerik:AjaxSetting>

 </AjaxSettings>

 </telerik:RadAjaxManager>

 <telerik:RadGrid ID="radGridSupportCategories" runat="server" OnNeedDataSource="radGridSupportCategories_NeedDataSource"

 AllowSorting="True" AllowPaging="True" AutoGenerateColumns="False" CellSpacing="0"

 GridLines="None" OnDetailTableDataBind="radGridSupportCategories_DetailTableDataBind"

 OnItemDataBound="radGridSupportCategories_ItemDataBound">

 pls anyone has solution than tell me i am waiting

Princy
Top achievements
Rank 2
 answered on 14 Dec 2011
0 answers
74 views
I am using nivo slider but the radeditor control seems to mees with my javascript I am saving the page to database i removed the content filter for remove javascript but now its keeping the javascript but making modifications can someone tell me what correct content filters i need for a cms sistuation
David
Top achievements
Rank 1
 asked on 14 Dec 2011
1 answer
35 views
Hi Guys,

I was wondering if is there any possibility to launch the Export PDF feature from radGrid with a control outside the radgrid.

Here's my situation: I have two linkbuttons on the top off the screen, and both have to read and export data from the radGrid using the native export feature. There is not nested radGrids ou anything like that.

Is there any way to do this?

Thanks for the help

Rhamsés
Sebastian
Telerik team
 answered on 14 Dec 2011
0 answers
117 views
I have two columns in my RadGrid: 'ProductId' and 'CatalogId'. In ItemDataBound event, I am binding tooltip to CatalogId column. Below is code snippet:
if (e.Item is GridDataItem)  
GridDataItem gridItem = e.Item as GridDataItem;   
if (!rdgrdGeneralInfo.MasterTableView.GetColumn("ProductId").Display)
  
foreach (GridColumn column in rdgrdGeneralInfo.MasterTableView.RenderColumns)
  
if (column is GridBoundColumn)
  
if (column.UniqueName == "CatalogId")   
  
gridItem[column.UniqueName].ToolTip = "ProductID: " + "XYZ";   
  
 
}
  
}

When I hide the 'ProductId' column through HeaderContextMenu of RadGrid the below client side event gets triggered:

 

function rdgrdGeneralInfo_OnColumnHiding(sender, args) { 
}

I want to disable the CatalogId tooltip in this event. And if 'ProductId' is selected as visible column, tooltip must be enabled.

Neeraj
Top achievements
Rank 1
 asked on 14 Dec 2011
1 answer
95 views
Hi,

I am using RadTreeView LoadOnDemand WCF Binding feature. Is there a way to bind the tooltip to node. I found this article http://www.telerik.com/help/aspnet-ajax/treeview-general-setting-additional-properties-to-the-node-in-the-web-service.html

but I do now want to use OnClientNodeDataBoundHandler event of the treeView. Is there any other alternative of direct binding of tooltip.
Bozhidar
Telerik team
 answered on 14 Dec 2011
7 answers
210 views
I've successfully implemented a double-click mechanism in the RadListBox, initially with this code:

    protected void radListBoxStopes_ItemCreated(object source, RadListBoxItemEventArgs e)<br>    {<br>      string updatePanelID = this.Parent.Parent.FindControl("UpdatePanel1").UniqueID;<br>      string parameters = e.Item.Index.ToString();<br>      e.Item.Attributes.Add("ondblclick", "__doPostBack('" + updatePanelID + "', " + Tools.EncloseInSingleQuotes(parameters) + ");");<br>    }<br>

About the only thing to point out about that code is that I'm passing the parent UpdatePanel ID so that a partial postback, rather than a full postback, occurs.

Everything seems to work fine except for one thing.  I've prepared a video for you to demonstrate the problem: http://mwtech.com/downloads/public/DemoForTelerikSupport.zip

In this video I perform a few single-clicks, which work fine.  But notice when I double-click (3 times in the video): All of the text in the listbox and some text up above is temporarily selected.  You see this in the form of a blue flash.  It's very irritating!

Why is this occurring and how can I prevent it?

Robert

P.S. Is it possible that what I'm experiencing is similar to this?  If so, then what's the name of the property you added to disable it?
Bozhidar
Telerik team
 answered on 14 Dec 2011
1 answer
129 views
Hello,
I have a radmenu in a user control that is placed on several master pages.  I would like to be able to determine the selected item from that menu on my content pages.  I found the solution below which works well if the radmenu is placed on the master page.  I would like to avoid having to duplicate the radmenu on all my master pages and am wondering if anyone knows how I could modify this to be able to find the menu from the user control and then determine the selected item.

http://www.telerik.com/community/forums/preview-thread/aspnet-ajax/menu/radmenu-masterpage-and-contentplaceholder-page.aspx
Thanks,
Bob
Bozhidar
Telerik team
 answered on 14 Dec 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?