Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
63 views
Hello,

I would like to scroll my page back to the top after clicking a button on the bottom of my page and doing some processing.
I try to put a radajaxpanel on the top and follow these intructions:
http://www.telerik.com/help/aspnet/ajax/ajxpanelscrolltotop.html

But it seems i can't find activeElementID property of the radajaxpanel.
Any idea?

Thank you



Maria Ilieva
Telerik team
 answered on 05 Dec 2008
1 answer
81 views
I have several dock zones on my page that all do not have borders or background colors.  When the user drags a dock I want to highlight all the dock zones so that the user can see all the possible places they can place the dock.  How do I go about implementing that?
Vyrban
Top achievements
Rank 1
 answered on 05 Dec 2008
1 answer
135 views
when a radgrid's column is resized ( widthwise ) the width of the radgrid should not change but should remain the same. This is happening perfectly fine in IE but in Mozilla firefox the width if the grid changes as well which should not happen.
Shinu
Top achievements
Rank 2
 answered on 05 Dec 2008
1 answer
63 views
Greetings,

We're trying to evaluate the RadGrid in Sharepoint, but haven't been able to get it working. Has anyone actually implemented a Sharepoint web part that's using the RadGird? If you have are you willing to share your code or how you did it?

Thanks,

-me
Vlad
Telerik team
 answered on 05 Dec 2008
1 answer
203 views
I have a RadSlider on a page and I want to dynamically (clien-side) change the following:

From:
.RadSlider_Default2_Selected .horizontal .track  
{  
    margin-top:6px;  
    height:3px;  
    background:#fff;  
    border-top:solid 1px #383838;  
    border-bottom:solid 1px #383838;  

To:
.RadSlider_Default2_Selected .horizontal .track  
{  
    margin-top:6px;  
    height:3px;  
    background:red;  
    border-top:solid 1px #383838;  
    border-bottom:solid 1px #383838;  

basically, change the background of the track to a different color based on a client-side logic.

FYI, I am using Custom templates so I thought I could create another Slider.Default2_Selected.css theme and just use jQuery on the top level div rendered to change the CSS property:

$("#RadSlider1").removeClass("radslider RadSlider_Default2 horizontal ");  
$("#RadSlider1").addClass("radslider RadSlider_Default2_Selected horizontal "); 

<div id="RadSlider1" class="radslider RadSlider_Default2 horizontal " style="height:20px;width:120px;">
....

Any help?
Tsvetie
Telerik team
 answered on 05 Dec 2008
1 answer
115 views
We are currently architecting a new application based on Telerik controls, and in our user interface we require the ability to allow users to create their own skins and add them to our application at runtime.   So, we chose to simply copy the telerik skins from their install folder and use a usercontrol to set the controls skin.   To reduce the amount of http calls for each stylesheet in the telerik controls, we use a httphandler to combine them all together and remove whitespace.   This works fine, except that we noticed that hte Widgest css interferes with the TabStrib.    Our fix was to remove that css file from our combining.

Questions

1) is that css file required? what does it control?
2) why does it interfere with tabstrib when combining?
3) in RadStyleSheetManager, do you combing the css files in a specific order?

Thanks
Paul
Telerik team
 answered on 05 Dec 2008
1 answer
264 views
Is it possible to have multiple buttons in the GridEditCommandColumn?  I have a need to have both an Edit and a Delete button in this column when simply displaying data.  I need both of these buttons to fire the ItemCommand event as usual.  Any suggestions?

Shinu
Top achievements
Rank 2
 answered on 05 Dec 2008
5 answers
140 views
Hi. I wonder if anyone can help.

We have an issue with v 2008.2.826.20 onwards of RadGrid (the issue does not exist with RadGrid.net2 v5.1.2.0).

We have a dashboard page containing web parts, and have implemented drag and drop to allow the web parts to be moved around. The trouble is as soon as we put a rad grid into one of these web parts we get a javascript error thrown in the Telerik javascript as soon as you try to drag any web part (not just the one with the grid). Remove the web part with the rad grid and all works fine. Also, the problem only exists if the grid has data in it - if there is no data in the grid everything works fine.

The error is appearing in the following Telerik script:

Telerik.Web.UI.Grid.IsChildOf=function(_3c,_3d){
while(_3c.parentNode){
if(_3c.parentNode==_3d){
return true;
}
_3c=_3c.parentNode;
}
return false;
};

The problem is that _3c is null, so it crashes as it is trying to access _3c.parentNode.

I guess the simple fix from Telerik would be to check if _3c is null, but I wonder if there is either an underlying problem with this caused by our drag and drop javascript code, or if this is a Telerik problem. Unfortunately it would be very difficult for me to supply a working example of our code so i'm hopeful that someone can make an educated guess!

Any advice appreciated.....
William
Top achievements
Rank 1
 answered on 05 Dec 2008
0 answers
93 views
Hello,

My current edit form on my grid is a pop-up. The pop-up has two dropdowns, one that changes depending on the selected index in the first. When in update this functions as it should, but when I go to insert a new item it doesn't work. When inserting, changing the selection in the dropdown doesn't fire off the onselectedindexchanged event. Any reason for this, possibly a setting I'm missing? Thanks.

Edit*** I figured out my issue, silly mistake.
Matt
Top achievements
Rank 1
 asked on 05 Dec 2008
7 answers
183 views
Hi,

I have experienced a couple of issues with the RadSlider when switching between 

IsSelectionRangeEnabled=true and false.

The sequence is as follows...
If I start with IsSelectionRangeEnabled=false and then in code behind set it to true two things happen

1. The SelectionStart property gets set to the Value property regardless of what it is set to in the code and
2. The ValueChanged event for the left SelectionStart handle is dissabled. The right handle (SelectionEnd) still works fine.

 

 


Any advice would be appreciated.

 

Thanks
Steve

Stephen
Top achievements
Rank 1
 answered on 04 Dec 2008
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?