Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
194 views
Hi there,

What is the recommended way to pass server-side data structures to a RadWindow?  The tutorials seem to deal with the cases of a single string, integer etc. but not an object.  I have a DataSet that I need to pass to the pop-up window for further processing.

All answers gratefully received,

Ed Graham
Ed
Top achievements
Rank 1
 answered on 05 Aug 2008
1 answer
151 views

Hi,
    When i tried to build the source RadControlsAjaxControl (RadControls_for_ASP.NET_AJAX_2008_2_723_Source) i got an error

Telerik.Web.UI.Upload.ProgressWorkerRequest.SendCalculatedContentLength(long)': no suitable method found to override

Can you help me


Atanas Korchev
Telerik team
 answered on 05 Aug 2008
2 answers
162 views
Hi,

I have a problem with my RadTabStrip in combination with an ajax Request.
I can delete most tabs without any problem but when the number of deleted tabs becomes to big it gives me the following error. ex: when I have 25 tabs it always crashes on the 7th tab, when I have 3 tabs it crashes on the 3 tab.

The code of deleting a tab and pageview in javascript have I found in the online demo form the TabStrip. So I think the error is caused by the call of the AjaxRequest (last line in source code). In the eventhandler for the AjaxRequest I don't do anything at this moment so that can't also not be the problem.

Microsoft JScript runtime error: Sys.WebForms.PageRequestManagerServerErrorException: Specified argument was out of the range of valid values.
Parameter name: index

function deleteTab(tabValue)  
{   
 
    var tabStrip = $find("<%= rtsTabs.ClientID %>");  
    var multiPage = $find("<%= multiPage.ClientID %>");   
 
    tabStrip.trackChanges();  
    multiPage.trackChanges();   
 
    var tab = tabStrip.findTabByValue(tabValue);  
    var pageView = tab.get_pageView();  
    var tabtabToSelect = tab.get_nextTab();      
    if (!tabToSelect)  
        tabtabToSelect = tab.get_previousTab();   
 
    tabStrip.get_tabs().remove(tab);  
    multiPage.get_pageViews().remove(pageView);  
 
    if (tabToSelect)  
        tabToSelect.set_selected(true);   
 
    multiPage.commitChanges();  
    tabStrip.commitChanges();  
 
    var arg = "removed/" + tabValue;  
    $find("<%= RadAjaxManager.GetCurrent(Page).ClientID %>").ajaxRequest(arg);   
 
}  
 
 


Can someone help me with this?

Thanks

Bert

Nikolay Rusev
Telerik team
 answered on 05 Aug 2008
9 answers
223 views
Hello all.

On my site I use RadGrid v4.5. When I print page with radgrid control by browser print function, not all browsers print correctly. F.ex. IE browser doesn't print correctly, Mozilla Firefox does? Why? Is it bug of IE browser or of RadGrid Control?

Thanks
John
Top achievements
Rank 2
 answered on 05 Aug 2008
4 answers
109 views
Sir

I am using the trial version of RadControls for ASPNET AJAX Q1 2008.
I couldnot get Telerik.WebControls,DockManager,etc

Please help me..
Thanks
Sophy
Telerik team
 answered on 05 Aug 2008
2 answers
92 views
Hi,

These classes never get applied in Firefox 3

.RadColorPicker_SkinName .icon a:active,
.RadColorPicker_SkinName .icon a:focus

unless you rightclick on the icon, and then move the cursor off the icon.

The active/focus class is applied in Firefox 3 on normal links, so it's not a generic firefox 3 bug it seems.

Regards,
-DJ-
Georgi Tunev
Telerik team
 answered on 05 Aug 2008
3 answers
140 views
Hi there,

I'm trying to get hold of the tabstrip object to be able to enable and disable tabs on the client-side.

Following the example here:
http://www.telerik.com/help/aspnet/tabstrip/tab_enable%20or%20disable%20the%20tabstrip.html

doesn't seem to work as it doesn't have the get_tabs() method on it.

How can I get hold of this object? What is passed during the onclinetload event for example?

Cheers,

Rob
Paul
Telerik team
 answered on 05 Aug 2008
1 answer
93 views
When a new window is created and then resized a little larger than opened by using a mouse > right side drag.  If you try to reduce window size by undoing the size operation, a shadow box shows up and locks all control in the shadowed area.  Seems like sizing go out to lunch and have a hard time to get application back into control after this happens?

Ideas on fixes - We have purchased your products and would like to know issues or workarounds on this

Thanks in advance,

Ray McCue
Georgi Tunev
Telerik team
 answered on 05 Aug 2008
1 answer
167 views

Hi,

When I create a dynamic RadDatePicker and the page has finished its rendering cycle, an error is generated with the following message:-
 

Line 173 Error: Expected':'

When I debug the offending line, it reads,


 

Sys.Application.add_init(

function() {

$create(Telerik.Web.UI.RadCalendar, {

"_DayRenderChangedDays":{},"_FormatInfoArray":[["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["January","February","March","April","May","June","July","August","September","October","November","December",],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec",],"dd MMMM yyyy HH:mm:ss","dd MMMM yyyy","HH:mm:ss","dd MMMM","ddd, dd MMM yyyy HH\':\'mm\':\'ss \'GMT\'","dd/MM/yyyy","HH:mm","yyyy\'-\'MM\'-\'dd\'T\'HH\':\'mm\':\'ss","yyyy\'-\'MM\'-\'dd HH\':\'mm\':\'ss\'Z\'","MMMM yyyy","AM","PM","/",":",1],"_ViewRepeatableDays":{},"_ViewsHash":{31_calendar_Top : [[2008,8,1], 1]},"_calendarWeekRule":0,"_firstDayOfWeek":7,"_postBackCall":"__doPostBack(\u002731$calendar\u0027,\u0027@@\u0027)","clientStateFieldID":"31_calendar_ClientState","enabled":true,"monthYearNavigationSettings":["Today","OK","Cancel","Date is out of range.","False"],"skin":"Office2007","specialDaysArray":[],"stylesHash":{DayStyle: ["", "radCalDefault_Office2007"],CalendarTableStyle: ["", "TableLayout_Office2007"],OtherMonthDayStyle: ["", "otherMonth_Office2007"],TitleStyle: ["", "titlebar_Office2007"],SelectedDayStyle: ["", "radCalSelect_Office2007"],SelectorStyle: ["", "DaysOfWeek_Office2007"],DisabledDayStyle: ["", "radCalDisable_Office2007"],OutOfRangeDayStyle: ["", "outOfRange_Office2007"],WeekendDayStyle: ["", "radCalWeekendDefault_Office2007"],DayOverStyle: ["", "radCalHover_Office2007"],FastNavigationStyle: ["", "MonthYearFastNav_Office2007"]}}, null, null, $get("31_calendar"));

I have other rad controls which are dynamic but cause no issues


Thanks

P

Yavor
Telerik team
 answered on 05 Aug 2008
1 answer
123 views
Hello,
I am implementing a drag and drop interface with RadGrid. It is necessary that when dragging/dropping multiple rows, instead of displaying all the rows contents, the DIV that moves around with the cursor is a picture of three boxes on top of each other, with a paragraph in the DIV that states how many rows are being dragged.

The native behavior has been approved for dragging a single row, so I don't want to modify the behavior of that at all, I just want to change the way that the RadGrid handles dragging multiple rows.

I am not sure if I've described this clearly, so feel free to ask any additional questions you need.

Thanks in advance!
Ian
Yavor
Telerik team
 answered on 05 Aug 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?