Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
86 views
The modal pop up Telerik has works great, but the aesthetic effects are pretty limited.  It opens, it closes.  Do you have any modifications/code which would provide a smoother opening?  Something like this link below, which uses jQuery to make the pop up sort of fade in and fade out?

http://dinbror.dk/blog/bPopup/

My system uses these pop ups all over the place and any way to make them less harsh on the user and more aesthetically pleasing is much appreciated. 

Thanks,

Oliver
Shinu
Top achievements
Rank 2
 answered on 17 Jan 2011
1 answer
84 views
Hi, Does anyone have a sample of a grid that is created in code behind and maintains view state when sort or filter operations take place?

In looking at this post   http://www.telerik.com/help/aspnet/grid/grdprogrammaticcreation.html it states 'No ViewState is required for grid structure to be persisted as it is recreated on each page initialization. ' However when we create a grid that allows filtering, paging, sorting etc. in code behind and add it to a place holder and then try to sort or filter, we lose the grid. The grid is being created every time in post back (no isPostBack test takes place).

If there is a sample of how to accomplish this that would be great. Thanks.
Pavlina
Telerik team
 answered on 17 Jan 2011
5 answers
149 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
123 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
59 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
154 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
149 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
58 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
65 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
91 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
Narrow your results
Selected tags
Tags
+? more
Top users last month
Bohdan
Top achievements
Rank 3
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Elliot
Top achievements
Rank 1
Iron
Iron
Iron
Sunil
Top achievements
Rank 1
Cynthia
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Bohdan
Top achievements
Rank 3
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Elliot
Top achievements
Rank 1
Iron
Iron
Iron
Sunil
Top achievements
Rank 1
Cynthia
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?