Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
120 views
Hello

List radcombobox, not aligned with the control in a radpane?, but if I open the page directly in the browser list is aligned correctly it can be very minimal but the error is noticed.

this is the code that mostrate into rad_pane. it's a aspx page.

and the contenturl it's the location of aspx. page.


<%

@ Page Language="vb" AutoEventWireup="false" CodeBehind="prb1.aspx.vb" Inherits="ServisistemasAra.FoxisWeb.Web.prb1" %>

 

<!

 

DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

 

<

 

html xmlns="http://www.w3.org/1999/xhtml" >

 

<

 

head runat="server">

 

 

<title></title>

 

</

 

head>

 

<

 

body style="padding:5px;">

 

 

<form id="form1" runat="server">

 

 

<div>

 

 

<telerik:RadScriptManager ID="RadScriptManager1" runat="server">

 

 

</telerik:RadScriptManager>

 

 

<telerik:RadComboBox ID="CboA¤o" Runat="server" Skin="Vista" Width="90px"

 

 

meta:resourcekey="RadComboBox2Resource1">

 

 

<Items>

 

 

<telerik:RadComboBoxItem runat="server" Text="1"

 

 

Value="1" />

 

 

<telerik:RadComboBoxItem runat="server" Text="2"

 

 

Value="2" />

 

 

<telerik:RadComboBoxItem runat="server" Text="3"

 

 

Value="3" />

 

 

<telerik:RadComboBoxItem runat="server" Text="4"

 

 

Value="4" />

 

 

<telerik:RadComboBoxItem runat="server" Text="5"

 

 

Value="5" />

 

 

<telerik:RadComboBoxItem runat="server" Text="6"

 

 

Value="6" />

 

 

<telerik:RadComboBoxItem runat="server" Text="7"

 

 

Value="7" />

 

 

<telerik:RadComboBoxItem runat="server" Text="8"

 

 

Value="8" />

 

 

<telerik:RadComboBoxItem runat="server" Text="9"

 

 

Value="9" />

 

 

</Items>

 

 

<CollapseAnimation Type="OutQuint" Duration="200"></CollapseAnimation>

 

 

</telerik:RadComboBox>

 

 

</div>

 

 

</form>

 

</

 

body>

 

</

 

html>

Excuseme by the english

Alex

 

Helen
Telerik team
 answered on 25 Feb 2009
1 answer
125 views

 

Today we installed the latest build of RadControls for ASP.NET AJAX 2008.31105 and came across an issue with the Editor’s tool images in IE 7.0.  The images appear to be very fuzzy or stretched. The odd thing about this issue is it’s completely random which image has the problem. For example if there are four tool images only one might be fuzzy or sometimes two of four or they are all look good.  We have tried deleting temporary internet files and changing the temporary internet files setting with no luck. Any ideas what might be causing it?

 

We have also tested it in Firefox 3.0.6 without a problem. The images are fine.

<telerik:RadEditor ID="rerToolTip" runat="server" EditModes="Design" Height="120px" Width="400px" ToolbarMode="Default">  
  <Tools> 
    <telerik:EditorToolGroup> 
       <telerik:EditorTool Name="AjaxSpellCheck" /> 
    </telerik:EditorToolGroup> 
  </Tools> 
</telerik:RadEditor> 
Tervel
Telerik team
 answered on 25 Feb 2009
1 answer
118 views
I cannot paste from clipboard by pressing ctrl+v or right-clicking (no right-click menu already) to radtextbox if i set the textmode to multiline.

How can i solve this?

Thanks...
Daniel
Telerik team
 answered on 25 Feb 2009
1 answer
59 views
Hi,
I am setting the node.set_selected(true); but I am finding that although the node is selected, the treeview keyboard navigation is lost. I have to click on it again to get it working. This is not convenient when you navigate to a node press f2 to rename and then find you have to use the mouse again.

Can you please tell me how to solve this. Thanks

Atanas Korchev
Telerik team
 answered on 25 Feb 2009
1 answer
130 views
Hi,

I' m use RadPanel and for each child I have a page, but on my main page I have some icons, my question is: for each page that I access, it automatically open as RadPanel that their child?

Best Regards.
Ernandes
Top achievements
Rank 1
 answered on 25 Feb 2009
2 answers
199 views
Hi, 
                                I have two rad grid (Grid A, Grid B) controls in my .aspx page inherited from Microsoft.Practices.CompositeWeb.Web.UI.Page class. The datasource for GridA is assigned in the .aspx.cs file using gridA.DataSource property assigned with a DataTable for it, its data is getting displayed when the page gets initialized.

                                But the data for GridB need be updated with a DataSource (which gets created based on the GridA's row selection). When I assign the DataSource for GridB, its not getting updated and nothing is displayed on it.

Here is the related code snippets from my page!

.ASPX.CS:

radGridClientDetails_ItemCommand
{
// GridA is ItemCommand event, the event is getting fired properly and I am able to debug all the code blocks
if(e.CommandName == "RowClick")

{

// Gets the selected clientDbId from GridA's selected row
selectedClientDbId =

 

Convert.ToInt32(this.radGridClientDetails.SelectedValue.ToString());

  

 // Generates the new datasource based on the dbId
_generateOutputDataFinderService.GetReportSpecDetails(clientDatabaseID);
// Assigining it to the GridB datasource
this.radGridReportDetails.DataSource = value;
}

 

}

.ASPX:  

<

asp:Content>
<

telerik:RadAjaxPanel>
<telerik:radgrid id="radGridA">
</telerik:radgrid>
</
telerik:RadAjaxPanel

<telerik:RadAjaxPanel>
<telerik:radgrid id="radGridB">
</telerik:radgrid>
</
telerik:RadAjaxPanel>
-- No <asp:ObjectDataSource> 

</

asp:Content> 

 

Please let me know where I am missing something in order to show the data in the GridB radGrid... Thanks a lot for your support..

Thanks,
Selva

 

 

 

 

 

 

Selvakumar Palanisamy
Top achievements
Rank 1
 answered on 25 Feb 2009
3 answers
193 views
Hi,

How can I alter the behaviour of the treeview so that when double clicked instead of renaming, the node would expand? And therefore to rename, you would need to click twice rather than double-click.

It does not seem intuitive and is contrary to the way the Windows folders behave.

Atanas Korchev
Telerik team
 answered on 25 Feb 2009
1 answer
325 views
I have a hierarchical grid with server-side detail loading. I notice when the detail grid is expanded or collpased, the grid causes an ajax update, or postback (dependingon if it is ajaxified). I'm not sure why it would do this for collapse, but this behavior is ok. What I would like to do is "refresh" the data in the detail table by collapsing and re-expanding it server-side, like in response to a button click. First off, is there a propoerty that gets a reference tothe current;y expanded row? If not, I imagine I can store a value during the DetailTableDataBind event. Secondly, are there methods which would allow me to collapse and re-expand the selected detail? One other option is to reload the grid data alltogether and then simply "expand" the previously selected detail. This would still require some sort of server-side expand method

If all of this is not possible, or even if it is, can someone recommend a better way to "Refresh" the detail table in response to a button click.
Princy
Top achievements
Rank 2
 answered on 25 Feb 2009
2 answers
121 views
Hi,

I am having a small problem using the PagerTemplate. Everything is currently working fine, except for when I go to the last page, I can hit next again and it goes back to the first page, then it won't go further.

The code for the pagertemplate is as follows:

<PagerTemplate> 
    <div style="float: right"
        <asp:ImageButton ID="ibtnFirst" runat="server" CommandName="Page" ImageUrl="~/images/first.gif" CommandArgument="First" CssClass="FirstPage" /> 
        <asp:ImageButton ID="ibtnPrev" runat="server" CommandName="Page" ImageUrl="~/images/prev.gif" CommandArgument="Prev" CssClass="PrevPage" /> 
        <asp:ImageButton ID="ibtnNext" runat="server" CommandName="Page" ImageUrl="~/images/next.gif" CommandArgument="Next" CssClass="NextPage" /> 
        <asp:ImageButton ID="ibtnLast" runat="server" CommandName="Page" ImageUrl="~/images/last.gif" CommandArgument="Last" CssClass="LastPage" /> 
    </div> 
</PagerTemplate> 

Between the Last page, and the "First page after last" the currentpageindex doesn't change.

Tsvetoslav
Telerik team
 answered on 25 Feb 2009
1 answer
69 views
Hi,

When I add several menu items to my context menu, although hovering over the first item causes the entire 'row' to be highlighted, the other options are only highlighted as far as the width of text instead of to the border of the menu.

Please let me know how I can achieve this.
Shinu
Top achievements
Rank 2
 answered on 25 Feb 2009
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?