Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
103 views
Pivot grid allows users to add any field to any zone type, but in OLAP connection it doesn't make sense because only measure fields give a meaningful data representation when added to aggregate zone and other dimension fields adding to column/row/filter zones. Configuration Panel Fields Context Menu is misleading because when clicked on any dimension it allows user to add any field to any zone as mentioned. how to avoid this. Disable  "move to aggregate fields" for dimension fields and enable only  "move to aggregate fields" for measures in Configuration Panel Fields Context Menu
Vasil
Telerik team
 answered on 15 Jan 2014
1 answer
287 views
Hi! I'm just back from solving a problem with HTML Table borders when being exported to PDF by editor. It seems that the PDF exporter has a bug or a feature :D that makes the border property of the <TABLE> element for the outline border. So that means you need to give borders to every <TD> element that needs one. But if you put them where the outline is, you'll have an ugly extra/double bolded border. If you dont want that you have to specify borders for every TD element that is not outlined by the border property of the <TABLE> element. I know that telerik knows of this bug since when you copy paste a table from MS Word the editor makes tables in the same fashion (they remove some left,right,top borders...). Is this gonna be fixed or should I template my tables for exporting like that?

EDIT (how i came to this problem):

The problem comes when you have custom tags in the editor (e.g. <CustomerTable type=7>). I replace these tags with live data from DB and generate a document like this:

editor_doc.Content = myTemplate.GenerateDocFromTemplate(customerID, editor_doc.Content)
editor_doc.ExportToPdf()

I run a GenerateDocFromTemplate method which just replaces all of the custom TAGs so you're not using the "copy-paste" method  described above. That's where the problem comes.

This really should be documented.
Ianko
Telerik team
 answered on 15 Jan 2014
3 answers
50 views
I have recently upgraded the Telerik.Web.UI.dll to version 2013.3.1114.40. When I tested in my dev environment, everything works as expected. However our QA team has an IE9 browser running on Windows Server 2008. When they point that browser at the application hosted in my dev environment (which is running on Windows 7), the RadComboBox becomes unusable. When you try to click on it, nothing happens. There are many "$telerik is undefined" javascript errors. I have reproduced this behavior using another IE9 browser on a different Windows 2008 box. However, as long as I'm using IE9 on any other machine (running Windows 7), the controls work fine.

I assume that the issue is with the client, maybe some security setting related to Windows 2008/IE9. I have disabled IE ESC and that did not fix the issue. What is causing this problem?
Nencho
Telerik team
 answered on 15 Jan 2014
12 answers
1.0K+ views
i want my radgrid to show data horizontally.....is it possible?
Maria Ilieva
Telerik team
 answered on 15 Jan 2014
5 answers
160 views
I have an issue with several pages in a large project. Essentially what the problem breaks down into is that the ajax is not getting called correctly due to javascript errors. This occurs in several locations but I will focus just on one at the moment. The client side html is as follows:

<select name="ctl00$cphPageContent$groups" id="ctl00_cphPageContent_groups" style="width: 290px; height: 450px;" onchange="javascript:setTimeout('AjaxNS.AR(\'ctl00$cphPageContent$groups\',\'\', 'ctl00_RadAjaxManager_WebSiteMaster', event)', 0)" size="4">
 <option selected value=tg1>Test Group</option>
 <option value=tg2>Test Group 2</option>
</select>

In the onchange method, 'ctl00_RadAjaxManager_WebSiteMaster' is within the setTimeout's javascript call. The problem with this is that it should be [\'ctl00_RadAjaxManager_WebSiteMaster\'] (minus the brackets). Notice the slashes before the single quote mark. Does anyone have any idea why this would be showing up like this? The asp code for the listbox is below and the options for the event are in the code behind. Note that having the event in the code behind or in the aspx page does not make a difference.

<asp:ListBox ID="groups" Width="290px" Height="450px" runat="server"></asp:ListBox>

groups.AutoPostBack = true;
groups.SelectedIndexChanged += new EventHandler(groups_SelectedIndexChanged);
Maria Ilieva
Telerik team
 answered on 15 Jan 2014
1 answer
39 views
When I bind a PivotGridRowField to a property of my object everything it's ok:

rowField.DataField = "Value";

However, if i try to bind it with a property wich is in a second level, it doesn't work:
rowField.DataField = "Type.Name";

Any ideas?

Thanks.
Maria Ilieva
Telerik team
 answered on 15 Jan 2014
1 answer
78 views

Hi,

I compiled up my ASP.Net application, and copied it to the server. The grid shows, but doesn't look the same on the server as on the dev system. The filter on the server doesn't work, and the click event also appears not to work. There are no scroll bars on the server either.



I have attached screen shots of both.



This is my first deployment, so please be gentle :)



Thanks





Maria Ilieva
Telerik team
 answered on 15 Jan 2014
8 answers
776 views
Hi guys,

I can't find a simple way (this is, with a simple CSS style, and not creating and/or modifying the complete skin file) to override the Office 2007 Skin default font for the combo drop down list items font. I have been able to replace the font for the input box with this:

div.comboInput .rcbInputCell .rcbInput
{
     font-family: Courier New;
}

Is there something similar I can use to replace the font for the items in the dropdown list?

Thank you!
Joaquín
Top achievements
Rank 2
 answered on 15 Jan 2014
1 answer
34 views

Hi Telerik Team,

I need approach how to implement re-order items in a list box(or any other telerik control) where each item is having up and down buttons.

I seen radlist demos  with re-order functionality but here all demos contains common single button ( up/down ) for all items.

in my case I need up and down arrow button for individual item..

Please suggest me how to implement this functionality like below screen shot.







Thanks,

Satish

Kate
Telerik team
 answered on 15 Jan 2014
1 answer
76 views
Hi! Is there any reason why RadGrid exportToPDF has Header Footer export settings enabled and editor doesn't have that? Is there any way to implement that feature?
Ianko
Telerik team
 answered on 15 Jan 2014
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?