Telerik Forums
Community Forums Forum
0 answers
121 views

Q3 2008 SP1 Release Notes (Version Number 2008.03.1217)

 

 

 

 

RadGridView Icon

RadGridView

  • New themes
    • New Office_Black theme has been added
  • New features
    • New API has been added for starting/canceling new row insertion
  • Improvements
    • Scrolling performance improvements
    • Tab navigation across cells improvements
  • Bugfixes
    • ThemeResourceKey was not properly applied to GridViewDataControl
    • Last row was not displayed when scrolling a grouped grid
    • An exception was occurring when navigating with the keyboard

 

RadCarousel Icon

RadCarousel

  • New themes
    • Office_Black theme has been added
  • Bugfixes
    • Keyboard navigation was not working due to a focus-stealing bug

 

RadScheduler Icon

RadScheduler

  • New Features
    • XML provider example illustrating how to use XML as a data source for RadScheduler
    • Better Blend support - ability to edit AppointmentTemplate
    • 2 new translations: Spanish and Turkish. Thanks to Juan Crespo and KoçSistem
    • Introduced two new Read-Only dependency properties: VisibleRangeStart and VisibleRangeEnd. They are changed whenever the RadScheduler's visible dates are changed
    • Added missing description and category attributes
  • Improvements
    • Drag and drop experience has been improved
  • Changes
    • Two unused properties MinVisibleDateTime and MaxVisibleDateTime have been removed
  • Bugfixes
    • Appointment duration was not correctly calculated in recurrent cases
    • Inline editing, drag, drop and resize did not fire the AppointmentEditing and AppointmentEdited events
    • Drag and drop resets appointment time
    • Long recurrent appointments in the last visible week(s) are not displayed now
    • Edited recurrent appointments can now be resized using the mouse
    • Recurrent appointments longer than 1 day are currently not displayed in Day view
    • Setting AppointmentSource twice did not correct fire events

 

RadChart Icon

RadChart

  • New Themes
    • Office_Black theme has been added
  • New Features
    • Doji support for CandleStick series
    • Axis label formatting
    • Series item label formatting
    • Item labels for 3D series
    • Implemented rounding of values in labels
  • Improvements
    • Added DataBinding support for High, Low, Close, Open values
    • Added LegendLabel property to DataPoint and DataSeries
  • Bugfixes
    • Changing datapoint values in 3D series now properly updates the chart
    • Fixed numerous typos in examples
Telerik Admin
Top achievements
Rank 1
Iron
 asked on 19 Dec 2008
0 answers
75 views
Hello,
I think you can find some good tips at:
Improve your jQuery - 25 excellent tips

Best regards
Mostafa Anoosheh
Mostafa Anoosheh
Top achievements
Rank 1
 asked on 19 Dec 2008
1 answer
69 views
I cannot seem to locate them anywhere on the site.
Thank you!
Paul
Telerik team
 answered on 18 Dec 2008
1 answer
115 views
Hi
I have two usercontrol as "Search" and "Registration",which am loading in a placeholder dynamically and even it is getting loaded
finely.
In my search usercontrol i have a grid with all user and if am selecting a particular row all the deatils value is displayed in registration page which i did in the following way (loading the registration page in the same placeholder and showing details based on session value)

 

protected void grdUserInfo_SelectedIndexChanged(object sender, EventArgs e)

 {  

 

 

pkid.Value =grdUserInfo.SelectedRow.Cells[1].Text;

Session[

 

"pkidValue"] = pkid.Value;

 

MasterPage Master = new MasterPage();

 Master.ID = 

"RADMAster";

 

 

 

PlaceHolder plc = ((PlaceHolder)this.Page.Master.Master.FindControl("SplitterContentPlaceHolder"). FindControl("SmartChartContentAreaHolder").FindControl("tabstrip1").FindControl("UpdatePanel1"). FindControl("PlaceHolder1"));

 

 

 plc.Controls.Clear();

 

string controlPath = "Registration.ascx";

 

 

 

UserControl uc = (UserControl)LoadControl(controlPath);

 

 

 uc.ID = 

userload1";

 

 

  plc.Controls.Add(uc);

 

 

}
Now when am clicking update  button on registration page  the updatebtn click event is not getting fired and again search usercontrol is getting displayed.
plz any one help me how can i fire that update btn click event.

 

 

Paul
Telerik team
 answered on 17 Dec 2008
0 answers
103 views
Hi
I have two usercontrol as "Search" and "Registration",which am loading in a placeholder dynamically and even it is getting loaded
finely.
In my search usercontrol i have a grid with all user and if am selecting a particular row all the deatils value is displayed in registration page which i did in the following way (loading the registration page in the same placeholder and showing details based on session value)

 

protected void grdUserInfo_SelectedIndexChanged(object sender, EventArgs e)

 

{

 

pkid.Value =grdUserInfo.SelectedRow.Cells[1].Text;

Session[

"pkidValue"] = pkid.Value;

 

 

MasterPage Master = new MasterPage();

 

Master.ID =

"RADMAster";

 

 

PlaceHolder plc = ((PlaceHolder)this.Page.Master.Master.FindControl("SplitterContentPlaceHolder"). FindControl("SmartChartContentAreaHolder").FindControl("tabstrip1").FindControl("UpdatePanel1"). FindControl("PlaceHolder1"));

 

plc.Controls.Clear();

 

string controlPath = "Registration.ascx";

 

 

UserControl uc = (UserControl)LoadControl(controlPath);

 

uc.ID =

"userload1";

 

plc.Controls.Add(uc);

 

 

}
Now when am clicking update  button on registration page  the updatebtn click event is not getting fired and again search usercontrol is getting displayed.

plz any one help me how can i fire that update btn click event.

Kevin
Top achievements
Rank 1
 asked on 17 Dec 2008
0 answers
62 views
Hello,
Check them at Top 100 Blogs for Developers (Q4 2008)
[NOTE] I want to add Telerik Blogs to this list

Sincerely yours
Mostafa Anoosheh
Mostafa Anoosheh
Top achievements
Rank 1
 asked on 16 Dec 2008
1 answer
180 views
Hello,
Twitter become popular and I think it's good if you make twitter.com/telerik for updating news and more

Best regards
Mostafa Anoosheh
Kevin Babcock
Top achievements
Rank 1
 answered on 16 Dec 2008
3 answers
135 views
I would like to use .net drag and drop control.
But I do have a question :
I have list of 10 rows. Each row have 8 col. Few col have editable text boxes and one col is drop down.
Can I still drag and drop rows ? in other words, Can I move row 8 between row 1 and row 2, but it still keep same text boxes and values ?
pls advise.
thanks in advance
Sebastian
Telerik team
 answered on 16 Dec 2008
6 answers
372 views
Hi,

There seems to be some inconsistency in the assignment of telerik points, especially when it comes to the forums.  Personally, I have noticed that when I report a bug or submit a feature request though you’re ticketing system I often receive points.  But if I request a feature or report a bug though the forum I only receive points on occasion. An exception to that would be white-paper like posts or responses which seem to attract points fairly consistently.

If someone suggests a new feature and it is accepted as a good idea and added to your list of features to implement, then the person who suggested it should probably receive some sort of point reward even if it was as a forum post. After all, isn’t one of the main reasons for having the point system to get good user feedback and improve your products?

I understand that this is one of the major difficulties of this type of reward system. But I thought it was worth discussing. After all, this section is for the good and the bad; and in this case it concerns both.

Telerikians (users of telerik controls) what has your experience with point assignment been like?

Cheers,
Brad
Rajeev
Top achievements
Rank 1
 answered on 15 Dec 2008
1 answer
156 views
I just posted a project to the code library but it is gone...

Do the good folks at Telerik review these things before posting or what is it some sort of bug?
Vassil Petev
Telerik team
 answered on 15 Dec 2008
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?