diff --git a/js/DropDownList/Getting-Started.md b/js/DropDownList/Getting-Started.md index a5f882bd6..a2ec80b87 100644 --- a/js/DropDownList/Getting-Started.md +++ b/js/DropDownList/Getting-Started.md @@ -99,7 +99,7 @@ Create a new HTML file and add [CDN](https://help.syncfusion.com/js/cdn) links t {% endhighlight %} - N> In production, we highly recommend you to use our [custom script generator](https://help.syncfusion.com/js/custom-script-generator#) to create custom script file with required controls and its dependencies only. Also to reduce the file size further please use [GZip compression](https://web.dev/optimizing-content-efficiency-optimize-encoding-and-transfer/?hl=en#text-compression-with-gzip) in your server. + N> In production, we highly recommend you to use our [custom script generator](https://help.syncfusion.com/js/custom-script-generator) to create custom script file with required controls and its dependencies only. Also to reduce the file size further please use [GZip compression](https://web.dev/articles/optimizing-content-efficiency-optimize-encoding-and-transfer?hl=en#text-compression-with-gzip) in your server. ## Creating DropDownList diff --git a/js/Grid/Getting-Started.md b/js/Grid/Getting-Started.md index 334d5b1bf..f1478f48b 100644 --- a/js/Grid/Getting-Started.md +++ b/js/Grid/Getting-Started.md @@ -145,7 +145,7 @@ To get started, you can use the `ej.web.all.min.js` file that encapsulates all t -N> In production, we highly recommend you to use our [custom script generator](https://help.syncfusion.com/js/custom-script-generator) to create custom script file with required controls and its dependencies only. Also, to reduce the file size further please use [GZip compression](https://web.dev/optimizing-content-efficiency-optimize-encoding-and-transfer/?hl=en) in your server. +N> In production, we highly recommend you to use our [custom script generator](https://help.syncfusion.com/js/custom-script-generator) to create custom script file with required controls and its dependencies only. Also, to reduce the file size further please use [GZip compression](https://web.dev/articles/optimizing-content-efficiency-optimize-encoding-and-transfer?hl=en) in your server. For themes, you can use the `ej.web.all.min.css` CDN link from the code example given. To add the themes in your application, please refer to [this link](https://help.syncfusion.com/js/theming-in-essential-javascript-components).