Telerik Forums
UI for ASP.NET AJAX Forum
9 answers
339 views
I could not get this to work, much at all, in a master/content site.  It had a mind of it's own...
Has it been fixed for release?

I am very interested to see this control.. it's development.. usage scenarios.  
I'm thinking of a devloper/client admin "skin browser" UI..

If I may suggest- how about being able to apply skins by radcontrol; radgrid, radeditor, radcalendar,.. etc.
.. optional to targeting control IDs.

Thanks!
David

PureCode
Top achievements
Rank 2
 answered on 17 Nov 2008
0 answers
136 views
I'm receiving a runtime (javascript) error:
Error: Unexpected ajax response was received from the server. This may be caused by one of the following reasons:
- Swerver.Transfer
- Custom http handler.
- Incorrect loading of an "Ajaxified" user control.

I started getting this error after I had moved my default grid property settings out of the grid html code, and into a code-behind routine that I call during page load:

protected

 

void Page_Load(object sender, EventArgs e)

 

{

 

WP_Utility wpUtility = new WP_Utility();

 

wpUtility.GridDefaults(rgData);
.....}

 

public

 

partial class WP_Utility

 

 

 

{

 

 

public void GridDefaults(RadGrid RadGrid1)

 

{

RadGrid1.Skin =

"Monochrome";

 

RadGrid1.Width =

Unit.Percentage(99);

 

RadGrid1.PageSize = 10;

RadGrid1.AutoGenerateColumns =

false;

 

RadGrid1.AllowPaging =

true;

 

RadGrid1.AllowSorting =

true;

 

RadGrid1.EnableAJAX =

true;

 

RadGrid1.EnableAJAXLoadingTemplate =

true;

 

RadGrid1.MasterTableView.PageSize = 10;

RadGrid1.HeaderStyle.Font.Size = 11;

RadGrid1.HeaderStyle.Font.Underline =

false;

 

RadGrid1.HeaderStyle.HorizontalAlign =

HorizontalAlign.Left;

 

RadGrid1.ItemStyle.Font.Size = 10;

RadGrid1.AlternatingItemStyle.Font.Size = 10;

RadGrid1.GridLines =

GridLines.None;

 

RadGrid1.PagerStyle.Mode =

GridPagerMode.NextPrevAndNumeric;

 

RadGrid1.PagerStyle.Font.Size = 11;

RadGrid1.PagerStyle.HorizontalAlign =

HorizontalAlign.Center;

 

RadGrid1.PagerStyle.PagerTextFormat =

"Page: {4}  |  Displaying page {0} of {1}";

 

}

}

The error goes away if I put:
EnableAJAX="True" EnableAJAXLoadingTemplate="True"
back into the grid html code.
Thought I would pass this along in case anyone else runs into this problem.  Thanks.

 

Dan
Top achievements
Rank 2
 asked on 17 Nov 2008
2 answers
82 views
Hello,

I have a couple of combo boxes in a pane of a RadSplitter.  They are initially populated in code-behind and a value is set based on some settings read from a database.  This appears to be working, except that when the page initially loads, both combo boxes appear blank with no text in them.  However, when the mouse is moved over either combo box, the text shows up in that combo box appropriately with the proper selected item (the combobox doesn't even have to be clicked).  This problem is only appearing in Internet Explorer, and the combobox is functioning as intended in Firefox, with the initial values appearing correctly.

Thanks for your help.
mzn developer
Top achievements
Rank 1
 answered on 17 Nov 2008
2 answers
232 views
Hi there,

Just wondering if there is any way to allow the RadWindow to fade into the site (including disabling the background window), instead of the window suddenly poping up or building?

Cheers,
me!

P.S.  Sorry, I accidentally posted this question in the "RadControls ASP.NET" forum first!!
SuperRobot5000
Top achievements
Rank 2
 answered on 17 Nov 2008
4 answers
164 views
Hi,
Is there a way to turn off scrollbars appearing in the treeview? For some reason, they are appearing in a case where I don't want them. I have a tree embedded in a splitter pane and I never want the tree to scroll.
Thanks ... Ed
Ed Staffin
Top achievements
Rank 1
 answered on 17 Nov 2008
1 answer
73 views
Hi,

Just updated to 2008 Q3 version and my drag and drop does not appear to work anymore.  I have a RadGrid with a list of values which were working fine to drag and drop them on to a time slot on a RadScheduler.  After the update this does not appear to be working.

The Javascript is getting called but the isPartOfSchedulerAppointmentArea(htmlElement) routine appears to be not recognising the Scheduler.

Has anything changed in this release to affect this behaviour to save me having to work through where this is going wrong?

David Penny
David Penny
Top achievements
Rank 2
 answered on 17 Nov 2008
4 answers
1.1K+ views
I need to iterate through the rows and cells from code once the grid is already created and get the header text of each cell. How can this be accomplished?

Thanks!
jfkrueger
Top achievements
Rank 1
 answered on 17 Nov 2008
2 answers
163 views
I am having some inconsistencies with Dates and Times. I am using the advanced form method and saving the results in a database. The start and end days are being saved in the database as a string which is actually the universal time. The recurring rule value is also being saved to the database as a string. When binding the data back to a Scheduler, the days that do not recur render as if I need to add a TimeZoneOffset whereas the recurring appointments render just fine. So if I add a TimeZoneOffSet, then the non-recurring days will render correctly, but the recurring days will now be off.

The start and end format match with the dates in the recurring data. When I go back to edit both recurring and non-recurring, the date and time are correct.

I have not added any TimeZoneOffSet values in the admin section nor on the front end.
Jim Aderhold
Top achievements
Rank 2
 answered on 17 Nov 2008
1 answer
101 views
Hi ,
  I have seen the db filebrowser content provider.I am trying without DB
I am not familiar with directoryitems and fileitems in rad editor..
So if possible send me a sample code or project.

I have been struggling with this for past 2 days..

Need help 
Nikolay Raykov
Telerik team
 answered on 17 Nov 2008
2 answers
56 views

If I create a bulleted list in Word where all the bullets are at the same level, copy and paste it into the Rad Editor, toggle to the HTML view and then back to the Design view, the bullets have been reformatted such that each bullet is a child of the preceding bullet.

Is there a fix for this?

Melanie
Top achievements
Rank 1
 answered on 17 Nov 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?