Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
175 views
Hi,

I have a GridnumericColumn in my grid with the following definition:

 

 

<telerik:GridNumericColumn FilterListOptions="VaryByDataType" FilterControlWidth="20px" AllowRounding="false" KeepNotRoundedValue="true"

 

 

 

DataField="Menge" DataType="System.Double" DataFormatString="{0:F2}" HeaderText="Menge" SortExpression="Menge"

 

 

 

UniqueName="Menge">

 

 

 

<HeaderStyle Width="70px" />

 

 

 

</telerik:GridNumericColumn>

Grid editmode is InPlace.

It works fine, when not in edit mode. However when in editmode, the value is shown without decimals - rounded - when the the GridNumericColumn does not have the focus.
When the GridNumericColumn, still in edit mode, gets the focus, the correct double value with decimals is displayed.

Any other property to set?


Thanks

Andreas

 

Daniel
Telerik team
 answered on 28 Aug 2009
2 answers
92 views
Hi:

At this moment I am using an splitter control. But sometimes when I start my app the splitter is not fullfilling the screen or it isnot showing, so I need to presss several times F5 to get my splitter expanded or showed.

Can you please share a way to parametrize the splitter so I can get everytime an expanded(or not hidden) splitter when I start my app?

Thanks in advance.
Svetlina Anati
Telerik team
 answered on 28 Aug 2009
1 answer
166 views
Hi,
I have a masterpage which loads the following ascx. Within this ascx I have an action on a RadTreeNode that when clicked loads another ascx control into the RadAjaxPanel.
<telerik:RadAjaxManager ID="RadAjaxManager1" runat="server">  
    <AjaxSettings> 
        <telerik:AjaxSetting AjaxControlID="RadTreeView1">  
            <UpdatedControls>                  
                <telerik:AjaxUpdatedControl ControlID="PnlSiteContent" /> 
                <telerik:AjaxUpdatedControl ControlID="LitMsg" /> 
            </UpdatedControls> 
        </telerik:AjaxSetting> 
        <telerik:AjaxSetting AjaxControlID="PnlSiteContent">  
            <UpdatedControls> 
                <telerik:AjaxUpdatedControl ControlID="PnlSiteContent" /> 
            </UpdatedControls> 
        </telerik:AjaxSetting>          
    </AjaxSettings> 
</telerik:RadAjaxManager> 
<div style="float: left">  
    <div style="float: left; border: solid 1px #ccc; padding-right:10px;">  
        <telerik:RadTreeView ID="RadTreeView1" runat="server" OnNodeClick="RadTreeView1_NodeClick">      
</telerik:RadTreeView> 
    </div> 
    <div style="float: left; border: solid 0px #ccc; width:700px; padding-left:10px;">  
        <asp:Literal ID="LitMsg" runat="server"></asp:Literal> 
        <telerik:RadAjaxPanel ID="PnlSiteContent" runat="server">  
        </telerik:RadAjaxPanel> 
    </div> 
</div> 
protected void RadTreeView1_NodeClick(object sender, RadTreeNodeEventArgs e)  
        {  
            LitMsg.Text = e.Node.Value;  
            Control cTest = LoadControl("CMTest.ascx");  
            PnlSiteContent.Controls.Add(cTest);  
        } 

Clicking on the tree node loads the "CMTest.ascx" (source below) into the panel fine. I have a button on my CMTest.ascx, when pressed, the ascx disappears from the RadAjaxPanel
<h1> 
<asp:Literal ID="LitMsg" runat="server"></asp:Literal> 
</h1> 
<asp:TextBox ID="Tb" runat="server"></asp:TextBox><asp:Button ID="Btn" runat="server" Text="Click" OnClick="Btn_Click" /> 
protected void Btn_Click(object sender, EventArgs e)  
        {  
            LitMsg.Text = "You entered: " + Tb.Text;  
        } 

Can anyone see what I'm doing wrong?

Many thanks!
Iana Tsolova
Telerik team
 answered on 28 Aug 2009
1 answer
133 views
Hi
I have 3 combobox and 2 textbox.
on valuechned client event of textbox i am clearing the cobmobx1 and disabling it.
and comboox1 have autopostback true.
now when i am  changing the index of the second combobox then the event of first combox fires and then the second.
please suggest me the way so that on the required event get fires.
Vesko
Top achievements
Rank 2
 answered on 28 Aug 2009
1 answer
94 views
Hello,

The text of the selected item in the radcombobox appears fuzzy in IE 8. Has anyone else had this problem or found a solution or setting to make the text clear as in a radtextbox? I'm using the default values for the skin and styles in the combbox.

I saw a post somewhere that suggested the "fix" was to turn off ClearType in the browser settings. That's not really a great option for an Internet site.

Thanks,

Ken
Alex Gyoshev
Telerik team
 answered on 28 Aug 2009
5 answers
93 views
The customized ToolBar (with custom sprite and CssClass) works on FireFox, but doesnt work on IE (tested on 6 & 8).

Any suggestions how to fix this?

FireFox
InternetExplorer

Funny thing is, I have another ToolBar on another page that uses the exact same .css file, only different sprite.gif, and it works on IE. So I'm at loss.
Syazwan Ahmad
Top achievements
Rank 1
 answered on 28 Aug 2009
1 answer
98 views
Hi All,

I'm following Atanas' blog entry on ASP.NET MVC - Passing JSON to controller actions and populating controls on demand which is extremely useful.

Is there any way to populate the first tier of nodes from this action on client load?  Atanas' example has the first node added at design time which is something I'd like to avoid if possible

Many thanks,
Nick

Veselin Vasilev
Telerik team
 answered on 28 Aug 2009
4 answers
182 views
Good morning,

I search a Button that it can display Text and Image
as normal Windows Form Button.

Exist this "button" or "RadButton" in Q1 2009 ?
Daniel
Telerik team
 answered on 28 Aug 2009
1 answer
109 views
Hi,

I have a RadDock with 3 custom commands, all with different events, I have a feeling that my users will be confused by which button is for which command or that type of thing, they all look similar because they are custom commands,
how do I change the image of my custom command button?
Martin
Telerik team
 answered on 28 Aug 2009
1 answer
164 views
Enter a script block in an editor, and try to get the text of the editor, the script tags of the script block are stripped, but the codes in the tags are still there. Does someone know how to remove the whole block? Thanks.
Lini
Telerik team
 answered on 28 Aug 2009
Narrow your results
Selected tags
Tags
+? more
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?