Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/coffee-warehouse-nextjs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next

## The following KendoReact components are used in the sample application:

- [Data Grid](https://www.telerik.com/kendo-react-ui/components/grid/)
- [Grid](https://www.telerik.com/kendo-react-ui/components/grid/)

- [Chart](https://www.telerik.com/kendo-react-ui/components/chart/)

Expand Down
2 changes: 1 addition & 1 deletion examples/ecommerce-jewellery-store/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## The following KendoReact components are used in the sample application:

- [Data Grid](https://www.telerik.com/kendo-react-ui/components/grid/)
- [Grid](https://www.telerik.com/kendo-react-ui/components/grid/)

- [Chart](https://www.telerik.com/kendo-react-ui/components/chart/)

Expand Down
2 changes: 1 addition & 1 deletion examples/kendo-react-datagrid-asp-net-core/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Kendo React Data Grid ASP.NET Core
# Kendo React Grid ASP.NET Core

This repository contains a sample application showcasing how to implement common data operations for the KendoReact Data Grid with an ASP.NET Core backend. The project focuses on how data operations like paging, sorting, filtering, and grouping are triggered on the client and can be handled on the sever-side of things. The ultimate goal is to showcase a full-stack project and demystify the client and server-side interactions with an advanced UI component like the data grid.

Expand Down
2 changes: 1 addition & 1 deletion examples/kendo-react-e-commerce-astro-app/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## The following KendoReact components are used in the sample application:

- [Data Grid](https://www.telerik.com/kendo-react-ui/components/grid/)
- [Grid](https://www.telerik.com/kendo-react-ui/components/grid/)

- [Chart](https://www.telerik.com/kendo-react-ui/components/chart/)

Expand Down
2 changes: 1 addition & 1 deletion examples/kendo-react-finance-portfolio/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ You can see the following ten KendoReact components implemented in this sample a
- Candle Chart
- Line Chart
- Area Chart
- [KendoReact Data Grid](https://www.telerik.com/kendo-react-ui/components/grid/)
- [KendoReact Grid](https://www.telerik.com/kendo-react-ui/components/grid/)
- [KendoReact DropDownList](https://www.telerik.com/kendo-react-ui/components/dropdowns/)
- [KendoReact DateRangePicker](https://www.telerik.com/kendo-react-ui/components/dateinputs/daterangepicker/)
- [KendoReact Splitter](https://www.telerik.com/kendo-react-ui/components/layout/splitter/)
Expand Down
2 changes: 1 addition & 1 deletion examples/kendo-react-marklogic-example/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# KendoReact Data Grid and Chart With MarkLogic
# KendoReact Grid and Chart With MarkLogic

A sample application that showcases how to Integrate MarkLogic and the KendoReact Grid with CRUD operations and a KendoReact Chart that displays GeoJSON data.

Expand Down
2 changes: 1 addition & 1 deletion examples/kendo-react-marklogic-example/ui/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# KendoReact Data Grid With MarkLogic
# KendoReact Grid With MarkLogic

A sample application that showcases how to Integrate MarkLogic and the KendoReact Grid.

Expand Down
4 changes: 2 additions & 2 deletions examples/kendo-react-nodejs-express/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# KendoReact Data Grid With Express Server
# KendoReact Grid With Express Server

This is a sample application that uses the KendoReact Data Grid with an Express server. The Grid has server data operations and CRUD operations.
This is a sample application that uses the KendoReact Grid with an Express server. The Grid has server data operations and CRUD operations.

## Running the Application

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ const GridPage = (props) => {
</div>
<div className='col-12 col-lg-3 mt-3 mt-lg-0'>
<h3>KendoReact Grid</h3>
<p>The KendoReact Data Grid (Table) provides 100+ ready-to-use features covering everything from paging, sorting, filtering, editing, and grouping to row and column virtualization, export to PDF and Excel and accessibility.</p>
<p>The KendoReact Grid (Table) provides 100+ ready-to-use features covering everything from paging, sorting, filtering, editing, and grouping to row and column virtualization, export to PDF and Excel and accessibility.</p>
<p>For documentation and demos of all available Grid features (filtering, sorting, paging, editing etc), please visit the <a href="https://www.telerik.com/kendo-react-ui/components/grid/?utm_medium=cpm&utm_source=stackblitz-app&utm_campaign=kendo-ui-react-trial-grid">KendoReact Grid documentation page.</a> </p>
</div>
</div>
Expand Down
Loading