|
1 | 1 | ---
|
2 | 2 | layout: post
|
3 |
| -title: DataBinding with Grid widget for Syncfusion Essential JS |
4 |
| -description: How to bind in-memory JSON and remote web services in Grid |
| 3 | +title: DataBinding in ASP.NET MVC Grid control | Syncfusion |
| 4 | +description: Learn here about getting started with Syncfusion ASP.NET MVC Grid control, its elements, and more. |
5 | 5 | platform: ejmvc
|
6 | 6 | control: Grid
|
7 | 7 | documentation: ug
|
8 | 8 | ---
|
9 |
| -# Data Binding |
| 9 | +# Data Binding in ASP.NET MVC Grid |
10 | 10 |
|
11 | 11 | Grid `DataSource` property allows to bind datasource as the instance of one of the following types.
|
12 | 12 |
|
@@ -67,7 +67,7 @@ The following code example describes the above behavior.
|
67 | 67 |
|
68 | 68 | The following output is displayed as a result of the above code example.
|
69 | 69 |
|
70 |
| - |
| 70 | + |
71 | 71 |
|
72 | 72 | ## DataTable
|
73 | 73 |
|
@@ -133,7 +133,7 @@ The following code example describes the above behavior.
|
133 | 133 |
|
134 | 134 | The following output is displayed as a result of the above code example.
|
135 | 135 |
|
136 |
| - |
| 136 | + |
137 | 137 |
|
138 | 138 | ## Entity Framework
|
139 | 139 |
|
@@ -174,7 +174,7 @@ The following code example describes the above behavior.
|
174 | 174 |
|
175 | 175 | The following output is displayed as a result of the above code example.
|
176 | 176 |
|
177 |
| - |
| 177 | + |
178 | 178 |
|
179 | 179 | See Also
|
180 | 180 |
|
@@ -219,7 +219,7 @@ The following code example describes the above behavior.
|
219 | 219 |
|
220 | 220 | The following output is displayed as a result of the above code example.
|
221 | 221 |
|
222 |
| - |
| 222 | + |
223 | 223 |
|
224 | 224 | See Also
|
225 | 225 |
|
@@ -317,7 +317,7 @@ The following code example describes the above behavior.
|
317 | 317 |
|
318 | 318 | The following output is displayed as a result of the above code example.
|
319 | 319 |
|
320 |
| - |
| 320 | + |
321 | 321 |
|
322 | 322 | See Also
|
323 | 323 |
|
@@ -368,7 +368,7 @@ The following code example describes the above behavior.
|
368 | 368 |
|
369 | 369 | The following output is displayed as a result of the above code example.
|
370 | 370 |
|
371 |
| - |
| 371 | + |
372 | 372 |
|
373 | 373 | W> A navigation property that represents the "many" end of a relationship cannot be specified using lambda expression. Instead `Field` name can be provide as string in such as case.
|
374 | 374 |
|
@@ -402,7 +402,7 @@ The following code example describes the above behavior.
|
402 | 402 |
|
403 | 403 | The following output is displayed as a result of the above code example.
|
404 | 404 |
|
405 |
| - |
| 405 | + |
406 | 406 |
|
407 | 407 | See Also
|
408 | 408 |
|
@@ -436,7 +436,7 @@ The following code example describes the above behavior.
|
436 | 436 |
|
437 | 437 | The following output is displayed as a result of the above code example.
|
438 | 438 |
|
439 |
| - |
| 439 | + |
440 | 440 |
|
441 | 441 | ## Web API Service
|
442 | 442 |
|
@@ -491,7 +491,7 @@ The following code example describes the above behavior.
|
491 | 491 |
|
492 | 492 | The following output is displayed as a result of the above code example.
|
493 | 493 |
|
494 |
| - |
| 494 | + |
495 | 495 |
|
496 | 496 | ## HTML Table binding
|
497 | 497 |
|
@@ -580,7 +580,7 @@ The following code example describes the above behavior.
|
580 | 580 |
|
581 | 581 | The following output is displayed as a result of the above code example.
|
582 | 582 |
|
583 |
| - |
| 583 | + |
584 | 584 |
|
585 | 585 | ## Miscellaneous
|
586 | 586 |
|
@@ -610,7 +610,7 @@ The following code example describes the above behavior.
|
610 | 610 |
|
611 | 611 | The following output is displayed as a result of the above code example.
|
612 | 612 |
|
613 |
| - |
| 613 | + |
614 | 614 |
|
615 | 615 | ### Load at once
|
616 | 616 |
|
@@ -640,7 +640,7 @@ The following code example describes the above behavior.
|
640 | 640 |
|
641 | 641 | The following output is displayed as a result of the above code example.
|
642 | 642 |
|
643 |
| - |
| 643 | + |
644 | 644 |
|
645 | 645 | ### Data caching
|
646 | 646 |
|
@@ -675,7 +675,7 @@ The following code example describes the above behavior.
|
675 | 675 |
|
676 | 676 | The following output is displayed as a result of the above code example.
|
677 | 677 |
|
678 |
| - |
| 678 | + |
679 | 679 |
|
680 | 680 | ### Custom request parameters and HTTP Header
|
681 | 681 |
|
@@ -708,7 +708,7 @@ E> Attempting to add custom parameters with key name same as any default AJAX pa
|
708 | 708 |
|
709 | 709 | The following output is displayed as a result of the above code example.
|
710 | 710 |
|
711 |
| - |
| 711 | + |
712 | 712 |
|
713 | 713 | #### Adding custom HTTP headers
|
714 | 714 |
|
@@ -739,7 +739,7 @@ N> To add custom headers to the DataManager through JavaScript, refer to this [
|
739 | 739 |
|
740 | 740 | The following output is displayed as a result of the above code example.
|
741 | 741 |
|
742 |
| - |
| 742 | + |
743 | 743 |
|
744 | 744 | ### Handling HTTP Errors
|
745 | 745 |
|
@@ -791,4 +791,4 @@ The following code example describes the above behavior.
|
791 | 791 |
|
792 | 792 | The following output is displayed as a result of the above code example.
|
793 | 793 |
|
794 |
| - |
| 794 | + |
0 commit comments