Telerik blogs

Latest

  • Web ASP.NET AJAX

    Visual Style Builder for ASP.NET AJAX: A Heavy Update

    Too much stuff! Must click little link: to the Style Builder! What's new? RadMenu, RadComboBox and RadInput get their share of styling goodness updated to the new-and-shiny 2009.Q2 release (featuring the real mode of RadColorPicker) the sought-after "base color" in Colorization is available I hope that you will like the UI. We revised it a few times before settling for this. The position of the "Apply" button was way off into nowhere (and, honestly speaking, it still is in the advanced edit). A note about colorization While the 'colorize' mode is indeed more useful (and probably sufficient in most scenarios), the old 'shift colors' algorithm has its...
    May 27, 2021 2 min read
  • Web jQuery

    Using jQuery to customize RadScheduler

    Telerik RadControls' for ASP.NET AJAX rendering is quite jQuery friendly. This is because almost all important html elements are tagged by a css class and therefore can be easily accessed using jQuery. In this blog post I have collected various cases from our forums and ticketing system on using jQuery to customize RadScheduler.  Special thanks to all customers or visitors who raised those questions. Q:  “I have a scheduler in timeline view showing six weeks of information.  Is it possible to change the header row background for the first two weeks?” A: The first step in finding a solution is to examine...
    May 27, 2021 2 min read
  • Desktop WPF

    WPF/Silverlight : RadChart - solving issues with the X axis labels.

    As you may already know, since the invention of the chart control there are some cornerstone cases when most of the implementations do not perform well. One of these is the arrangement of labels on the horizontal axis and especially when placed in a limited space(overlapping labels). This problem is clearly visible on the image below: Several ways to work around this problem have been developed and during the last months we put efforts to implement most of them. Our recent Q2.2009 release of RadChart for WPF/SL offers the following AxisX properties: LabelStep - when set to n, this property will make only...
    May 27, 2021 1 min read
  • Productivity

    Reverse Mapping and Using Database Views with Telerik OpenAccess ORM

    We are glad to announce that one of the major improvements for our 2009 Q2 release is the support for database views. Views are stored queries accessed as virtual tables which represent the result of a query. To provide higher security, they can encapsulate the data into smaller result sets accessible from particular roles. Views are also used to combine data from many tables and allow the developer to expose the table data to the user in a more natural manner. Performance optimizations for fast searching and reading can be accomplished as well when using indexed views. Now with Telerik OpenAccess ORM...
    May 27, 2021 4 min read
  • Release

    RadControls for Silverlight 3 now compatible against the official Silverlight 3 RTW

    We are proud to announce the availability of RadControls for Silverlight 3 RTW.   The latest binaries of our Silverlight 3 controls can be downloaded as part of the latest internal build that is available under each user's account. We will be working on officially launching our RadControls for Silverlight suite against the latest official Silverlight 3 RTW with the forthcoming SP1 release. Then you will be able to fully explore our examples and controls entirely built against Silverlight 3.
    May 27, 2021 1 min read
  • Web

    Silverlight Chart in 3D

    I might be a little late with blogging on the 3-dimensional capabilities of our Silverlight Chart, but you know what people say: better late than never. So, for those of you who did not get the chance to take a look, here is direct link to our online examples: http://demos.telerik.com/silverlight/#Chart/Gallery3D/Bar   Notice that the Flexible API example now has a checkbox “3D” that switches to Silverlight 3D (as in the WPF counterpart). If you already have experience with our Silverlight 2D charts, you will notice the common API, now available for the 3D chart as well.   Here are some screenshots:   The available Silverlight 3D chart types...
    May 27, 2021 1 min read
  • Web ASP.NET AJAX

    Are you mouse-bored?

    Hi all, First of all let me introduce myself - my name is Nikolay Rusev and I am developer at one of Telerik's ASP.NET teams. I will talk about a couple of the RadGrid sometimes easily overlooked and at the same time unique features - item selection and keyboard navigation. With the new Q2 2009 release of RadControls for ASP.NET AJAX there are a lot of improvements in both directions: enhanced multi row selection using Ctrl and/or Shift keys firing predefined RadGrid command on key events:  Edit when Enter key is pressed Update/PerformInsert command on Enter key press when current focused control is...
    May 27, 2021 1 min read
  • Web

    Using Object Container to transport persistent objects between multiple pages

    We have talked already what are the best ways to handle the object scope instance in stateless environments like the Web in previous blog posts. We will build up on this and demonstrate additional web techniques, starting with using the same persistent objects on different pages (state sharing). Who needs that? Well let me explain a rather simplified scenario (but a valid one) – web-based wizard. Wizards usually have a workflow, which is produced by connecting web pages in a meaningful way. Every page is responsible for gathering data and providing navigation to the previous and next pages. This means...
    May 27, 2021 3 min read
  • Web

    Today is the day - see the light? Silverlight 3 is finally out!

    In fact you can download almost everything even now! Despite all breaking changes between the beta and RTW (System.Windows.Controls.Data => System.ComponentModel = > System.Windows.Data) as always Telerik will follow the good traditions and next week we will release RadControls for Silverlight 3. Stay tuned – more will come!...
    May 27, 2021 1 min read
  • Productivity

    Using the ObjectContainer in disconnected scenarios

    This is the first part of some postings regarding the ObjectContainer and I would like to start with a bit of motivation.   Why does the ObjectContainer exist? Because - we felt it is necessary to provide the same OpenAccess runtime environment in all tiers. Ideally, the business logic should not be concerned if it is running in a connected world (where the database can be directly contacted) or in a remote/disconnected tier (where no database can be accessed). The business logic should just find the same API to compile against so that it could be running in both scenarios. This is what the...
    May 27, 2021 2 min read