Telerik Forums
UI for ASP.NET AJAX Forum
5 answers
158 views
Hi Telerik!

In my app I ajaxload everything via jquery. I have my pages in usercontrols wihich I load "virtually" via RenderControl and then send back the html to the browser. This works very well for asp.net-controls but some of your controls have problems with this pattern. Some are displayed incorrectly or not at all and scripts doesn´t seem to work.

I´m  guessing this has to do with "smart" loading of css and javascript. The web resource should just load scripts and css for the controls loaded server side right?

My question is: How can I load the scripts/css I want? Is there any documentation about the different scripts/css inside the assembly? is there something else that I´m missing?

In my source there´s also some javascript injected like: "Sys.Application.add_init(function() { $create....
What is this for? Kind regards
Veli
Telerik team
 answered on 17 Jan 2011
1 answer
131 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
70 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
164 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
155 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
64 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
72 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
97 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
148 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
61 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
Narrow your results
Selected tags
Tags
+? more
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?