Telerik Forums
UI for ASP.NET AJAX Forum
9 answers
213 views
We use RadControls for ASP.NET AJAX version 2011.2.712. And we think the point (.) on the numeric keyboard isn't functioning correctly in MS IE 9 for the RadNumericTextBox.

We use the following markup for the control.

 

<telerik:RadNumericTextBox id="tbVanKm" runat="server" Width="150px" 
    MaxLength="10"  NumberFormat-GroupSeparator=""  
    NumberFormat-DecimalSeparator="." NumberFormat-DecimalDigits="3" 
    Culture="Dutch (Netherlands)">
    <ClientEvents OnError="onError" > </ClientEvents>
</telerik:RadNumericTextBox>
Vasil
Telerik team
 answered on 30 Jan 2012
3 answers
131 views
Can you provide me with a link for a good online visual style builder tutorial?

Thanks,


Steve Holdorf
Bozhidar
Telerik team
 answered on 30 Jan 2012
1 answer
48 views
hi ,

i have 3 level hierarchical grid when load it shows the expand column as a first column but when i click any edit/delete/insert new record at the top level table then the expand column is not appearing  but it working fine at remaing two levels but when  out expand   how can i go for child levels after curd operation on toplevel ,see the image alos

Thanks & Regards,
M.Koteswara Rao.
Radoslav
Telerik team
 answered on 30 Jan 2012
1 answer
89 views
Hi,
   I have a grid that I am creating programmactically. Everything in the grid works fine. In the Column created Event I am setting the
Column.AutoPostback property to true. When I try to fiter on any of the columns I am getting this error

Microsoft JScript runtime error: 'value' is null or not an object

This is happening on all the column filters. Can someone tell me what is causing this since this is making the filtering useless for the grid? Please let me know since this is kind of a vague error from ajax and im having a hard time trying to find the cause and solution around it, your helps appreciated!!
Jayesh Goyani
Top achievements
Rank 2
 answered on 30 Jan 2012
1 answer
109 views
I want to set the "NumberFormat-DecimalDigits" of a RadNumericTextBox at run time when it is created. But I am unable to find in which event i can do so and how.

Please help me out !
Jayesh Goyani
Top achievements
Rank 2
 answered on 30 Jan 2012
1 answer
183 views
Hi There,

ContextMenuItemClick server side event returns e.Node as null all the time. Certainly I am missing something here but not sure what,

The code is as below.

<

 

telerik:RadTreeView      ID="CategoryTree"

 

 

                                        Runat="server"

 

 

                                        Skin="Windows7"

 

 

                                        DataSourceID="SqlDataSource1"

 

 

                                        CheckBoxes="True"

 

 

                                        MultipleSelect="True"

 

 

                                        DataFieldID="CategoryId"

 

 

                                        DataFieldParentID="ParentID"

 

 

                                        DataTextField="CategoryName"

 

 

                                        DataValueField="Category"

 

 

                                        OnNodeDataBound="CategoryTree_OnNodeDataBound"

 

 

                                        OnContextMenuItemClick="CategoryTree_ContextMenuItemClick"

 

 

                                        OnClientContextMenuShowing="onClientContextMenuShowing"

 

 

                                        OnClientContextMenuItemClicking="onClientContextMenuItemClicking"

 

 

                                        TriStateCheckBoxes="False" 
                                        
AllowNodeEditing="True">

 

 

    <ContextMenus>

 

 

        <telerik:RadTreeViewContextMenu ID="MyContextMenu" runat="server" Skin="Windows7" >

 

 

        <Items>

 

 

                <telerik:RadMenuItem runat="server" ImageUrl="~/Images/add.gif" Text="Add new category" Value="New">

 

 

                </telerik:RadMenuItem>

 

 

                <telerik:RadMenuItem runat="server" ImageUrl="~/Images/edit.gif" Text="Edit category" Value="Edit">

 

 

                </telerik:RadMenuItem>

 

 

                <telerik:RadMenuItem runat="server" ImageUrl="~/Images/delete.gif" Text="Delete category" Value="Delete">

 

 

                </telerik:RadMenuItem>

 

 

        </Items>

 

 

        </telerik:RadTreeViewContextMenu>

 

 

    </ContextMenus>

 

 

    <DataBindings>

 

 

        <telerik:RadTreeNodeBinding Expanded="True" ContextMenuID="MyContextMenu"/>

 

 

    </DataBindings>

 

 

</telerik:RadTreeView>

 

 

protected void CategoryTree_ContextMenuItemClick(object sender, RadTreeViewContextMenuEventArgs e)

 

{

 

    if (e.Node != null)

 

    {

 

        //check for menuitem text
    }
    else
    {
        return;
    }
}

e.Node is always null, Could someone please advise me why am I getting e.Node as null everytime inside the ContextMenuItemClick event.

Princy
Top achievements
Rank 2
 answered on 30 Jan 2012
1 answer
87 views

Is there a way I can get the grid to filter my results dynamically as I type into a text box?

Thx.
Shinu
Top achievements
Rank 2
 answered on 30 Jan 2012
3 answers
87 views
Hi,

We want to cutomixe the number of options available on each column header for the filter. For eg we want to hide "Contains"  operator in one of the column of a populated grid.
Please let us  know how to custom select the items in the filter options.

thanks
Bishwajit Pal
Princy
Top achievements
Rank 2
 answered on 30 Jan 2012
1 answer
106 views
Hi,
it's possible to apply nodetemplate only at child nodes?
Example:

parent1 (no template)
------ child1 (with template image)
------ child2 (with template image) 
------ child3 (with template image) 

If yes, can i have an example, please?
Thank's
Princy
Top achievements
Rank 2
 answered on 30 Jan 2012
2 answers
314 views
I've read everything I could find about altering the darkness of the "filter" that is applied behind a modal RadWindow.  I've tried several things based on that research but with no success.  Simply put, what I'm getting is shown in the first attachment but what I'd like to achieve is illustrated in the 2nd attachment (the one wrt 'thickbox').

Here's the CSS styles I've been using:

.modalBackgroundRadWindow {
  filter:Alpha(Opacity=95);          /* IE7 and under */
  -ms-filter: "Alpha(Opacity=95)";   /* IE8 */
    -moz-opacity: 0.95;
    opacity: 0.95;
}

.modalBackgroundThickBox {
    background-color:#000;
    filter:alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
}

What do I need to do with the RadWindow to achieve a darker background filter?

Robert
Robert
Top achievements
Rank 1
 answered on 30 Jan 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?