Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
106 views
Hi

i am using radcalender. i need to display calender  month view horizontally .
everything is working fine but problem is that its not hiding the OtherMonthsDay name.

<telerik:RadCalendar ID="rcJan" runat="server" SingleViewColumns="31"
    SingleViewRows="1" FocusedDate="2012-01-01" ShowOtherMonthsDays="false">
</telerik:RadCalendar>
Its showing only 24 days from month.
Thanks
Vasil
Telerik team
 answered on 18 Oct 2012
2 answers
71 views
I try:
radChart1.PloatArea.Appearance.Dimensions.AutoSize = false;
radChart1.PloatArea.Appearance.Dimensions.Height = 300;
radChart1.PloatArea.Appearance.Dimensions.Width = 800;

The line: radChart1.PloatArea.Appearance.Dimensions.Height = 300; its work, but the line width no.

How can I do to enlarge(width) my ploatarea? How do I do to align all Chart Area?

Ciro
Top achievements
Rank 2
 answered on 18 Oct 2012
8 answers
213 views
I have a paginated RadGrid populated server-side via NeedDataSource. Pagination is handled via AJAX. When we scroll down the results in the grid, hit the next page button, we want the scroll bar to be reset back to the top of the gird. Currently, it is persisting to its last position.

I've tried both solutions in this post: http://www.telerik.com/community/forums/aspnet-ajax/grid/reset-scrollbar-to-top.aspx

Is there a solution for this? And why doesn't SaveScrollPosition="False" work? We are using version 2011.1.519.35 of Telerik.Web.UI.

Thanks.
Pavlina
Telerik team
 answered on 18 Oct 2012
1 answer
75 views
iOS 6 allows for photos and videos to be uploaded via safari. Everything works well on the AsyncUplod including the server side FileUploaded event. However, when I try to access the InputStream via e.File.InputStream I get a null / file not found exception. I can watch the temporary folder where the file gets uploaded to and no file is ever written there. All of the server side and client side events fire like normal without the file ever being written to the server.

Am I missing something here or is there a bug for safari on the iPad?
Bozhidar
Telerik team
 answered on 18 Oct 2012
3 answers
291 views
Hi,

I set  EnableAsyncUpload="True" for ImageManager, MediaManager..., but cannot find where to set TemporaryFolder for AsyncUpload of the editor. It is using the default ~/App_Data/RadUploadTemp. Is there any way to change it?

Thanks.
Rumen
Telerik team
 answered on 18 Oct 2012
11 answers
180 views
Hi

Im using RadMaskedTextBox for phone input in my project, in that im facing issue like copy/paste is not working with IE browser and its fine Mozilla. Need to add any additional stuff to overcome this? help me to solve this problem.

<telerik:RadMaskedTextBox ID="txtOrgFax" Mask="(###) ###-####" PromptChar=" " runat="server">                                       </telerik:RadMaskedTextBox>

looking for ur response

Regards
Jai.
Vasil
Telerik team
 answered on 18 Oct 2012
0 answers
309 views
With this [2012 Q3] release we have improved the ComboBox by tweaking bits and pieces of the styles, yet those changes may be considered breaking.

Looks

As a part of ongoing effort to unify the looks of the controls, we have changed the looks of the ComboBox to resemble the related RadControls more closely. Namely, the arrow (button) part of the ComboBox looks more button-esque and the input part looks more input-ish.

It should be noted that with the default settings (or with AllowCustomText="false") the entire combo will look like a button even in normal state and not only on hover / focus.

You can check the attached screenshot (combobox-changes.png) of how the ComboBox looks with the Default skin. The top two rows show the combo in enable state and the bottom two rows show it in disabled state.

Initially, not all skins had design for all four interactive states (normal, hover, focused, disabled), so for this release, we have added them all. True, some [states] may not be as visible and prominent as others and you can expect some improvements in that area.

Sprite image

The above is obviously not possible without a change in the sprite and we have a couple of important changes here as well.

1) All four interactive states, both for the input-ish part and button-esque part of the ComboBox are included in that order -- input (normal, hover, focused, disabled), button (normal, hover, pressed, disabled).

2) We have decreased the width of the sprite from 2000px to 1000px. That's perhaps the most breaking change. If someone runs into the trouble of having a wider combo, we'll assist by providing the relevant sprite.

Check the attached image (radFormSprite.png) to see more details about the changes in the sprite configuration.

Note that we plan to use such sprite images as our main sprite image, but we'll see how this will go.

ComboBox dimensions

The ComboBox had some differences with the rest of the inputs in terms of padding. We have fixed that: now the ComboBox input (the surrounding cell actually) has padding on both sides.

Wit some skins the combo had about 1 (one) pixel displacement of the arrow in certain cases. We resolved that issue too, by providing an extra part of the sprite.

Again, you can check the image (combobox-metrics.png) for details about those changes. Note that this image is magnified for times and we have included a reference pixel.

Designer

We tweaked the design time HTML a bit, so the combobox does not stretch to the full 100% of the available space, but rather takes as much as its default width i.e. 160 pixels.

Label elements for checkboxes

When the checkboxes are enabled, there are additional LABEL elements rendered to wrap the checkbox and item text. That allows the users to check / uncheck an item when they click on its text.

When in browser that understand the immediate descendant selector (>) the label will be as wide as combobox dropdown. In the rest of the cases (just IE6) the label is as wide as the text.
Telerik Admin
Top achievements
Rank 1
Iron
 asked on 18 Oct 2012
2 answers
106 views
Hi guys,

We have a website running on server with iss 6.0. The aspx folder contains the right code, within the RadCodeBlock, to change the row to an editable state on a doubleclick. But when running the site off the server, this does not work. We did some testing, and when an alert(); is put after the
$find("<%= gvRole.ClientID %>").get_masterTableView().editItem(editedRow);
it does work. And it takes more than just one doubleclick. Is the alert(); refreshing the ajax panel, or is it doing something else to make it work.

Thanks
Kent
Kent
Top achievements
Rank 1
 answered on 18 Oct 2012
2 answers
108 views
Hi, I am using a parent and child radgrid and have set the expand image to the default (sprite). When you hover over this image in the grid you get a tooltip (or alt text) which says expand. I would like to change this to something more meaningfull. Does anyone know if this can be changed and if so how?

Thanks
Tom
Tom
Top achievements
Rank 1
 answered on 18 Oct 2012
1 answer
51 views
Hi!
i have a radgrid with a double grouping.
i need to retrieve the value of header group and insert it into the footer group.
it's possible?
Eyup
Telerik team
 answered on 18 Oct 2012
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?