This is a migrated thread and some comments may be shown as answers.

RadControlsSilverlightCourseware.PDF code missing and incorrect

5 Answers 40 Views
DragAndDrop
This is a migrated thread and some comments may be shown as answers.
Greg
Top achievements
Rank 1
Greg asked on 03 Oct 2011, 06:07 PM
I have just coded up a drag and drop walkthrough in the courseware pdf document. Immediately it becomes evident that code is missing and obviously the project wont compile. This is just like the approach Microsoft take. They test very little and wait for the complaints to role in... ie: free testers. Is Telerik following this example?

I am using Silverlight 4; Windows 7.

5 Answers, 1 is accepted

Sort by
0
Maya
Telerik team
answered on 04 Oct 2011, 12:49 PM
Hi Greg,

We do make a lot of efforts to test the products we provide and I apologize if you get the impression this is not the case. Considering the Silverlight Courseware, will it be possible to point us to the place where you encountered any problems ? 

Regards,
Maya
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

0
Greg
Top achievements
Rank 1
answered on 04 Oct 2011, 01:12 PM

No Problem..
I have deleted the project now so this will be from memory:

Page 759: Document doesnt specify that the dragDrop xaml namespace should be included and an error is thrown.

 

<ListBox.ItemContainerStyle>
<Style TargetType="ListBoxItem">
<Setter
Property="dragDrop:RadDragAndDropManager.AllowDrag"
Value="True" />
</Style>
</ListBox.ItemContainerStyle>

 

Page 761/ 766: On page 766, when you run the application you get an error because at this point the code on page 761 had not yet been implemented:

RadDragAndDropManager.AddDragQueryHandler(this, OnDragQuery);
RadDragAndDropManager.AddDropQueryHandler(this, OnDropQuery);

 

 

Also , I have been looking at the ScheduleView, this time on the help webite. When trying to show a basic Scheduler View, an error is thrown by the ViewDefnitions. I have not been able to find references to building a SchedulerView in the documentation.

 

Could you tell me if Telerik intends to keep the Courseware in sync with the examples on the help website? If not, where can one find walk through type tutorials (as in the Courseware PDF) on this and other controls? 

 

 

 

 

0
Nikolay
Telerik team
answered on 05 Oct 2011, 11:55 AM
Hello Greg,

Thanks for the provided details. We will definitely keep them in mind while updateing the content. With the rapid evolvement of Silverlight and now that Silverlight 5 is coming out officially soon, we will most probably focus our efforts on updating the courseware for Silverlight 5. 

All the best,
Nick
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

0
Richard
Top achievements
Rank 1
answered on 01 Jan 2012, 02:01 PM
Hey Nick,
I'm working my way through this doc too and have found quite a few places where you have updated your code but not the training. Mostly working out these differences has resulted in more learning but now I am quite stuck.
Here are the ones I can remember:
1. p.114 ADO.NET Data Service has been called WCF Data Service since 2009 - took me quite a while to work this out.
2. p.117 'DataMemberPath' is not just deprecated but deleted - code won't compile. Need to use DataMemberBinding="{Binding FirstName}" etc.
3. p.120 Query_Completed method fails due to cross-threading. Need to use:

 

gvAddressBook.Dispatcher.BeginInvoke(() =>
            {
                gvAddressBook.ItemsSource = addressBook.ToList();
            });

4. p.121 OpenAccess - this entire section is based on the old OpenAccess. I don't want to learn how it was done. I just want to know how it is done now! I can't complete this section at all so ironically, the one datasource I can't use it the Telerik one. ;(

Can you give me updated text for this section?

So this is as far as I have got as yet. You can see there are quite a few major errors which slow down the learning experience.

But... I've got to say too that I have learned heaps from your tutorials. I am finding the level of detail and the general overview to be just about right.
0
Maya
Telerik team
answered on 03 Jan 2012, 10:43 AM
Hello Greg,

Thank you for your feedback, we do appreciate your cooperation and I have updated your Telerik points accordingly.
Considering the issues you pointed, indeed you are quite correct and we will resolve them. As for working with Telerik OpenAccess, I would recommend you to run through our online documentation and provided tutorials

All the best,
Maya
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

Tags
DragAndDrop
Asked by
Greg
Top achievements
Rank 1
Answers by
Maya
Telerik team
Greg
Top achievements
Rank 1
Nikolay
Telerik team
Richard
Top achievements
Rank 1
Share this question
or