Syncfusion Feedback

Controls
  • Grids
    • Data Grid
    • Pivot Table
    • Tree Grid
    • Spreadsheet
  • Data Visualization
    • Chart
    • Bullet Chart
    • Kanban Board
    • Range Selector
    • Sparkline Charts
    • HeatMap Chart
    • TreeMap
    • Circular Gauge
    • Stock Chart
    • Linear Gauge
    • Smith Chart
    • Maps
    • Diagram
    • 3D Circular Charts
    • 3D Charts
    • Barcode Generator
  • Editors
    • Word Processor
    • Rich Text Editor
    • Image Editor
  • Buttons
    • Button
    • Progress Button
    • Chips
  • Calendars
    • Scheduler
    • Gantt Chart
    • Calendar
    • DatePicker
    • DateRangePicker
    • DateTime Picker
    • TimePicker
  • Dropdowns
    • ComboBox
    • AutoComplete
    • Dropdown List
    • MultiSelect Dropdown
    • ListBox
    • Mention
    • Dropdown Tree
  • Navigation
    • Carousel
    • TreeView
    • File Manager
    • Toolbar
    • Menu Bar
    • Breadcrumb
    • Accordion
    • Context Menu
    • Tabs
    • Sidebar
    • Stepper
    • AppBar
  • Inputs
    • File Upload
    • Signature
    • Color Picker
    • Input Mask
    • TextBox
    • Numeric Textbox
    • Slider
    • Radio Button & Checkbox
    • Toggle Switch Button
    • Rating
    • TextArea
    • OTP Input
  • Layout
    • ListView
    • Splitter
    • Dialog
    • Dashboard Layout
    • Card
    • Tooltip
    • Timeline
    • Avatar
  • Notifications
    • Message
    • ProgressBar
    • Skeleton
    • Toast
    • Badge
  • Forms
    • Query Builder
  • File Viewers & Editors
    • PDF Viewer
    • In-place Editor
  • Interactive Chat
    • AI AssistView
  • Smart Components
    • Smart Paste Button

React Data Grid - Tutorial Videos

Go Back
thumbnail image

Watch video

Getting Started with React Data Grid by Syncfusion

Learn how easily you can create and configure the React Data Grid from Syncfusion using the "create-react-app" toolchain. In this video, I'll create a new React application using the create-react-app toolchain and then add the React Data Grid by Syncfusion into it using the ej2-react-grids package. Also, I'll explain the simple customizations that can be done on grid columns, as well as how to enable some important features such as paging, filtering, and grouping.

Download Example: Getting Started with the React Data Grid

Topics included
1. Setup React environment 01:00 min
2. Integrate React Data Grid 02:38 min
3. Bind the local JSON data source 03:36 min
4. Column customization 04:29 min
5. Paging 05:33 min
6. Filtering 06:39 min
7. Grouping 07:06 min
Plaform: React Show more
thumbnail image

Watch video

How to Bind Data to the React DataGrid Component

Wondering how to bind external data to the React Data Grid? On this episode of React Data Grid, you will see how to bind the React Data Grid with local JSON and remote data using the Data Manager and AJAX libraries.

Download Example: Bind Data to the React Data Grid

Topics included
1. Bind local JSON 00:26 min
2. Bind an external data source 01:14 min
3. Custom Adaptor 02:56 min
4. Enabling Offline Mode 04:18 min
5. Sending Query parameters to the server 04:36 min
6. How to bind external data using AJAX, fetch and Axios 05:06 min
Plaform: React Show more
thumbnail image

Watch video

Different Editing Modes and Templates in React Data Grid

In this episode of React Data Grid, you will see how to enable editing. I'll show you different built-in editing types like text box, numeric text box, drop-down list, and date picker. You'll learn how to add custom components to the cell editing types. You'll also learn about the different editing modes, such as normal, batch, and dialog. Finally, you'll see how to add your own custom template for the dialog editing mode.

Download Example: Cell Editing Modes in the React Data Grid

Topics included
1. Enable editing with toolbar 00:51 min
2. Cell edit types 02:57 min
3. Custom cell edit template 04:12 min
4. Different editing modes 05:29 min
5. Customize the editing template 06:17 min
Plaform: React Show more
thumbnail image

Watch video

Perform Server Side Crud Operations in React Data Grid

Learn how to perform server-side CRUD operations in the React Data Grid component. This video demonstrates how to create a simple mock server using ExpressJS, and how to create endpoints for communicating with the React Data Grid, including getting data as well as inserting, deleting, and updating records. Finally, you will also learn how to bind the server endpoints to the data manager and handle CRUD operations on the server side.

Topics included
1. Creating express server 00:52 min
2. Creating express server endpoints 02:14 min
3. Binding with the data manager 04:52 min
Plaform: React Show more
thumbnail image

Watch video

Handling CRUD Actions Using Fetch API and React Grid Events

Learn how to perform server-side CRUD operations in the React Data Grid using Fetch API and client-side events of React Grid. In this video, you will see how to create REST APIs using the Express server and call the endpoints to a custom service using the Fetch API. Finally, learn how to bind the custom service with the React Data Grid using the dataSourceChanged event.

Download Example: Perform CRUD Using the Fetch API and React Data Grid Events

Topics included
1. Creating server endpoints 00:40 min
2. Learn about dataSourceChanged event 03:17 min
3. Create custom service 05:20 min
4. Call the services in dataSourceChanged event 07:00 min
Plaform: React Show more
thumbnail image

Watch video

How to Work with Filtering Options of React Data Grid

Learn how to enable and work with the different filtering options of React Data Grid. Also, see how to filter diacritic characters with various filter options. In this video, you will learn how to enable different types of filter UI designs like inline, menu, checkboxes and Excel-like filter template. Finally, you will also learn how to add custom components to the inline filer menu of the React Data Grid.

Download Example: Work with Filtering Options in the React Data Grid

Topics included
1. Enable filtering 00:45 min
2. Filter diacritic characters 01:03 min
3. Different filter operators 01:50 min
4. Filter-menu types 03:09 min
5. Add custom components to filter menu 04:20 min
Plaform: React Show more
thumbnail image

Watch video

Deep Dive into Grouping and Aggregates of React Data Grid

Learn the different options available in Grouping and Aggregate features of React Data Grid by Syncfusion. In this video, you will see how to enable Grouping and apply it on Grid's initial render. You will also see different built-in Aggregates and how to add them to the footer of a Data Grid. Additionally, you will also learn how to create and display custom Aggregates and Group Aggregates on the React Data Grid.

Download Example: Grouping and Aggregates in the React Data Grid

Topics included
1. Enable Grouping 00:39 min
2. Initial Grouping 01:04 min
3. Built-in Aggregates 01:41 min
4. Footer Aggregates 02:04 min
5. Custom Aggregates 03:58 min
6. Group Aggregates 04:56 min
Plaform: React Show more
thumbnail image

Watch video

Exporting React Data Grid with Complete Customization

Exporting Data Grid to PDF or Excel is simple using Syncfusion EJ2 React Data Grid. Easily export to PDF or Excel with complete customization in a few lines of code. Customization options include adding a header and footer, exporting the current page of the Data Grid, custom themes, and more.

Download Example: Export the React Data Grid with Customization

Topics included
1. PDF export 00:50 min
2. PDF: file name 02:46 min
3. PDF: header and footer 03:04 min
4. PDF: export current page 04:06 min
5. PDF: theme 04:31 min
6. Excel export 05:10 min
7. Excel: file name 06:06 min
8. Excel: header and footer 06:20 min
9. Excel: export current page 06:56 min
10. Excel: theme 07:04 min
Plaform: React Show more
thumbnail image

Watch video

Cell Selection and Check Box Selection with React Data Grid Rows

Learn about different cell selection types and modes in the Syncfusion React Data Grid. In this video, you will learn how to enable cell selection and check box selection and how to perform toggle selection. You will also see how to select a row on initial rendering and get the selected row indexes.

Download Example: Cell and Checkbox Selection in the React Data Grid

Topics included
1. Enable cell selection 01:01 min
2. Set selection mode 01:42 min
3. Enable check box selection 02:45 min
4. Toggle selection 03:20 min
5. Get selected row indexes 03:59 min
Plaform: React Show more
thumbnail image

Watch video

Cell Customization in React Data Grid Using Templates

Learn how easily you can customize rows and columns in the Syncfusion React Data Grid. In this video, you will learn how to apply custom templates to the rows and columns and how to customize a grid cell based on specific cell values. You will also see how to render conditional templates based on specific conditions.

Download Example: Customize Cells in the React Data Grid with Templates

Topics included
1. Using queryCellInfo event 01:29 min
2. Row customization 02:12 min
3. Detail rows 05:15 min
4. Column customization 06:04 min
Plaform: React Show more
thumbnail image

Watch video

How to Enable Adaptive UI Layout in the React DataGrid Component

This video demonstrates how to enable the adaptive UI layout in the Syncfusion React DataGrid component through supported row render modes: horizontal row rendering and vertical row rendering.

Topics included
1. Introduction 00:00 min
2. Enable adaptive UI 01:17 min
3. Row render modes 02:11 min
4. Vertical row render 02:32 min
Plaform: React Show more
thumbnail image

Watch video

How to Perform Sorting in React DataGrid Component

This video demonstrates how to perform sorting in the Syncfusion React DataGrid component and explains sorting in initial rendering, multicolumn sorting, and custom sorting.

Topics included
1. Introduction 00:00 min
2. Enable sorting in charts 01:06 min
3. Sorting in initial rendering 02:00 min
4. Multiple column sorting 03:03 min
5. Custom sorting 03:35 min
Plaform: React Show more
Chat with us