Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
137 views
Hi,

My PaneBar works with ExpandMode="SingleExpandedItem". When I select an item it is highlighted. When I hover over various items within the same group it is highlighted correctly all the time. But when I expand another group and then - expand back the previous one, the selected item is no longer highlighted.
Is it possible to keep the selected item highlighted in this context?
All above is at the client side only.
I know that I can manually set some properties of the selected item in OnItemClicked event handler - but it would be great to use the built-in functionality.

Regards
Tomasz
Paul
Telerik team
 answered on 26 Oct 2009
8 answers
192 views
Hi, It might be very simple question but I am confusing.

On scheduler, depends on user selection recurrence we are storing data in Database.
When I do reopen that webpage, on some click event I am reloading that recurrence data from database and trying to bind it to control.

I am using code like this when binding to control.

RadScheduler.DataStartField =

Convert.ToDateTime(partyUnavailability.StartDate).ToString();

RadScheduler.DataEndField =

Convert.ToDateTime(partyUnavailability.EndDate).ToString();

RadScheduler.DataSourceID = partyUnavailability.Id.ToString();

I am giving all necessary fields to bind it control. Even though its not displaying on scheduler.

Please Correct  me if  I am wrong.

-Rama

Mark
Top achievements
Rank 2
 answered on 26 Oct 2009
4 answers
193 views
I've setup a radgrid to open in edit mode but also want the focus to be on a specific text box "Allowed" on the first row of the radgrid.The following code sets the radgrid to edit, but i have been unsuccessful in getting any of the focus routines to work correctly.

 

Private Sub RadGrid1_PreRender(ByVal sender As Object, ByVal e As System.EventArgs) Handles RadGrid1.PreRender

 

 

    If Not IsPostBack Then

 

 

        For Each item As GridItem In RadGrid1.MasterTableView.Items

 

 

            If TypeOf item Is GridEditableItem Then

 

 

                Dim editableItem As GridEditableItem = CType(item, GridDataItem)

 

                editableItem.Edit =

True

 

 

            End If

 

 

        Next

 

        RadGrid1.Rebind()

 

    End If

 

 

End Sub

Any suggestions would be appreciated.

 

Paul
Top achievements
Rank 1
 answered on 26 Oct 2009
4 answers
195 views
I'm updating an objectdatasource.  When the grid containing the htmleditorcolumn is outside the ajax panel it works fine.  When the grid is inside the radajaxpanel the htmleditorcolumn is the only column that will not update the datasource.  I am using version 2008.2 723. 

After further testing, it appears to always work in IE but it behaves as described above in Firefox and Safari.

Thanks,

Mike
Mike
Top achievements
Rank 1
 answered on 26 Oct 2009
1 answer
146 views
I am working through this tutorial from the RadControls courseware, when executing the script "NetworkServicePermissions.sql", the following sql error(s) occur:
Msg 15259, Level 16, State 1, Line 5
The DEFAULT_SCHEMA clause cannot be used with a Windows group or with principals mapped to certificates or asymmetric keys.
Msg 15151, Level 16, State 1, Line 8
Cannot find the user 'NETWORK SERVICE', because it does not exist or you do not have permission.
This limitation is either by design or a bug in TSQL, do you currently have a work-around for this script?


Veselin Vasilev
Telerik team
 answered on 26 Oct 2009
1 answer
170 views
Hi Telerik Team,

  I need to create PanelBar(or similar control) with rounded corners(itself) and not around it(using ajaxToolkit:RoundedCornersExtender).

  Can I ?

Regards,
Ahmad
dlewis
Top achievements
Rank 1
 answered on 26 Oct 2009
6 answers
127 views
Hi,

I have a RadGrid with a specific scrollheight set in the clientsettings section - all configured as normal.

In my RadGrid it works just fine until I got to add a new item.  At that point the edit mode for the new item causes the item to appear above the scroll region and the whole scroll region moves down (and off) the page.  I'd expect that the edit more would make the new item appear inside the scroll region and that the overall position of it would remain the same...

Any pointers or should I provide some code?

Regards,

Jon
Jon
Top achievements
Rank 1
 answered on 26 Oct 2009
3 answers
111 views

I'm interested in setting up a grid that will have a random number of columns, although the first column will always be the same.  I want the first column to be frozen, and then I want to only show 5 additional columns at a time.  I do not want a horizontal scrollbar though.  Instead, I want to use the paging control.  Page one would should the frozen column plus the first 5 additional columns.  Page 2 would show the frozen column plus the 2nd 5 additional columns, and so on.

Can this be done?  If so, can you please provide some assistance?

Thanks.

Steve
Steven Black
Top achievements
Rank 1
 answered on 26 Oct 2009
4 answers
98 views
I have a grid using POPUP Edit Forms and when I close the edit form I want to set focus back to the Link that opened the POPUP Edit Form.

I am passing the Client ID of the Link and trying to set the focus.  It's not generating an error but it's also not setting the focus to that link either.

What's preventing this from working??

document.getElementById("RadGrid1_ctl00_ctl06_EditButton").focus();

Robert
Top achievements
Rank 1
 answered on 26 Oct 2009
1 answer
148 views
hi
I have used RadDatePicker in my C# project ..... i am showing the date of the  booked appointment with specific color. Now the problem is that i can not enable or disable the range of days. Is it possible to enable or disable of individual days of calendar with dayrender and navigation changed.
Thank you
Pavlina
Telerik team
 answered on 26 Oct 2009
Narrow your results
Selected tags
Tags
+? more
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?