Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
120 views
When using skins in ASP.NET AJAX controls for a project I'm working on, I have been asked to enable behaviour for skin customisation. From reading the documentation I figure that I have to set EnableEmbeddedSkins to False in order to use customised skins. Unfortunately this means I can't also allow users to just call "Office2010Black" for a skin name to access one of the embedded skins.

So first of all, am I wrong about how the skins work? Is there a way I can use both embedded and custom skins together (for example, but pulling out all the embedded skins and referencing the skin by path)?
Vessy
Telerik team
 answered on 09 Jul 2014
1 answer
95 views
I found the following BatchEdit behavour inconvenient (see your demo)
1. change to edit Row
2. click to edit any row, go to edit a product name textbox
3. press enter and you see a popup asking to delete this row

I think it's an unexpected logic with bad user experience.
Angel Petrov
Telerik team
 answered on 09 Jul 2014
1 answer
165 views
Hello,
We're taking advantage of both the standard (day/week/month) and agenda view of the Scheduler for showing an Appointment data set. In standard view we take advantage of resource grouping and use order to organize the columns according to our desired display order. In our data we always want "Program" (blue) to be first. In agenda view however, the order of the resources displayed across a similar time span does not seem to adhere to any particular order. In the attached screen grab the "Program" (blue) resource comes up first at 1am but then comes up second at 1:30am. Is there any way to use the resource order from grouping in the agenda view?
Thanks.
Boyan Dimitrov
Telerik team
 answered on 09 Jul 2014
9 answers
90 views
Filter menus are not displayed in place by the filter button in IE (10-7), if the width of the RadGrid is greater than the screen width. I know, poor design on my part.

The filter menus now seem to be displayed somewhere to the left if the user has scrolled horizontally before selecting a column to filter. The newest release's notes from Telerik do not seem to address this issue.
<telerik:RadScriptManager ID="RadScriptManager" runat="server"></telerik:RadScriptManager>
<telerik:RadGrid ID="test" runat="server" AllowFilteringByColumn="true">
<MasterTableView AutoGenerateColumns="true">
</MasterTableView>
</telerik:RadGrid>


Protected Sub test_NeedDataSource(ByVal sender As Object, ByVal e As Telerik.Web.UI.GridNeedDataSourceEventArgs) Handles test.NeedDataSource
 
test.DataSource = Me.TableOfData
 
End Sub
Zachary
Top achievements
Rank 1
 answered on 09 Jul 2014
1 answer
151 views
I have forums link below,i request you to please delete the attached files that are associated with this link.

1)http://www.telerik.com/forums/radasyncupload-file-filter

2)http://www.telerik.com/forums/having-issue-with-supported-files

3)http://www.telerik.com/forums/radgrid-loses-the-focus-when-press-tab-on-filter-in-ie8

4)http://www.telerik.com/forums/radgrid-search-functionality
Marin Bratanov
Telerik team
 answered on 09 Jul 2014
2 answers
157 views
How I can select a folder?

rewards
Gustavo
Top achievements
Rank 1
 answered on 09 Jul 2014
7 answers
318 views
Hi,

I have bind Radmenu using SqlDataSource but  I could not edit menu of the visual part.
How do I adjust the arrow with css if you could help?

King Regards
Esra
Esra
Top achievements
Rank 1
 answered on 09 Jul 2014
2 answers
119 views
Is it possible to allow multi selection of cells on a RadGrid on a mobile browser? - in testing the sample code for multi selection we have found it does not work correctly on a mobile browser, and in fact either only ever selects 1 cell or seems to select a random selection of cells.

Thanks

Mark
Pavlina
Telerik team
 answered on 09 Jul 2014
10 answers
341 views
I'm trying to have a user be able to hover over the week and it select the week instead of selecting the day.   I'm trying to do this without the UseRowHeadersAsSelectors.  Then take the selected week range for the SelectedWeek. 

I saw this post but it's over 3 years old and it is WinForms so is there a work around for asp.net ajax?

http://www.telerik.com/community/forums/winforms/calendar-and-datetimepicker/row-selection-only.aspx

Thanks in advance
Sonia
Top achievements
Rank 1
 answered on 09 Jul 2014
2 answers
160 views
Hi i am using this code  
it is working fine if i set MaxDate or MinDate time as 9:00,5:00,(One hour Difference)
It doesn't work if i set Max time or MinTime in minutes  (9:45) (Manual Entry )

                   var maxDate = new Date(reqJobDate[0].EstEndDate);
                    var minDate = new Date(reqJobDate[0].StartDate);
                    
                    rdpWOItemStartDate.set_maxDate(new Date(maxDate.getTime()));
                    rdpWOItemStartDate.set_minDate(new Date(minDate.getTime()));
                    rdpWOItemEndDate.set_maxDate(new Date(maxDate.getTime()));
                    rdpWOItemEndDate.set_minDate(new Date(minDate.getTime()));
                    rdpWOItemStartDate.set_selectedDate(new Date(rdpWOItemStartDate.get_minDate()));
                    rdpWOItemEndDate.set_selectedDate(new Date(rdpWOItemEndDate.get_maxDate()));
Phanindra
Top achievements
Rank 1
 answered on 09 Jul 2014
Narrow your results
Selected tags
Tags
+? more
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?