Telerik Forums
UI for ASP.NET AJAX Forum
8 answers
206 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
67 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
275 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
172 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
303 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
103 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
106 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
45 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
4 answers
595 views
I am using version 2012.2.912.40 of the ASP.Net product. I want to conditionally hide the Add New Record button. The condition is based on the row count. I am currently using the grid DataBound event to do this. It works whenever I insert or delete a row, but not on the initial load of the grid. The event is firing and the code to hide the button is executed, but it does not happen. Is there some action that is occurring later in the life cycle during the initial load that would cause the default setting to be used?
Ed
Top achievements
Rank 1
 answered on 18 Oct 2012
3 answers
70 views
Hi all,
I have a RadGrid with ClientSettings AllowKeyboardNavigation="true" and KeyboardNavigationSettings AllowSubmitOnEnter="true" and a RadComboBox in a GridTemplateColumn.
When the record is in edit-mode, and the ComboBox has the focus, and when the user clicks the ESC key, the RadComboBox closes, as by desgin. But if the ComboBox is already closed, I expect the RadGrid, to cancel the current grid record's edit-mode, but nothing happens (I guess the Esc again only triggers the ComboBox to close)
How can I, in this scenario, still close the radgrid's selected record?
Regards
Frank
Eyup
Telerik team
 answered on 18 Oct 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?