Telerik Forums
UI for ASP.NET AJAX Forum
0 answers
151 views
I need assistance with "finding" my RadToolTip Skin.

Nevermind. I figured this out.

I had to include the stylesheet in my file. (Which I don't do for the other RadControls for ASP.net.)

And I had to set: 

EnableEmbeddedSkins =

False

Moon
Top achievements
Rank 2
 asked on 28 Jul 2008
1 answer
167 views
After populating a tree control using an on-demand method and clicking a submit button, the Nodes and CheckedNodes collections are empty.  I am not re-populating the tree control in Page_Load if it is a postback.  A similar post mentioned putting the tree control setup in Page_Init, but I'm assuming the control doesn't yet exist in Page_Init because no data appears when I use this approach.

Basically, in Page_Load() I have some code that reads:

if (IsPostBack)
{
    System.Collections.Generic.IList<RadTreeNode> nodes = TreeView1.CheckedNodes;
    foreach (RadTreeNode node in nodes)
        ...
}

The CheckedNodes collection is always empty.  What am I doing wrong?
Simon
Telerik team
 answered on 28 Jul 2008
7 answers
223 views
Hello,

I'm using radtabstrip navigation and I have two levels of tabs. Level1 is the main tab level and level 2 consists of the sub tab options (child tabs) for the main level (parent tabs).

I'm looking to center align the level 2 sub tab options underneath their level 1 main level parent.

Any assistance is appreciated. I suspect this can be easily done through the CSS.

Thanks.
Peter
Telerik team
 answered on 28 Jul 2008
3 answers
116 views
Hi,

Just updated to the Q2 2008 release and saw a comment about NumberOfHoveredRows as a new feature, but can find nothing about it when I search the docs.

Can you point me in the direction of anything on this, as if it does what I think it might do, I need it...

David Penny
Simon
Telerik team
 answered on 28 Jul 2008
3 answers
148 views
hi,

<
telerik:RadTextBox ID="RadTextBox1_Text" runat="server" Text="Test">
</telerik:RadTextBox>

<telerik:RadToolTip ID="RadToolTip2" runat="server" Skin="Telerik" Position="BottomCenter" Width="100px" Height="100px" TargetControlID="RadTextBox1_Text" IsClientID="true"
Animation="Slide" Text="Textbox"></telerik:RadToolTip>


This is the code i am using..its working fine in asp.net ,but in MOSS its not working..
Even for RadNumericTextBox,RadDateInput also.

Svetlina Anati
Telerik team
 answered on 28 Jul 2008
1 answer
164 views
Hi

We have splitter with 2 panes:

<

telerik:radsplitter SkinsPath="~/RadControls/Splitter/Skins" RadControlsDir="~/Controls" Orientation="Vertical" id="slpTreeAndSearch" LiveResize="false" runat="server" height="100%" width="100%" Skin="Gray" >
<telerik:radpane id="treePane" runat="server" width="50%" Height="100%">
.....
</telerik:radpane>
<telerik:radsplitbar id="splbTreeAndSearch" runat="server" CollapseMode="Backward" EnableResize="true"/>
<telerik:radpane Width="50%" Height="100%" Scrolling="Y" ID="SearchPanel" runat="server">
-------
</
telerik:radpane>
</
telerik:radsplitter>

Pay attention that width of the panes is 50%.

Problem: When the page is loaded, then pane's content gets 50% of pane width and panes width is not 50% of the page width (see picture1). 

And only after  1-2 seconds the splitter is rezised and page looks good (see picture2).

How can we fix the problem?

Thanks,
Olga

Sophy
Telerik team
 answered on 28 Jul 2008
4 answers
259 views
I have a page that presents the user with some info. They make a choice the page logic may respond to this choice by opening a model window.

So far, so good.

Now, the user closes the window, either by using the button I've kindly provided (which, in turn calls GetRadWindow().close()) or by pressing the close window icon in the window title bar.

The window goes away. Note that I didn't say close.

The user makes another choice. This, in my case causes a redirect to another page. However, for a brief moment a window appears. The window is the same size as the window I opened, and thought I'd closed, previously.

So, I though, I'll set the DestroyOnClose property to true. Bad move. This doesn't do what I thought it would. In fact when the user makes a choice a NEW version of the window shows. I know it's a new version as it's a different size and has all the 'behaviours' enabled.

I've checked my code and I'm absolutely sure that I'm not calling the code to show the window the 2nd time (this code exists in just one place and I'm not getting anywhere near it).

FWIW, I'm making the radopen call from my server-side code using something like this ...
RadScriptManager.RegisterStartupScript(this, GetType(), "alerts", sb.ToString(), true);  

Where sb is a StringBuilder.

Can anyone offer any clues?

Dan
Top achievements
Rank 1
 answered on 28 Jul 2008
1 answer
120 views
I have a menu on a VWD Express 2008 Master Page, set to vertical format, using the 'Default' setting for Skin.

<

telerik:RadMenu ID="RadMenu2" runat="server" Flow="Vertical" Font-Bold="False" Font-Names="Arial" BackColor="SteelBlue">

As you can see, I have set a background colour for the menu as SteelBlue.

However, the top menu item is always black.

I would like either one of these two things:

a. Make the first menu item the same color as the others
or, even better,
b. Make the black highlight show on the menu item that links to the current page.

Thanks,
Simon
Peter
Telerik team
 answered on 28 Jul 2008
1 answer
184 views

hi

I am not using SQLdatasource to bind the radgrid. Instead, i used a datatable in the code behind. I have also added a delete command button to the grid. 

<telerik:GridButtonColumn CommandName="Delete"

HeaderText="Delete" Text="Delete" UniqueName="column">

</telerik:GridButtonColumn>

How do I delete an item using a stored procedure? thanks




L
Top achievements
Rank 1
 answered on 28 Jul 2008
5 answers
152 views
Hi,
when I save the javascript in the RadEditor, it changes it from

<script type="text/javascript">
document.write('<script src="aa.js" type="text/javascript"></script>');
</script>

to

<script type="text/javascript">
document.write('
<script src="aa.js" type="text/javascript"></script>
');

It brakes my page. How I can disable ANY format changes in the RadEditor.

Thank you
Rumen
Telerik team
 answered on 28 Jul 2008
Narrow your results
Selected tags
Tags
+? more
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?