Telerik Forums
UI for ASP.NET AJAX Forum
16 answers
819 views

I'm a little green with Web Development, and after many hours of forum searches, reading documentation and trial and error-ing, I’m cooked…

I'm trying to build a UI that pretty much resembles a WinForm type solution. I've pulled out the pertinent pieces to illustrate my problem. The page starts with the VS master page project, but has been modified to “stick” to all sides and bottom and NOT showing any scroll bars when resizing. It contains a RadSplitter with two RadPane controls. Each contains a RadGrid. The RadGrid has paging enabled and uses UseStaticHeaders so that the paging footer stays stuck to the bottom of the RadPane. You can move the RadSplitBar and both RadGrids stay stuck to the RadPane and resize perfectly.
It all works just great, BUT


(1)
Once you resize a column, the right grid side becomes unstuck. Any resizing of the RadSplitBar no longer resizes the affected grid. When expanding the pane, white space shows up.

(2) This behavior is the same on IE9, Chrome and FireFox. BUT, an additional problem shows up on IE9. In my standard state all Wrap properties are set to false. Resizing a column causes the grid to lose this no Wrap ability. Cell text start wrapping. It also causes the paging footer to slip below the bottom pane edge.


I was going to upload my project, but zip file format isn't acceptable????

Thanks for your help.

 

nazeer
Top achievements
Rank 1
 answered on 07 Jan 2013
7 answers
127 views
I have set up the resources for my scheduler like in this example: http://www.telerik.com/help/aspnet-ajax/scheduler-using-datasource-property.html. I have the scheduler to group by the Room resource.

I have then created a custom filter where the user can select a subset of resources (rooms). When the user change the filter, I alter the Rooms property to hold the selected rooms and call RadScheduler.Rebind(). This does, however, not change anything. All resources are still displayed in the calendar. Am I using the correct approach?
Plamen
Telerik team
 answered on 07 Jan 2013
1 answer
80 views
Is there a backend way of checking the 'Appointments' table to see if certain events/appointment recurrence have happened?

Example - User saves a recurring event for every Monday @ 11am - but the event is for a report to be emailed to them - how do I programmatically check the Appointments table - polling every X minutes, to see if recurring events have 'triggered' ?

Thanks,

Jason
Plamen
Telerik team
 answered on 07 Jan 2013
1 answer
186 views
Hello Sir,
I am a Student. I am Trying The Telerik RadGrid control  In My College Project.
I am RadGrid Bind The Button Click.RadGrid PageSize=4 And My Record is 100 Then I Am Click the RadGrid  Paging But Grid Hide And Not go To Next Record.

Please Solve This Problem
Thanku
Princy
Top achievements
Rank 2
 answered on 07 Jan 2013
4 answers
131 views
Hi, I was testing the RadFormDecorator in different web browsers and noticed some differences, especially with the scrollbars in RadComboBoxes and RadSplitters. Im using Q3 2012 with WebBlue skin.

<telerik:RadFormDecorator ID="QsfFromDecorator" runat="server" Skin="WebBlue" DecoratedControls="All" EnableRoundedCorners="false"  />

In IE8 and IE9, the scrollers are like I want. Decorated with a darkish blue (ie8.png).

In Chrome (23.0.1271.97 m) and Safari 5.1.7 (PC), scrollers are decorated but differently. The filling color is alot lighter and is more grey than blue (chrome-safari.png). The color actually makes it hard to see when using grey background

In FF (17.0.1) and Opera 12.11, scrollers are not decorated at all. Ive read somewhere that FF wont allow scroll decoration and probably it's the same for Opera.

What's bugging the most is the style difference when decoration is allowed. Is this normal and is there a CSS workaround for Chrome/Safari to make it look like the ones in IE?

TIA


Martin
Martin Roussel
Top achievements
Rank 1
 answered on 07 Jan 2013
1 answer
121 views
Hi,

I have a word document, It is a template file with mail merge fields that need to be replaced by RadGrid control.

Having searched your forums, I believe it is not possible to insert a rad grid control into an existing word file.

Can you please guide me how can I achieve this. The only way I see it is getting the HTML out from RadGrid and then inserting that HTML into the word document.  Can you please link me to an example where it shows how can I convert or extract the HTML from a RadGrid. Also what happens if the data in the grid is grouped ? and is it possible to turn of paging before getting the html ?

Thanks
Kam
Kaushal
Top achievements
Rank 2
 answered on 07 Jan 2013
1 answer
438 views

.cs
                RadioButton Maincon6 = (RadioButton)e.Item.FindControl("Maincon6");
                RadioButton Maincon8 = (RadioButton)e.Item.FindControl("Maincon8");
 
InvFinalamount.Attributes.Add("onblur", string.Format("CalculationAmount('{0}','{1}','{2}','{3}','{4}','{5}','{6}','{7}');", InvFinalamount.ClientID, DedValue.ClientID, DedInvoiceMinus.ClientID, GetValueSev.ClientID, GstInvoice.ClientID, InvoiceType.ClientID, Maincon6.ClientID, Maincon8.ClientID));

how to get the asp:radio button checked into javascript

.aspx

thanks advance,
Mohamed.
Shinu
Top achievements
Rank 2
 answered on 07 Jan 2013
2 answers
96 views
I'm using RadAjaxManagerProxy in UserControls (.ascx) and a RadAjaxManager in Page (.aspx). It's working, but when I try refresh two user controls at same time the first POST request is canceled.
al santsu
Top achievements
Rank 1
 answered on 07 Jan 2013
1 answer
80 views
Hello,

I'm trying to use RadAsyncUpload control. What I need to do is that after a file has been uploaded or dragged, if the user wants to view the file uploaded, he should be able to click the name of the file and view it. Currently, I don't think this is possible or I don't know how to handle it. Is there any way to make the name of the file a link after the file has been uploaded so that the user can view it when clicked.

Thanks,

 

Plamen
Telerik team
 answered on 07 Jan 2013
1 answer
51 views
Hi,

I have a RadComboxBox which uses an object data source to get the data (about 2500 items). When I expand the dropdown in IE 8 it takes about 9 seconds to render the items. I tried the same thing in Chrome and it just works fine.

Any advice on how I can improve the performance in IE 8.

Thanks,
Dhiren 
Princy
Top achievements
Rank 2
 answered on 07 Jan 2013
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
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?