Tag Archives: Grid

Smart UI 17.0.0

Smart UI v17.0.0 Release, Oct-23-2023 What’s New: Ribbon Bar component. Grid Formulas. Grid Rich text editor. Grid Row Dialog navigation. Users can navigate to next and previous rows by using navigation buttons in the dialog’s header. Grid User Comments. The … Continue reading
Angular, HTML Elements, Javascript, React, Smart Accordion, Smart Button, Smart Calendar, Smart ComboBox, Smart Grid, Vue, Web Components
, , ,

Leave a comment

Smart UI v15.2

Smart UI v15.2.0 Release, Apr-23-2023 What’s New: Gantt Views. The view property is extended with a new ‘quarter’ option which displays Quarters. The Month view now can display not only weeks, but also days. Gantt first day of week. Users … Continue reading
Angular, HTML Elements, Javascript, React, Vue, Web Components
, ,

Leave a comment

Smart UI v14.2.0

Smart UI v14.2.0 Release, July-12-2022 What’s New: Grid custom Sorting. Grid custom Filter Menu. Grid custom row and cells styling with CSS classes and rules. Grid Multiple columns Grouping rendering mode. Grid Server-side grouping update. Grid context menu. Grid rows … Continue reading
Angular, HTML Elements, Javascript, React, Smart Accordion, Smart Button, Smart Calendar, Smart ComboBox, Smart Context Menu, Smart Grid, Smart ListBox, Smart Tabs, Smart.Chart, Uncategorized, Vue, Web Components
, , , , , , , , , , , ,

Leave a comment

Smart UI 13.1.0

Smart UI v13.1.0 Release, Mar-23-2022 What’s New: Kanban – UI Virtualization. This new feature allows working with 100,000+ Kanban tasks. Grid – Undo/Redo for add, remove and update of Grid rows. Scheduler: Video Conference Template. Editor: spellcheck property – defines … Continue reading
Angular, HTML Elements, Javascript, React, Smart Accordion, Smart Button, Smart Calendar, Smart ComboBox, Smart Context Menu, Smart Grid, Smart ListBox, Smart Tabs, Smart.Chart, Uncategorized, Vue, Web Components
, , , , ,

Leave a comment

Smart UI v12.0.0

Smart UI v12.0.0 Release, Jan-20-2022 What’s New: Kanban Edit Task dialog. Kanban Color entire Task card. Kanban Dynamic Task Card Priority Menu. Kanban Dynamic Task Card Subtasks Menu. Kanban option to hide columns and reset the hidden columns. Grid show/hide … Continue reading
Angular, HTML Elements, Javascript, React, Smart Accordion, Smart Button, Smart Calendar, Smart ComboBox, Smart Grid, Smart ListBox, Smart Tabs, Smart.Chart, Vue, Web Components
, ,

Leave a comment

Smart UI v11.0.0

Smart UI v11.0.0 Release, Nov-30-2021 What’s New: Gantt Chart – task deadline. Gantt Chart – Tooltips for the tasks. connections, resources, segments and indicators. Gantt Chart – task baseline which shows the planned dataStart/dateEnd for the tasks. Gantt Chart – … Continue reading
Angular, HTML Elements, Javascript, React, Vue, Web Components
, ,

Leave a comment

New Web Components Showcase Demos

We just published new showcase examples built with Smart Web Components. Flights Booking demo uses the following UI components: Accordion, Tabs, Grid, DateTimePicker, Menu, DropDownList, Inputs and Buttons Flights Booking Doctor Dashboard demo uses the following UI components: Grid, Chart, … Continue reading
HTML Elements, Smart Grid, Smart ListBox, Smart Tabs, Smart.Chart, Web Components
, , , , , , , , , , ,

Leave a comment

Typescript Web Components

Typescript Web Components Typescript support comes with the next version of Smart Web Components. We are super excited about this. We will expose Interfaces, Types and Classes for all our stuff. Each API member will include descriptions, which will help … Continue reading
Smart Grid, Web Components
, , , , , , , ,

Leave a comment

New Grid Features

Newest features in the Grid Column Templates HTMLTemplateElement column Custom Editors in the Grid Custom Grid Editor Ever Present Row / Add New Row Add New Row TextArea Popup Editor Textarea Grid Editor
HTML Elements, Smart Grid


Leave a comment

Binding to Row, Cell and Column Events in Grid Web Component

This post shows how to bind to the Grid Web Component events. The code below initializes the Grid instance and binds to the ‘click’ event. Within the event handler, we can get details about which part of the Grid was … Continue reading
Smart Grid, Web Components
,

Leave a comment

Grid with Very Large Data Set

One of the new additions to our Javascript Grid Web Component is the capability to load very large data sets. Example: Grid Large Data Set. In the example, we demonstrate how to load 50,000 rows and 1,000 columns. This can … Continue reading
Smart Grid
, , , , , , , , ,

Leave a comment

Grid Infinite Scroll

For large data sets or when the exact data records count cannot be determined in advance, you can supply data to the Grid while you scroll when the user reaches the bottom of the grid. In this case, the Grid’s … Continue reading
HTML Elements, Smart Grid, Web Components
, , , ,

Leave a comment