Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
95 views
 <telerik:RadComboBox ID="RadcboCourse" AllowCustomText="false" EnableTextSelection="false" runat="server" Width="186px" OnSelectedIndexChanged="RadComboBox1_SelectedIndexChanged" />




how to hide cursor inside combobox....

Princy
Top achievements
Rank 2
 answered on 06 Oct 2012
2 answers
69 views
Hi

I got a situation here where I want to add records in radgrid on external button click. Any ideas?? pleas share

Shinu
Top achievements
Rank 2
 answered on 06 Oct 2012
1 answer
392 views
Hello,
I am using a RadComboBox and RadWindowManager. When I select an item from the RadComboBox, I want to call some server functions, but I dont want to reload the entire page. Only the popup window should reload. Is there a way to do this?
Thanks in advance
Princy
Top achievements
Rank 2
 answered on 06 Oct 2012
2 answers
209 views
I have a TreeView like this:

<telerik:RadTreeView ID="TreeView" runat="server" DataTextField="Title" DataFieldID="CategoryID" DataValueField="ContentTypeID" DataFieldParentID="ParentID"></telerik:RadTreeView>

I would like to get the value of CategoryID on client side, so I try to get the attribute of DataFieldID, but can't find a way to.

I have tried:
treeNode.get_attributes().getAttribute("DataFieldID");

but that returns undefined.

This page http://www.telerik.com/help/aspnet-ajax/treeview-client-objects-radtreenode.html shows many attributes that their value can be retrieved with methods, like:
get_navigateUrl();
get_imageUrl();
get_toolTip();
...
but there is nothing for DataFieldID.

I CAN get the value of CategoryID by creating a custom attribute ("CategoryIDCustom" for example), then get by treeNode.get_attributes().getAttribute("CategoryIDCustom");
But I think why do we need to create a custom attribute, while there is ALREADY one for it?

Now, I am living with the way of creating a custom attribute.

Is there a different way to get that? or am I missing something? Please help.
Thank you.
BiBongNet
Top achievements
Rank 2
 answered on 06 Oct 2012
2 answers
81 views

Please show me how to do an insert into a radgrid.  I would like to remove "Edit" and "Delete" button. Only "add a new record" is allowed.
Thanks!



 

  

 

 

 

 

 

 

 

               

 

Princy
Top achievements
Rank 2
 answered on 06 Oct 2012
1 answer
155 views
Row is not selected (background color) when i click on  Hyperlink inside a radGrid row.
pls refer to the sample code how i declared the Hyperlink inside RadGrid Columns.
I'm not using any <EditItemStyle....>

Lets say,
I have 5 rows in a RadGrid with a hyperlink in one column .
>i clicked on Row2 (not on the Hyper link) ...Row2 is Highlighted with default backcolor.
> now if i click on Hyperlink in Row3, the selected Row is still the Row2 with the highlighted backcolor.

So pls help me in fixing this.
...             
<Columns>
            <telerik:GridTemplateColumn AllowFiltering="false" Display="true" UniqueName="Edit" >                    
                        <ItemTemplate>                      
                                    <telerik:RadCodeBlock ID="RadCodeBlock2" runat="server" >                           
                                            <a  href="<%= test %>" >
                                                 <img id="imgEdit" align="middle" style="border:0" alt="" src="edit.gif" />
                                         </a>                          
                                 </telerik:RadCodeBlock>                       
                        </ItemTemplate>                         
                     <HeaderStyle Width="30px" />
                      <ItemStyle HorizontalAlign="Left" />                       
             </telerik:GridTemplateColumn>
     ............
</Columns>
 
Shinu
Top achievements
Rank 2
 answered on 06 Oct 2012
1 answer
61 views
Hi,
See my screen shot.
Work Description i have typed in "testing by ansari" in screen shot.
I want every word starting Letter caps for Ex: "Testing By Ansari"


Thanks,
Ansari
Tamim
Top achievements
Rank 1
 answered on 06 Oct 2012
2 answers
364 views

How to disable highlight on row select when

ClientSettings Selecting-AllowRowSelect="true">

SoniTek
Top achievements
Rank 1
 answered on 06 Oct 2012
0 answers
226 views
Hi,
I have a 3 level tree.

Category a
- Sub Category a1
--sub sub category a11
--sub sub category a12
--sub sub category a13
Category b
- Sub Category b1
--sub sub category b11
--sub sub category b12
--sub sub category b13

I want to expand only the first 2 levels like...
Category a
+Sub Category a1
Category b
+ Sub Category b1

How would I do this?  I am using a database to pull in the values and relationships.

Thanks, Marty

EDIT: I found the solution in the forum

protected void RadTreeView1_NodeDataBound(object sender, RadTreeNodeEventArgs e)
    {
        //root nodes only
        if (e.Node.Level == 0)
        {
            e.Node.Expanded = true;
        }
    }

moegal
Top achievements
Rank 1
 asked on 06 Oct 2012
0 answers
88 views
Never mind.  Should be able to delete own posts.
Samantha
Top achievements
Rank 1
 asked on 05 Oct 2012
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?