See also:
Part
I: How I started to use Scrum Part
II: Scrum, but
In Part I we looked at how I first got into Agile and Scrum. Last week in Part II,
we explored how Scrum failed to be flexible enough to fit into my unique process.
Today we will take a look at how I got introduced to Kanban.
The start-up I worked at a few years ago that I described in Part II successfully
used Scrum for traditional software development, however, when we were faced with
a pretty unique development requirement, Scrum failed us. To refresh your memory from
Part II, we had to spider thousands...
I was very happy to see feedback from several of you who are very happy about the latest additions to Telerik Reporting! As promised, here are the demo projects I utilized during the webinar. Please note that there are a few requirements to get them up and running successfully. I've listed those below. Requirements
Telerik Reporting Q1 2011 (Download Trial)
Open XML SDK 2.0 (Download)
Windows Azure SDK (Download) Projects Reporting Q1 2011 Demos Cloud Reports Demo Thanks again for attending if you were able to make it to the live webinar! If ...
RadControls for WPF, 2011.Q1 We will start with the project from the previous post: DOWNLOAD: RadScheduleView_GroupHeaderTemplates.zip And will produce the following project that has its timeruler items modified: DOWNLOAD: RadScheduleView_TimeRulerItemTemplates.zip Using the GroupHeaderContentTemplateSelector you can bind to the resource data. In the time ruler this is not the case. The time ruler items present date information and at this time they can’t be modified through items source property. We will create an inline template selector and discuss some of the TimeRulerItem DataTemplates. Converting the TimeRulerItemTemplateSelector to Local Value Select the RadScheduleView, go to the “Styling” section in the “Properties” tab and click the rectangle near the “TimeRulerItemTemplateSelector” property. Then...
RadControls for WPF, 2011.Q1 We will start with the project from the previous post: DOWNLOAD: RadScheduleView_StartUp.zip And will create a project that has one of the GroupHeader templates modified: DOWNLOAD: RadScheduleView_GroupHeaderTemplates.zip Converting the GroupHeaderContentTemplateSelector to Resource Select the RadScheduleView on the Design Surface. Go to the “Styling” property group. Click the small rectangle near the “GroupHeaderContentTemplateSelector” and use the “Convert to New Resource…” option: Name the new resource “GroupHeaderTemplateSelector”: Converting a DataTemplate from the GroupHeaderContentTemplateSelector to Resource Click again the “GroupHeaderTemplateSelector” and “Edit Resource”: From the dialog that will open: Convert the HorizontalTemplate and the VerticalTemplate to new resources named "HorizontalHeaderTemplate" and...
RadControls for WPF, 2011.Q1 The most important controls in RadScheduleView are the GroupHeaders, AppointmentItems and TimeRulerItems. While the AppointmentItems does not vary much RadScheduleView introduces several different uses of the GroupHeaders and TimeRulerItems. Styles Compared to DataTemplates for GroupHeaders and TimeRulerItems The GroupHeaders and TimeRulerItems appearance can be modified through DataTemplates and Styles. The DataTemplate can be changed by editing the GroupHeaderContentTemplateSelector for GroupHeaders and TimeRulerItemTemplateSelector for TimeRulerItems. The DataTemplates can be used to modify the content presentation but modifying the visual appearance of the overall control may be limited. For example you can change the time string formats in both the GroupHeaders...
With the newest version already out, I am happy to present you the latest accessibility improvements of our RadFileExplorer control from the ASP.NET AJAX suite. Now, you don't need the mouse to delete a folder or open a file! Simply focus the FileExplorer, navigate to the grid or treeview using the [Shift+]Tab key, select the desired folder with the Arrow keys and press Delete. A popup dialog asks you to confirm the deletion. Hit Enter to delete, or Esc to cancel. This was just an example of a common scenario, that could be carried out using the keyboard only. We have ensured that any use case...
RadControls for WPF, 2011.Q1 The attached project will be generated in this blog and will be used in future: DOWNLOAD: RadScheduleView_StartUp.zip This is probably the first post of a series that will guide you through RadScheduleView styling. We will try to use Blend as much as possible for the styling and designing part and VisualStudio 2010 for some of the code that we will need. Setting the References RadScheduleView requires the following references: Telerik.Windows.Controls Telerik.Windows.Data Telerik.Windows.Controls.Input Telerik.Windows.Controls.Navigation Telerik.Windows.Controls.ScheduleView Adding the RadScheduleView in the Design Surface In the MainWindow select the “[grid]” element, find the RadScheduleView in the toolbox and double-click it: Probably the view now does not look...
If you are developing SharePoint apps using Visual Studio 2010, be sure to join Telerik and Microsoft Regional Director and Chief Architect at SSW Adam Cogan for a free 3-hour session which is to take place in your own town: Sydney – Monday, March 28 Melbourne – Tuesday, March 29 Canberra – Wednesday, March 30 Brisbane – Thursday, March 31 Perth – Tuesday, April 12 Adelaide – Wednesday, April 13 All sessions run from 3:30pm to 6:00pm. During the session you will see how the 3 roles in a development team (project managers, developers and testers) will benefit from using Team Foundation Server 2010. If you are a PM,...
Often collection data is better presented in a tabular view and better edited in a form view. Such UX approach is referred by our clients as “Popup editing in RadGridView”.
With the help of the new
RadDataForm
and the good old
RadGridView
a few lines of code are needed to accomplish this.
We were eagerly awaiting the Q1 release to demonstrate you the new cleaner and more flexible API that makes the work with RadTreeView fun. We also wanted to tell you something more about the benefits that come with the new data engine. Now that Q1 2011 is public and the improved RadTreeView is a fact, I would like to introduce the enhancements which we implemented during the last few months. The new data engine that we use in RadTreeView is actually our generic data layer used in RadGridView and other controls such as RadListControl and RadDropDownList. This allowed us to add...