From 81a12e3cc19f20ca6700b6778423a366097f1426 Mon Sep 17 00:00:00 2001 From: Marin Bratanov Date: Wed, 17 Jan 2018 16:26:38 +0200 Subject: [PATCH] docs(common): update server API reference for R1 2018 --- api/server/Telerik.Web.UI/RadGrid.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/server/Telerik.Web.UI/RadGrid.md b/api/server/Telerik.Web.UI/RadGrid.md index 14f59606d6..774d199b63 100644 --- a/api/server/Telerik.Web.UI/RadGrid.md +++ b/api/server/Telerik.Web.UI/RadGrid.md @@ -957,7 +957,7 @@ Gets or sets the name of the Skin that Telerik RadGrid will use. #### Remarks There are three possible scenarios for using this property:Leave this property unset or set it to "Default" - the default skin, - common for the TelerikĀ® UI for ASP.NET AJAX suite will be usedSet the name of the embedded grid skin - the skin will be appliedSet the name of the custom grid skin along with the EnableEmbeddedSkins="false" + common for the TelerikĀ® UI for ASP.NET Ajax suite will be usedSet the name of the embedded grid skin - the skin will be appliedSet the name of the custom grid skin along with the EnableEmbeddedSkins="false" (see 'Creating a custom skin' Fundamentals article)Set this property to "" - no skin will be applied. Only the default grid images (for Expand/Collapse, Sort, Edit, etc) will be used. Use this option if you have own appearance customizations for prevous