diff --git a/examples/coffee-warehouse-nextjs/README.md b/examples/coffee-warehouse-nextjs/README.md index 6b08c4b6d..9b23daee7 100644 --- a/examples/coffee-warehouse-nextjs/README.md +++ b/examples/coffee-warehouse-nextjs/README.md @@ -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/) diff --git a/examples/ecommerce-jewellery-store/README.md b/examples/ecommerce-jewellery-store/README.md index 276d9f9d9..0563f3fdb 100644 --- a/examples/ecommerce-jewellery-store/README.md +++ b/examples/ecommerce-jewellery-store/README.md @@ -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/) diff --git a/examples/kendo-react-datagrid-asp-net-core/README.md b/examples/kendo-react-datagrid-asp-net-core/README.md index 20f906cbe..2a9ebe774 100644 --- a/examples/kendo-react-datagrid-asp-net-core/README.md +++ b/examples/kendo-react-datagrid-asp-net-core/README.md @@ -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. diff --git a/examples/kendo-react-e-commerce-astro-app/README.md b/examples/kendo-react-e-commerce-astro-app/README.md index 07884446d..fdb126848 100644 --- a/examples/kendo-react-e-commerce-astro-app/README.md +++ b/examples/kendo-react-e-commerce-astro-app/README.md @@ -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/) diff --git a/examples/kendo-react-finance-portfolio/README.md b/examples/kendo-react-finance-portfolio/README.md index 76d887732..01fc505e3 100644 --- a/examples/kendo-react-finance-portfolio/README.md +++ b/examples/kendo-react-finance-portfolio/README.md @@ -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/) diff --git a/examples/kendo-react-marklogic-example/README.md b/examples/kendo-react-marklogic-example/README.md index 2546711d8..a21c18688 100644 --- a/examples/kendo-react-marklogic-example/README.md +++ b/examples/kendo-react-marklogic-example/README.md @@ -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. diff --git a/examples/kendo-react-marklogic-example/ui/README.md b/examples/kendo-react-marklogic-example/ui/README.md index e6edfc244..37490add5 100644 --- a/examples/kendo-react-marklogic-example/ui/README.md +++ b/examples/kendo-react-marklogic-example/ui/README.md @@ -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. diff --git a/examples/kendo-react-nodejs-express/README.md b/examples/kendo-react-nodejs-express/README.md index 002042bd2..f8155d09d 100644 --- a/examples/kendo-react-nodejs-express/README.md +++ b/examples/kendo-react-nodejs-express/README.md @@ -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 diff --git a/examples/kendo-react-stackblitz-app/src/components/GridPage.jsx b/examples/kendo-react-stackblitz-app/src/components/GridPage.jsx index 273bc2c2d..c374b5c69 100644 --- a/examples/kendo-react-stackblitz-app/src/components/GridPage.jsx +++ b/examples/kendo-react-stackblitz-app/src/components/GridPage.jsx @@ -143,7 +143,7 @@ const GridPage = (props) => {
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.
+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.
For documentation and demos of all available Grid features (filtering, sorting, paging, editing etc), please visit the KendoReact Grid documentation page.