Privacy Policy and Cookies

By continuing to use our site, you agree to our Privacy Policy and our use of cookies to understand how you use our site, and to improve your experience. Learn More.
I Agree.

Author: lee

SmartClient 14.0: Server Formulas & Templates

With the release of SmartClient 14.0, we’re introducing a range of server-side data management capabilities that simplify complex data transformations and boost performance for large datasets. This update includes calculated fields, and server-formatted fields. These features make it easier to manage, format, and retrieve data dynamically and efficiently. This blog will cover these advanced data-handling features and explain how they...

SmartClient 14.0: Advanced Querying for Related Entities

SmartClient 14.0 introduces powerful new capabilities for managing data, making advanced querying more accessible and flexible than ever. These enhancements dramatically expand the potential of SmartClient grids and forms, turning them into dynamic, full-featured reporting tools. Whether you’re building complex reports or working with interconnected data, these new features enable faster and more efficient data handling, both for developers and...

SmartClient 14.0: Relation Fields and Shuttle Interface

SmartClient 14.0 fully automates the display, editing, and update of data relationships – including one-to-many, many-to-one, and many-to-many. You simply declare the relationship in your DataSource, and SmartClient does the rest. No coding required. This capability is powered by three major features: Relation Fields, MultiPickerItem, and the Shuttle Interface. Together, they provide a declarative, scalable, and user-friendly approach to managing...

Announcing SmartClient 13.1: Power-Packed Features for Performance, Data Management, and Testing

SmartClient 13.1 is here, bringing a wealth of new functionalities designed to enhance application performance, streamline data management, and elevate automated testing capabilities. This latest release provides advanced tools to help developers create faster, visually appealing, and more robust applications. Here’s a look at what’s new: 1. Next-Level Visuals: Elegant Skins, Scalable Icons, and Retina-Quality Media Shiva Skin: A new,...

SmartClient 13.1: Cypress testing and search locators

SmartClient 13.1 advances how developers approach automated testing and makes locators even more intuitive. Testing frameworks are integral to ensuring application stability. SmartClient’s remarkable new tools, including Cypress integration and Search Locators, are built for just that purpose. This blog post will cover these two new feature additions in 13.1. Full support for Cypress testing End-to-end testing is a critical...

SmartClient 13.1: Union DataSource, client-server filtering, and advanced fetching

With the release of SmartClient 13.1, we’re introducing several interesting new features. These features help developers with complex data queries, optimize data fetching, and enable faster performance with large datasets. In this post, we’ll explore three key additions: Fetching only needed data Fetching unnecessary data is one of the most common performance bottlenecks in data-driven applications. You can now fetch...

SmartClient 13.1: Superior performance and better visuals

We are introducing a range of powerful and interesting new features focused on improving server performance and delivering stunning visual updates. These updates will improve your development process and ensure that your UI is just as visually appealing and responsive across all devices. In this blog, we’ll explore three key features: the new Shiva skin, our cutting-edge SVG spriting technology...

Build a React Excel-like Grid with SmartClient

Most React projects use a third-party component when they require a responsive and dynamic data grid. Sadly, most third-party libraries can’t quite offer the extensive feature set that enterprise applications need to manage millions of rows of data. If this is your situation, the SmartClient React component is your best choice. SmartClient provides a comprehensive suite of UI components for...

Multi-Record Editing in SmartClient

Multi-record editing is often a complex process involving tracking and managing pending edits across multiple records. It encompasses several data management concerns. They include temporarily storing and merging edits server-side, ensuring optimal performance, addressing potential collisions, and even applying distinct styling for edited values. It also requires cleaning up any temporary storage used on the server.  By leveraging the extensive...