Skip to content

Commit d4671e6

Browse files
authored
Merge pull request #3292 from syncfusion-content/904108-conflict
documentation(904108): Resolved conflict
2 parents 0e1a496 + 63c5180 commit d4671e6

File tree

5 files changed

+0
-312
lines changed

5 files changed

+0
-312
lines changed

ej2-asp-core-mvc/grid/EJ2_ASP.MVC/columns/auto-generated-columns.md

Lines changed: 0 additions & 103 deletions
This file was deleted.

ej2-asp-core-mvc/grid/EJ2_ASP.MVC/columns/columns.md

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -33,34 +33,6 @@ Grid column supports the following types:
3333
N> If the [`Type`](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.Grids.GridColumn.html#Syncfusion_EJ2_Grids_GridColumn_Type) is not defined, it will be determined from the first record of the [`DataSource`](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.Grids.Grid.html#Syncfusion_EJ2_Grids_Grid_DataSource).
3434
<br/> Incase if the first record of the [`DataSource`](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.Grids.Grid.html#Syncfusion_EJ2_Grids_Grid_DataSource) is null/blank value for a column then it is necessary to define the [`Type`](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.Grids.GridColumn.html#Syncfusion_EJ2_Grids_GridColumn_Type) for that column.
3535

36-
## ValueAccessor
37-
38-
The **valueAccessor** is used to access/manipulate the value of display data. You can achieve custom value formatting by using the valueAccessor.
39-
40-
{% if page.publishingplatform == "aspnet-core" %}
41-
42-
{% tabs %}
43-
{% highlight cshtml tabtitle="CSHTML" %}
44-
{% include code-snippet/grid/columns/valueaccessor/tagHelper %}
45-
{% endhighlight %}
46-
{% highlight c# tabtitle="Valueaccessor.cs" %}
47-
{% include code-snippet/grid/columns/valueaccessor/valueaccessor.cs %}
48-
{% endhighlight %}
49-
{% endtabs %}
50-
51-
{% elsif page.publishingplatform == "aspnet-mvc" %}
52-
53-
{% tabs %}
54-
{% highlight razor tabtitle="CSHTML" %}
55-
{% include code-snippet/grid/columns/valueaccessor/razor %}
56-
{% endhighlight %}
57-
{% highlight c# tabtitle="Valueaccessor.cs" %}
58-
{% include code-snippet/grid/columns/valueaccessor/valueaccessor.cs %}
59-
{% endhighlight %}
60-
{% endtabs %}
61-
{% endif %}
62-
63-
6436

6537
## Format
6638

ej2-asp-core-mvc/grid/EJ2_ASP.NETCORE/columns/auto-generated-columns.md

Lines changed: 0 additions & 103 deletions
This file was deleted.

ej2-asp-core-mvc/grid/EJ2_ASP.NETCORE/columns/columns.md

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -32,35 +32,6 @@ Grid column supports the following types:
3232
N> If the [`type`](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.Grids.GridColumn.html#Syncfusion_EJ2_Grids_GridColumn_Type) is not defined, it will be determined from the first record of the **DataSource**.
3333
<br/> Incase if the first record of the **DataSource** is null/blank value for a column then it is necessary to define the [`type`](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.Grids.GridColumn.html#Syncfusion_EJ2_Grids_GridColumn_Type) for that column.
3434

35-
## ValueAccessor
36-
37-
The **valueAccessor** is used to access/manipulate the value of display data. You can achieve custom value formatting by using the valueAccessor.
38-
39-
{% if page.publishingplatform == "aspnet-core" %}
40-
41-
{% tabs %}
42-
{% highlight cshtml tabtitle="CSHTML" %}
43-
{% include code-snippet/grid/columns/valueaccessor/tagHelper %}
44-
{% endhighlight %}
45-
{% highlight c# tabtitle="Valueaccessor.cs" %}
46-
{% include code-snippet/grid/columns/valueaccessor/valueaccessor.cs %}
47-
{% endhighlight %}
48-
{% endtabs %}
49-
50-
{% elsif page.publishingplatform == "aspnet-mvc" %}
51-
52-
{% tabs %}
53-
{% highlight razor tabtitle="CSHTML" %}
54-
{% include code-snippet/grid/columns/valueaccessor/razor %}
55-
{% endhighlight %}
56-
{% highlight c# tabtitle="Valueaccessor.cs" %}
57-
{% include code-snippet/grid/columns/valueaccessor/valueaccessor.cs %}
58-
{% endhighlight %}
59-
{% endtabs %}
60-
{% endif %}
61-
62-
63-
6435
## Format
6536

6637
To format cell values based on specific culture, use the [`format`](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.Grids.GridColumn.html#Syncfusion_EJ2_Grids_GridColumn_Format) property of **e-grid-column** tag helper . The grid uses **Internalization** library to format **number** and **date** values.

ej2-asp-core-mvc/grid/EJ2_ASP.NETCORE/how-to/customize-the-icon-for-column-menu.md

Lines changed: 0 additions & 49 deletions
This file was deleted.

0 commit comments

Comments
 (0)