News

Progress Telerik Dev Tools Update Boosts Xamarin UI

As part of 2018's first major release of Progress Telerik developer tools for .NET-centric development, the Telerik UI for Xamarin offering sports several new features and updates.

Telerik UI for Xamarin is an adjunct toolkit for creating cross-platform mobile apps with Xamarin in the Visual Studio IDE, featuring more than 70 UI components to complement default Visual Studio components.

For example, the new release features a new toolbox windows from which developers can select components such as BarChart, ShapeRating and more and quickly drag them onto a XAML page. This duplicates the default toolbox experience in Visual Studio, with Progress describing the functionality as "just what you are familiar with in all other traditional Microsoft development platforms."

Other new controls include Numeric Input (for entering an age, height and so on), Button (said to provide a "richer experience" than the default) and Entry (a form, with many customization options).

The company especially highlighted the DataGrid, which was introduced as a preview in a previous release.

"DataGrid is now official, speeding up your development and allowing you to set up data intensive scenarios, both for phones and tablets," the company said in a blog post. "It enables you to use its dynamic binding to Enumerable."

The now-official DataGrid allows for data operations like filtering, grouping and sorting via a parallel engine, obviating the previous requirement to build and set the appropriate data descriptors from code. It also features many customizations, cell editing functionality, load on demand (adding incremental data as needed, for visualizing new data points or automatic loading of new items upon scrolling to the last available record) and more.

"DataGrid now allows you to use its UI to apply sorting, filtering and grouping dynamically," the company said. "It generates the UI based on the column type -- for example, the filtering of dates, numeric and string data can be done directly from the UI. It also allows you to build your own filtering control UI for any specific data type. In addition, the user can choose the order and the number of visible columns using our column chooser."

Beyond Telerik UI for Xamarin, which targets mobile app developers, the company also shipped its larger, comprehensive package, Telerik R1 2018. In addition to the improvements to the Xamarin suite, it features new Kendo UI React components, Fluent design theme and more than 30 new back-end database providers for the company's reporting solution.

More information about all of the above can be found in the What's New page.

comments powered by Disqus

Featured

  • VS Code v1.99 Is All About Copilot Chat AI, Including Agent Mode

    Agent Mode provides an autonomous editing experience where Copilot plans and executes tasks to fulfill requests. It determines relevant files, applies code changes, suggests terminal commands, and iterates to resolve issues, all while keeping users in control to review and confirm actions.

  • Windows Community Toolkit v8.2 Adds Native AOT Support

    Microsoft shipped Windows Community Toolkit v8.2, an incremental update to the open-source collection of helper functions and other resources designed to simplify the development of Windows applications. The main new feature is support for native ahead-of-time (AOT) compilation.

  • New 'Visual Studio Hub' 1-Stop-Shop for GitHub Copilot Resources, More

    Unsurprisingly, GitHub Copilot resources are front-and-center in Microsoft's new Visual Studio Hub, a one-stop-shop for all things concerning your favorite IDE.

  • Mastering Blazor Authentication and Authorization

    At the Visual Studio Live! @ Microsoft HQ developer conference set for August, Rockford Lhotka will explain the ins and outs of authentication across Blazor Server, WebAssembly, and .NET MAUI Hybrid apps, and show how to use identity and claims to customize application behavior through fine-grained authorization.

  • Linear Support Vector Regression from Scratch Using C# with Evolutionary Training

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the linear support vector regression (linear SVR) technique, where the goal is to predict a single numeric value. A linear SVR model uses an unusual error/loss function and cannot be trained using standard simple techniques, and so evolutionary optimization training is used.

Subscribe on YouTube