You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Label content can be formatted by using the template option. Inside the template, you can add the placeholder text *"point.x"* and *"point.y"* to display corresponding data points x & y value.
@@ -142,7 +142,7 @@ The following code example shows how to add background shapes and set template t
142
142
143
143
{% endhighlight %}
144
144
145
-

145
+

146
146
147
147
148
148
The appearance of the labels can be customized by using the *Font* and *Offset* options. The Offset option is used to move the labels vertically. Also, labels can be rotated by using the *Rotate* option.
@@ -166,7 +166,7 @@ The following code example shows how to rotate data label text and customize the
166
166
167
167
{% endhighlight %}
168
168
169
-

169
+

170
170
171
171
172
172
You can position the label to the top, center or bottom position of the segment by using the **TextPosition** option for the chart types such as Column, Bar, Stacked bar, Stacked column, 100% Stacked bar, 100% Stacked column, Candle and OHLC.
@@ -189,7 +189,7 @@ The following code example shows how to set textPosition to display data label i
189
189
190
190
{% endhighlight %}
191
191
192
-

192
+

193
193
194
194
The label can be positioned inside or outside the perimeter of the series by using the **LabelPosition** option for the chart types such as Pie and Doughnut, .
195
195
@@ -221,17 +221,17 @@ The following code example shows how to set the LabelPosition,
@@ -392,7 +392,7 @@ When the data is provided by using the Points option, you can add marker for eac
392
392
393
393
{% endhighlight %}
394
394
395
-

395
+

396
396
397
397
398
398
When the data is bound to the series by using the DataSource option, you can customize the points in the **SeriesRendering** event as illustrated in the following code example,
@@ -450,7 +450,7 @@ When the data is bound to the series by using the DataSource option, you can cus
Copy file name to clipboardExpand all lines: aspnet/Grid/Toolbar.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
---
2
2
layout: post
3
3
title: Toolbar with Grid widget for Syncfusion Essential ASP.NET
4
-
description: How to enable toolbar and its actions
4
+
description: How to enable toolbar in Syncfusion Essential ASP.NET Webforms Grid Control, its elements, and more.
5
5
platform: aspnet
6
6
control: Grid
7
7
documentation: ug
8
8
---
9
9
10
-
# Toolbar
10
+
# Toolbar in ASP.NET Webforms Grid
11
11
12
12
Toolbar can be shown by defining the `ShowToolbar` property of `ToolbarSettings` should be true. Toolbar has option to add default items in `ToolbarItems` property of `ToolbarSettings.` and customized items in `CustomToolbarItem` property of `ToolbarSettings`.
13
13
@@ -122,7 +122,7 @@ Search text in records</td></tr>
I> `AllowAdding`, `AllowEditing`, `AllowDeleting` property of `EditSettings` need to be enabled for add, edit, delete, save & cancel and `AllowSearching` property of `ToolbarItems` to be enabled while adding Search in toolbar to perform search action.
128
128
@@ -256,7 +256,7 @@ Custom toolbar is used to create your own toolbar items in toolbar. It can add b
Copy file name to clipboardExpand all lines: aspnet/NavigationDrawer/Getting-Started.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,19 @@
1
1
---
2
2
layout: post
3
3
title: Getting Started | NavigationDrawer | ASP.NET Webforms | Syncfusion
4
-
description: getting started
4
+
description: Learn here about getting started with Syncfusion ASP.NET Webforms Navigation Drawer Control, its elements, and more.
5
5
platform: aspnet
6
6
control: Navigation Drawer
7
7
documentation: ug
8
8
---
9
9
10
-
# Getting Started
10
+
# Getting Started with ASP.NET Webforms Navigation Drawer
11
11
12
12
## Create your first Navigation Drawer control in ASP.NET Webforms
13
13
14
14
NavigationDrawer is a sliding panel that displays the list of navigation options on demand. That is, by default, it is not visible but you can display it on the left/right side of the screen by swiping or by clicking with desired target icon.
@@ -166,7 +166,7 @@ In the above code we have added targetId and contentId to find and navigate to s
166
166
167
167
Run the above code to render the following output.
168
168
169
-

169
+

170
170
171
171
172
172
You can load the appropriate content for the navigation items by updating the content through mouseDown handler of listview. You can define the handler and pass the method name with mouseDown attribute through listViewSettings. Also to view which item’s content is being loaded in the page, make the list selection to persist in the drawer by setting persistSelection as true. Refer to the following code example.
@@ -193,7 +193,7 @@ In the mouse down handler, you can hide the other content and display the respec
193
193
194
194
Run the above code to render the following output.
2. Once the control is dragged and dropped into the page,all the dependent scripts and CSS files will be loaded as an embedded resource from Syncfusion.EJ.Web. This will add the following appSetting key in web.config file to load resource files.
22
22
@@ -31,7 +31,7 @@ This section explains the step-by-step instructions to create RichTextEditor in
31
31
32
32
3. Customize the RichTextEditor control using properties panel as well as set the value for the RichTextEditor as given below.
0 commit comments