Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
128 views
Is there any plan to fix the display of modal windows that are larger than the browser window so they can automatically be positioned at the top left of the page instead of the middle?  When they are positioned in the middle, you have no way to get to the modal window's toolbar to drag it to where you can see it because the top of the modal window is beyond the top scroll area for the browser window.

see attached image--note that I made the browser window a bit bigger after the modal popped up so you could actually see where it is.

TechSavvySam
Top achievements
Rank 1
 answered on 01 Jun 2011
2 answers
51 views
Hi Team;

Is there any guidelines to develop ASP.Net Apps [using Telerik controls] that would run on Mobile & tables regardless of the OS?
Compared to Desktop, what are the issues that we need to take into considerations.
Thank you in advance!
..Ben
Ben Hayat
Top achievements
Rank 2
 answered on 01 Jun 2011
4 answers
205 views
Hi,

I have a treeview which want to have a background color for it. this treeview has EnableDragAndDrop="True" EnableDragAndDropBetweenNodes="true" attributes.

<telerik:RadTreeView ID="RadTreeView1" runat="server" EnableDragAndDrop="True" OnNodeDrop="RadTreeView1_HandleDrop"
EnableDragAndDropBetweenNodes
="true"  BackColor="White"     >


treeview without BackColor work correctly but when i set BackColor then the Line which show position of Drag And Drop Between Nodes  will be disappear. the Line go to the back of BackColor.

how can i fix this problem???

Thanks
Raha
Raha
Top achievements
Rank 1
 answered on 01 Jun 2011
1 answer
718 views
I have a RadGrid with an EditForm (defined declaratively in an EditFormSettings-FormTemplate).  In that template, I set up a table with one row for each field I'm allowing the user to edit.  One of those rows needs to be selectively disabled server side from code behind.  I'm trying to do that in the ItemDataBound method.  I use the FindControl method on the GridItem passed into that method (parameter

GridItemEventArgs

 

 

e, property Item, if it's a GridEditFormItem).  If I try to find the label or textbox control that I want to disable, I can find them and set their visibility fine.  But if I try giving an Id to the Tr table row tag, or to a div that I wrap around that tag, and try FindControl with the id of those controls, item.FindControl does not find the control.  I want to disable the entire table row, not just the controls in that row.  How can I do that?

Thanks!

 

Vasil
Telerik team
 answered on 01 Jun 2011
1 answer
64 views
Hello,

We have a client that would like to give some users the ability to override stylesheets by changing colors, fonts, etc.  And other users that should not have that ability.

We are being told by our developers that the editor features are either available for all users or none.  Is this correct?

If not, how can we allow different user groups to have different access with regards to the editor?

Thanks.
Rumen
Telerik team
 answered on 01 Jun 2011
3 answers
187 views
So is there official WebParts for Telerik Silverlight controls?

If not, are there samples of wrapping something like the Grid in as a WebPart and binding SPLists?
palak
Top achievements
Rank 1
 answered on 01 Jun 2011
1 answer
60 views
Hello
Using the mastertableview.exportto excel() method. If the grid has a cell that contains certain characters, the export is truncated.

Example: if text inside a cell is

IIF(S_FELIQ<{01/09/2010},15,IIF(S_FELIQ<{01/12/2010},23.05,29.2025))


it gets truncated to

IIF(S_FELIQ


How can I solve this? 

Mira
Telerik team
 answered on 01 Jun 2011
1 answer
177 views

Hi, I'm using radChart for reporting purpose, but setting PlotArea height from code behind seems not working.

e.g

  <telerik:RadChart ID="radChart" AutoLayout="false" runat="server">
    </telerik:RadChart>

...

 radChart.Appearance.Dimensions.Height = Telerik.Charting.Styles.Unit.Pixel(200);
 radChart.Width = System.Web.UI.WebControls.Unit.Pixel(1020);

...

 radChart.PlotArea.Appearance.Dimensions.Height = Telerik.Charting.Styles.Unit.Pixel(150);





...
 radChart.PlotArea.XAxis.AutoScale = false;
 radChart.PlotArea.XAxis.AddItem(axisItem);
 radChart.PlotArea.XAxis.AxisLabel.TextBlock.Text = "Sample";
 radChart.PlotArea.XAxis.Visible = ChartAxisVisibility.True;
 radChart.PlotArea.XAxis.AxisLabel.Visible = true;
 radChart.PlotArea.XAxis.LayoutMode = ChartAxisLayoutMode.Normal;     

 x-axis labels("Sample") are cut off.

Sia
Telerik team
 answered on 01 Jun 2011
3 answers
54 views
Hi.
Im having this setup:

page.aspx
<asp:literal ID="pageName" runat="Server" Text="" />
I fire up dialog.aspx in RadWindow from page.aspx

dialog.aspx
RadTreeView
<asp:Button ID="SelectPageBtn" runat="server" Text="Select page"  />


What i need to achieve is to pass selected RadTreeNode to parent page (page.aspx) into literal control.

Anyone got suggestion for a clean solution ?
Thanks,

/Mattias
Marin Bratanov
Telerik team
 answered on 01 Jun 2011
16 answers
195 views
Hi,

I have  come across one issue in firefox 4.0. I have a page with two telerik rad combo boxes. Based on the value selected on the first combo box, second combo value will be loaded. In this scenario, on selecting the first combo box value, the second combo box is not loading due to ajax problem occured with FF 4.0. It is working fine in IE 7.0 and safari browsers.. But only in new version of FF 4.0 is not working. Its showing error as "dropdownplaceholder is null".

Kindly check with this issue in FF 4.0 and let us know. Appreciated if you give a solution for this.
Simon
Telerik team
 answered on 01 Jun 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?