Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 9798d44

Browse files
Merge pull request #180 from syncfusion-content/SEO-1973_Site_Audit_Issues
SEO-2423_Site_Audit_Issues
2 parents 7a80307 + 14ac619 commit 9798d44

File tree

5 files changed

+32
-32
lines changed

5 files changed

+32
-32
lines changed

‎aspnetmvc/Combobox/how-to.md‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
layout: post
33
title: How to ComboBox control for Syncfusion ASP.NET MVC
4-
description: How to
4+
description: Learn here about How to section in Syncfusion Essential ASP.NET MVC ComboBox Control, its elements, and more.
55
platform: ejmvc
66
control: ComboBox
77
documentation: ug
88
keywords: dataBind, ComboBox, cascading, autofill, icons
99
---
1010

11-
# How To
11+
# How To section in ASP.NET MVC ComboBox
1212

1313
## Configure the Cascading ComboBox
1414

@@ -87,7 +87,7 @@ to the ComboBox.
8787
Output for ComboBox control is as follows.
8888

8989

90-
![](Combobox_howto_images/howto_cascading.png)
90+
![ASP.NET MVC ComboBox Show the list items with icons](Combobox_howto_images/howto_cascading.png)
9191

9292

9393
## Show the list items with icons
@@ -191,7 +191,7 @@ In the following sample, icon classes are mapped with `IconCss` field.
191191
Output for ComboBox control is as follows.
192192

193193

194-
![](Combobox_howto_images/howto_icon.png)
194+
![ASP.NET MVC ComboBox AutoFill supported with ComboBox](Combobox_howto_images/howto_icon.png)
195195

196196
## AutoFill supported with ComboBox
197197

@@ -247,7 +247,7 @@ In the following sample, showcase that how to work autofill with ComboBox.
247247
Output for grouping ComboBox control is as follows.
248248

249249

250-
![](Combobox_howto_images/autofill.png)
250+
![ASP.NET MVC ComboBox Validation](Combobox_howto_images/autofill.png)
251251

252252

253253
## Validation of ComboBox using jQuery Validator

‎aspnetmvc/TimePicker/Localization.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: post
33
title: Localization | TimePicker | ASP.NET MVC | Syncfusion
4-
description: localization
4+
description: Learn here about localization support in Syncfusion Essential ASP.NET MVC TimePicker Control, its elements, and more.
55
platform: ejmvc
66
control: TimePicker
77
documentation: ug
88
---
99

10-
# Localization
10+
# Localization in ASP.NET MVC TimePicker
1111

1212
You can globalize the TimePicker, so that users of different cultures can make use of it and post their content. For your convenience, you can format the TimePicker control to your culture. When your blog is in your culture, the viewers of your culture can understand about your company and its products. You can achieve localization using the "Locale" property.
1313

@@ -48,7 +48,7 @@ The following steps explains you on how to enable Locale property for TimePicker
4848

4949
Execute the above code to render the following output.
5050

51-
![](Localization_images/Localization_img1.png)
51+
![ASP.NET MVC TimePicker Localization](Localization_images/Localization_img1.png)
5252

5353
TimePicker with es-ES Localization
5454
{:.caption}

‎aspnetmvc/TimePicker/TimePicker-Customization.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: post
33
title: TimePicker Customization | TimePicker | ASP.NET MVC | Syncfusion
4-
description: timepicker customization
4+
description: Learn here about customization support in Syncfusion Essential ASP.NET MVC TimePicker Control, its elements, and more.
55
platform: ejmvc
66
control: TimePicker
77
documentation: ug
88
---
99

10-
# TimePicker Customization
10+
# Customization in ASP.NET MVC TimePicker
1111

1212
The TimePicker provides support to display a TimePicker in your web page and allows you to pick a time from it.
1313

@@ -27,7 +27,7 @@ The following steps explains you to create a TimePicker widget.
2727

2828

2929
2. The following screenshot illustrates you a default TimePicker.
30-
![](TimePicker-Customization_images/TimePicker-Customization_img1.png)
30+
![ASP.NET MVC TimePicker customization](TimePicker-Customization_images/TimePicker-Customization_img1.png)
3131

3232
TimePicker Control
3333
{:.caption}

‎aspnetmvc/TreeGrid/Data-Binding.md‎

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: post
33
title: Data Binding | TreeGrid | ASP.NET MVC | Syncfusion
4-
description: data binding
4+
description: Learn here about data binding support in Syncfusion Essential ASP.NET MVC TreeGrid Control, its elements, and more.
55
platform: ejmvc
66
control: TreeGrid
77
documentation: ug
88
---
99

10-
# Data Binding
10+
# Data Binding in ASP.NET MVC TreeGrid
1111

1212
Data Binding is the process that establishes a connection between the application and different kinds of datasources such as business objects.
1313

@@ -181,7 +181,7 @@ public class TreeGridController : Controller
181181

182182
The output of the above steps is as follows:
183183

184-
![](Data-Binding_images/Data-Binding_img1.png)
184+
![ASP.NET MVC TreeGrid Self Referential Data Binding](Data-Binding_images/Data-Binding_img1.png)
185185

186186
[Click](https://mvc.syncfusion.com/demos/web/treegrid/treegridlocalbinding) here to view the online demo sample for hierarchical databinding.
187187

@@ -370,7 +370,7 @@ TreeGrid is rendered from Self-Referential data structures by providing two fiel
370370

371371
The following screenshot shows the output of the above steps,
372372

373-
![](Data-Binding_images/Data-Binding_img2.png)
373+
![ASP.NET MVC TreeGrid Remote data binding](Data-Binding_images/Data-Binding_img2.png)
374374

375375
[Click](https://mvc.syncfusion.com/demos/web/treegrid/treegridselfreference) here to view the online demo sample for self-referential databinding.
376376

@@ -422,12 +422,12 @@ The following code explains how to use Load on Demand in TreeGrid Control,
422422

423423
The output for load on demand support in TreeGrid:
424424

425-
![](Data-Binding_images/Data-Binding_img3.png)
426-
![](Data-Binding_images/Data-Binding_img4.png)
425+
![ASP.NET MVC TreeGrid Data Binding](Data-Binding_images/Data-Binding_img3.png)
426+
![ASP.NET MVC TreeGrid load on demand](Data-Binding_images/Data-Binding_img4.png)
427427

428428
The following output shows how load on demand works for expanding action
429429

430-
![](Data-Binding_images/Data-Binding_img5.png)
430+
![ASP.NET MVC TreeGrid Load at once](Data-Binding_images/Data-Binding_img5.png)
431431

432432
[Click](https://mvc.syncfusion.com/demos/web/treegrid/treegridloadondemand) here to view the online demo sample for Load on demand.
433433

‎aspnetmvc/TreeGrid/Rows.md‎

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: post
33
title: Rows | TreeGrid | ASP.NET MVC | Syncfusion
4-
description: rows
4+
description: Learn here about rows support in Syncfusion Essential ASP.NET MVC TreeGrid Control, its elements, and more.
55
platform: ejmvc
66
control: TreeGrid
77
documentation: ug
88
---
99

10-
# Rows
10+
# Rows in ASP.NET MVC TreeGrid
1111

1212
The TreeGrid rows displays the information of each row from the bounded data source.
1313

@@ -176,7 +176,7 @@ Row template is used to customize the TreeGrid rows based on requirements. In Tr
176176

177177
The output of TreeGrid with Row Template is as follows.
178178

179-
![](Rows_images/Rows_img1.png)
179+
![ASP.NET MVC TreeGrid Row Height](Rows_images/Rows_img1.png)
180180

181181
[Click](http://mvc.syncfusion.com/demos/web/treegrid/treegridrowtemplate) here to view online sample for TreeGrid Row Template
182182

@@ -197,7 +197,7 @@ The following code example explains how to change the row height in TreeGrid
197197

198198
{% endhighlight %}
199199

200-
![](Rows_images/Rows_img5.png)
200+
![ASP.NET MVC TreeGrid Alternate row styling](Rows_images/Rows_img5.png)
201201

202202
The above screenshot shows TreeGrid render with row height of 50.
203203
{:.caption}
@@ -218,7 +218,7 @@ The following code explains about enabling the alternate row style in TreeGrid
218218

219219
{% endhighlight %}
220220

221-
![](Rows_images/Rows_img4.png)
221+
![ASP.NET MVC TreeGrid Row Drag and Drop](Rows_images/Rows_img4.png)
222222

223223
The above screenshot shows TreeGrid with alternate row style.
224224
{:.caption}
@@ -249,7 +249,7 @@ The following code explains about enabling the row drag and drop with the defaul
249249

250250
The following screenshot depicts a row drag and drop in the TreeGrid.
251251

252-
![](Rows_images/Rows_img2.png)
252+
![ASP.NET MVC TreeGrid Customizing Drag tooltip](Rows_images/Rows_img2.png)
253253

254254
## Customizing Drag tooltip
255255

@@ -281,7 +281,7 @@ The following code shows how to render row drag tooltip with JsRender template.
281281
@(Html.EJ().ScriptManager())
282282
{% endhighlight %}
283283

284-
![](Rows_images/Rows_img3.png)
284+
![ASP.NET MVC TreeGrid Multiple row drag and drop](Rows_images/Rows_img3.png)
285285

286286
## Multiple row drag and drop
287287
@@ -304,7 +304,7 @@ We can also customize row drag and drop actions by using below properties
304304

305305
* canDrop – It is used to enable/disable the row drop action for draggedRecords collection in `RowDropActionBegin` client side event.
306306

307-
![](Rows_images/Rows_img13.png)
307+
![ASP.NET MVC TreeGrid Details row](Rows_images/Rows_img13.png)
308308

309309
[Click](http://mvc.syncfusion.com/demos/web/treegrid/treegridrowdraganddrop) here to view the demo sample for multiple drag and drop action.
310310

@@ -336,7 +336,7 @@ The following code example shows how to enable details tow in TreeGrid.
336336

337337
{% endhighlight %}
338338

339-
![](Rows_images/Rows_img8.png)
339+
![ASP.NET MVC TreeGrid Disable details row info column](Rows_images/Rows_img8.png)
340340

341341
The above screenshot shows details row in TreeGrid.
342342
{:.caption}
@@ -363,7 +363,7 @@ The following code example shows how to hide detail info column in TreeGrid.
363363

364364
{% endhighlight %}
365365

366-
![](Rows_images/Rows_img9.png)
366+
![ASP.NET MVC TreeGrid Defining row height for detail template](Rows_images/Rows_img9.png)
367367

368368
The above screenshot shows details row rendered next to the respective row.
369369
{:.caption}
@@ -384,7 +384,7 @@ The following code example shows how to set details row height in TreeGrid.
384384

385385
{% endhighlight %}
386386

387-
![](Rows_images/Rows_img10.png)
387+
![ASP.NET MVC TreeGrid Customize detail row](Rows_images/Rows_img10.png)
388388

389389
The above screenshot shows details row rendered with height of `150px`.
390390
{:.caption}
@@ -416,7 +416,7 @@ function detailsDataBound(args) {
416416

417417
{% endhighlight %}
418418

419-
![](Rows_images/Rows_img12.png)
419+
![ASP.NET MVC TreeGrid rows](Rows_images/Rows_img12.png)
420420

421421
The above screenshot shows details row customization for specific row.
422422
{:.caption}
@@ -466,7 +466,7 @@ The following code example shows how to use this property.
466466

467467
{% endhighlight %}
468468

469-
![](Rows_images/Rows_img6.png)
469+
![ASP.NET MVC TreeGrid Define expand collapse state of every record](Rows_images/Rows_img6.png)
470470

471471
The above screenshot shows TreeGrid render with collapsed state.
472472
{:.caption}
@@ -533,7 +533,7 @@ public class TreeGridController : Controller
533533

534534
The below screenshot shows the output of above code example..
535535

536-
![](Rows_images/Rows_img7.png)
536+
![ASP.NET MVC TreeGrid Expand and Collapse](Rows_images/Rows_img7.png)
537537

538538
### Expand/Collapse all the rows dynamically
539539

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /