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

I wonder if there is a easy possibility to show downloadable files as a clickable link, to directly download a file instead of right click -> open.
Probably an additional column with a link or a download image would also be a possibility.

How could it be done?

Thanks, Tobias
Rumen
Telerik team
 answered on 17 Jan 2011
1 answer
55 views
Hi,

I am a newbee to Telerik. I have downloaded the trial and testing it out with plans to purchase in the near future. I was looking for a control, which I could use as roundcornered contentbox, in which I could nest other controls such as textboxes, gridview etc. I couldn't find such a control in the vast array of the Telerik controls. If there is one, please let me know and also how to use it.

Thanks
Sebastian
Telerik team
 answered on 17 Jan 2011
4 answers
133 views
Hi,

since I'vw updated to the current version 2010.3.1304.35 I have a strange behaviour. Please see attached screenshot. I'm using for my calendars my own created skins.

Can anybody help? Thanks in advance

Thomas
Tommy
Top achievements
Rank 1
 answered on 17 Jan 2011
1 answer
142 views
I have a RadGrid nested in another RadGrid.

In the nested RadGrid I have enabled Allow Automatic Updates and Deletes.   However I want to disable or set the value of these buttons to be invisible if a value in my SQL database = 1.  This field is in the NestedGrid - although set to visible = false.

How would y'all go about hiding the buttons?  Do I need to remove the Automatic Updates / Deletes and add custom buttons?
Princy
Top achievements
Rank 2
 answered on 17 Jan 2011
1 answer
53 views
I don't have a key between the master and detail tables . How can I load the detail tables at runtime from a datatable instead of having the relationship between master and detail tables. 

Raja
Princy
Top achievements
Rank 2
 answered on 17 Jan 2011
1 answer
53 views
Hi,

In my dynamic radgrid i create one template column with html image control. But in row data bound i can't find that control.

it come as null. Based on data i want to give image path on that.

any idea? Please help me ASAP.


Thanks
Vignesh
Shinu
Top achievements
Rank 2
 answered on 17 Jan 2011
1 answer
80 views
hi
i have 3 templatefield

 <telerik:GridTemplateColumn HeaderText="????">
                    <ItemTemplate>
                    <asp:Label ID="lblPrice" runat="server" Text='<%# CDS.Savin.WebUI.Generals.General.numberToMoney(Eval("Price").ToString()) %>' ></asp:Label>
                    </ItemTemplate>
                    </telerik:GridTemplateColumn>
                     <telerik:GridTemplateColumn HeaderText="?????">
                    <ItemTemplate>
                    <asp:TextBox runat="server" ID="txtDiscount" OnKeyUp="keyupHandler1();" ></asp:TextBox>
                    </ItemTemplate>
                    </telerik:GridTemplateColumn>
                       <telerik:GridTemplateColumn HeaderText="???? ??" >
                    <ItemTemplate>
                    <asp:Label runat="server" ID="lblTotalPrice"></asp:Label>
                    </ItemTemplate>
                    </telerik:GridTemplateColumn>
when user type number in to "txtDiscount " i want :lblTotalPrice.Text=lblPrice.text-txtDiscount.Text
please help to me
thanks
Shinu
Top achievements
Rank 2
 answered on 17 Jan 2011
0 answers
127 views
i am using treeview and gets parent id from database..if i will drop node to another parent it should change its parent id in database also..Plz share your views..
SqllConnection con = new SqlConnection("Server=HUZAIF-PC;Database=ShoppingOnline;Integrated Security=True");
        SqlCommand cmd = new SqlCommand("SELECT * FROM product_table",con);
        SqlDataAdapter da = new SqlDataAdapter(cmd);
       // da.SelectCommand.Parameters.Add("@parentID", SqlDbType.VarChar, 50).Value = parentID;
        DataTable links = new DataTable();
        da.Fill(links);
        treeView.DataTextField = "product_Name";
        treeView.DataFieldID = "product_ID";
        treeView.DataFieldParentID = "parent_ID";
        treeView.DataValueField  = "product_ID";
        treeView.DataSource = links;
        treeView.DataBind()
umar
Top achievements
Rank 1
 asked on 17 Jan 2011
1 answer
54 views
I am trying to conditionally edit a parent row in a hierarchy grid. How do I access just the row of the parent or master table?

It would be nice if the GridDataItem had a IsParent.

Thanks.
Princy
Top achievements
Rank 2
 answered on 17 Jan 2011
1 answer
78 views
Sorry if this is too basic a question, just got started.

I was trying grouping in RadGrid, all went fine except in the group header, it always shows FieldNameOrAlias : FieldValue.  I just want the Value in the group header, not prefixed with Name:  So instead of

My Country: Argentina; My Items: 3; Group Total : $8,119.10

I want something like

Argentina       3               $8,119.10

Can this be done, declaratively or programmatically, without looping through OnItemDataBound?  Thanks.
Princy
Top achievements
Rank 2
 answered on 17 Jan 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?