Telerik Forums
UI for ASP.NET AJAX Forum
5 answers
186 views
Is there any way to hide the Filter Text box in a GridDateTimeColumn and only display the Calendar Icon and Filter Icon?

Thanks,
Mark
Mark
Top achievements
Rank 1
 answered on 10 Dec 2013
1 answer
41 views
when you have an item selected and drag it somewhere can you ensure it is still highlighted when the page refreshes- at present a random other item is highlighted when you finish dragging..(seems to be the one in the previous dragged item place, so I think it's keep highlighting the item with the same index).

if I move item within the same level (parentId not change) then I can use following code to highlight the correct item:
Dim desItem As TreeListDataItem = TryCast(e.DestinationDataItem, TreeListDataItem)
desItem.selected = true

however if the dragged item's parentId changed then I don't know hot to keep that consistent...


Thanks!
Konstantin Dikov
Telerik team
 answered on 10 Dec 2013
0 answers
103 views
Hello,

I have some issue with RadComboBox.
I want to use "required" html5 tag to validate the required value on my RadComboBox.
The problem is that there are no select hrml tag when I use normal mode.

If I change to classic mode, the select html tag is present but i can't add required.

some solutions for me?
isamepro
Top achievements
Rank 1
 asked on 10 Dec 2013
1 answer
63 views
i have user control in RADDock, In Raddock i have Gear Button. If i click gear button it will navigate to new page, like wise i have button in usercontrol if i click  it,  navigate to same page. how should i fire button event in usercontrol when i click gear button. I am loading RADDock Dynamically
Shinu
Top achievements
Rank 2
 answered on 10 Dec 2013
0 answers
47 views
 Got it working
Ebenezer
Top achievements
Rank 1
 asked on 10 Dec 2013
0 answers
72 views

Hello there,


due to some concerns I want to populate the radscheduler from a query I execute in the code behind and avoid using the sqldatasource within the .aspx.



i have not found an example and all of my attempts have been unsuccessful, can you point me in the right direction?

In esscence i want to execute a query against a view titled appointments and then bind the data as in the folllowing...



can you get me to the next step?  sorry i new to the scheduler and trying to determine if all of this is possible.





Protected Sub RadScheduler_OnLoad(ByVal sender As Object, ByVal e As EventArgs) Handles RadScheduler1.Load

 

Dim myDBUtil As DBUtil.DBUtils = DirectCast(Me.Page, BasePage).reqDBUtils

Dim rTable As DataTable = dbUtils.GetDataTable("SELECT [ID], [RoomID]+'%'+[Subject] + ' ' + [RoomID] as [Subject], [Start], [End],[RoomID], [UserID], [RecurrenceRule], [RecurrenceParentID] FROM [Appointments] WHERE [id] = @id", {{"@id", Session("user_id")}})

End Sub





AName
Top achievements
Rank 1
 asked on 09 Dec 2013
2 answers
34 views

Hi All

I have a Telerik Radgrid with GridHTMLEditorColumn inside it. I would like to put the require field validator so that user must fill the value inside GridHTMLEditorColumn.

Can someone please let me know how to put require field validator on GridHTMLEditorColumn.

Many thanks

Syed
Syed
Top achievements
Rank 1
 answered on 09 Dec 2013
4 answers
258 views
I have a situation where I am generating a RadGrid control dynamically, and am seeing two issues:

1) The alternating rows are not working correctly - both rows and alternating rows have a white background; and
2) I am unable to change the background color programmatically.

I have a feeling #1 is interfering with #2, but can't figure out why. This is the code I use to generate the RadGrid:

                With rgStatusCenterMessages
 
                    .ID = Me.ID & "_RadGrid"
                    .AlternatingItemStyle.BackColor = Drawing.Color.LightGray
                    .Width = Unit.Percentage(99)
                    .AllowSorting = False
                    .AllowPaging = True
                    .PagerStyle.Mode = GridPagerMode.NextPrevAndNumeric
                    .AutoGenerateColumns = False
                    .GroupingEnabled = True
                    .ShowGroupPanel = False
                    .ShowStatusBar = False
 
                    With .ClientSettings
                        .AllowDragToGroup = False
                        .EnableAlternatingItems = True
                    End With
 
                    With .MasterTableView
                        .AlternatingItemStyle.BackColor = Drawing.Color.Aqua
                        .PageSize = 15
                        .ShowGroupFooter = False
                        .GroupsDefaultExpanded = True
                        .GroupLoadMode = GridGroupLoadMode.Client
 
                        Dim groupBy As GridGroupByExpression = GridGroupByExpression.Parse("AppName [Group] Group By AppName")
                        .GroupByExpressions.Add(groupBy)
 
                        .DataKeyNames = New String() {"FormNo"}
                    End With
 
                End With

You can see everything I've tried here, like enabling alternating items in the client settings, changing the back color of alternating items in the RadGrid (and in the MasterTableView as well), etc. But nothing seems to work. I've tried some rudimentary CSS changes, but haven't had luck with that either.

In the item data bound event I've tried using e.Item.BackColor, as well as assigning e.item to an object of type GridDataItem and then setting the back color of that object. Neither of these has worked, even though when debugging I see it changing the back color in the code. Like I said before, I wonder if #1 above is interfering with #2, but that's why I'm posting here. Any help is appreciated.
mortman
Top achievements
Rank 1
 answered on 09 Dec 2013
1 answer
88 views
I am having an issue with a hierarchical grid where I have to press the expansion button twice. I assume that is because it is making a round trip the first time and getting all the detail view data. the grid is in a usercontrol with a ajaxmanagerproxy and the browser doesn't appear to do a full postback but the grid does not expand.

the demo has the same issue here:
http://demos.telerik.com/aspnet-ajax/ajax/examples/manager/usercontrol/defaultcs.aspx

notice that if you press the expansion button on the sales grid at the bottom, the loading icon will swirl and then stop with no expansion but if you press it a second time after it stops the loading swirl, it will expand. What can I do to fix this?
Chris
Top achievements
Rank 1
 answered on 09 Dec 2013
1 answer
82 views
Hi,

when using some skins (like Default or Black), the "Upload Image" button of the control has visibility issues (also on mouse-hover).
in this demo:
http://demos.telerik.com/aspnet-ajax/imageeditor/examples/imageupload/defaultcs.aspx?product=asyncupload

 We tried it on two different computers with Chrome and Firefox (latest version), IE8 and IE11. Same problem everywhere

TIA

Martin
Hristo Valyavicharski
Telerik team
 answered on 09 Dec 2013
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?