Skip to content

SEO-174654-ASPNETMVC-Help #433

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 5 commits into
base: hotfix/hotfix-v25.1.35
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions aspnetmvc/Accordion/State-Persistence.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: State Persistence in ASP.NET MVC Accordion | Syncfusion
description: Learn here about state persistence in Syncfusion Essential ASP.NET MVC Accordion control, its elements, and more.
description: Learn here all about state persistence in Syncfusion Essential ASP.NET MVC Accordion control, its elements, and more.
platform: ejmvc
control: Accordion
documentation: ug
---

# State Persistence
# State Persistence in ASP.NET MVC Accordion

Accordion widget can store the model value in the browser cookies and on every time after initial rendering, the control get the model from the cookie only. Using EnablePersistence property you can store the model value in cookies. Thus when any changes are made dynamically then those values are updated in cookie. On refreshing the page the past state of the Accordion control is maintained in cookie and control is rendered from it.

Expand Down Expand Up @@ -51,15 +51,15 @@ Output after page refresh maintaining the previous state of Accordion widget is



![](State-Persistence_images/State-Persistence_img1.png)
![ASP.NET MVC Accordion State Persistence](State-Persistence_images/aspnet-mvc-accordion-state-persistence.png)





1. Accordion Selected Item changed

![](State-Persistence_images/State-Persistence_img2.png)
![ASP.NET MVC Accordion Selected Item](State-Persistence_images/aspnet-mvc-accordion-selected-item.png)



Expand Down
20 changes: 10 additions & 10 deletions aspnetmvc/Diagram/Node.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
---
layout: post
title: Node | Diagram | ASP.NET MVC | Syncfusion
description: node
description: Learn here all about Node in Syncfusion Essential ASP.NET MVC Diagram control, its elements, and more.
platform: ejmvc
control: Diagram
documentation: ug
---

# Node
# Node in ASP.NET MVC Diagram

Nodes are graphical object that represent visual data to be placed on the page.

![](Node_images/Node_img1.png)
![Node in ASP.NET MVC Diagram](Node_images/aspnet-mvc-diagram-node.png)

## Create Node

Expand Down Expand Up @@ -49,7 +49,7 @@ To create a node, You have to create the node object and add that to `Nodes` col

{% endhighlight %}

![](Node_images/Node_img2.png)
![Add Node in ASP.NET MVC Diagram](Node_images/aspnet-mvc-diagram-add-node.png)

### Add node at runtime

Expand Down Expand Up @@ -77,7 +77,7 @@ Nodes can be added at runtime by using public method, `add`. The following code

{% endhighlight %}

![](Node_images/Node_img3.png)
![Add Node at Runtime in ASP.NET MVC Diagram](Node_images/aspnet-mvc-diagram-add-node-at-runtime.png)

### Add node from palette

Expand Down Expand Up @@ -148,7 +148,7 @@ The following code illustrates how to change the `Pivot` value.

{% endhighlight %}

![](Node_images/Node_img4.png)
![Position in ASP.NET MVC Diagram Node](Node_images/aspnet-mvc-diagram-node-position.png)

## Types

Expand Down Expand Up @@ -182,7 +182,7 @@ You can customize the appearance of a node by changing its font, fill colors, pa

{% endhighlight %}

![](Node_images/Node_img5.png)
![Appearance in ASP.NET MVC Diagram Node](Node_images/aspnet-mvc-diagram-node-appearance.png)

### Gradient

Expand Down Expand Up @@ -245,7 +245,7 @@ The `Gradient` property of Node allows you to define and applies the gradient ef

{% endhighlight %}

![](Node_images/Node_img6.png)
![Gradient in ASP.NET MVC Diagram Node](Node_images/aspnet-mvc-diagram-node-gradient.png)

## Shadow

Expand All @@ -267,7 +267,7 @@ The `Gradient` property of Node allows you to define and applies the gradient ef
{% endhighlight %}


![](Node_images/Node_img7.png)
![Shadow in ASP.NET MVC Diagram Node](Node_images/aspnet-mvc-diagram-node-shadow.png)

The following code illustrates how to disable shadow effect at runtime.

Expand Down Expand Up @@ -306,7 +306,7 @@ The angle, translation, and opacity of the Shadow can be customized with the `Sh

{% endhighlight %}

![](Node_images/Node_img8.png)
![ASP.NET MVC Diagram Node Customizing Shadow](Node_images/aspnet-mvc-diagram-node-customizing-shadow.png)

## Interaction

Expand Down
4 changes: 2 additions & 2 deletions aspnetmvc/Grid/Overview.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: About ASP.NET MVC Grid Control | Syncfusion
title: Overview about ASP.NET MVC Grid Control | Syncfusion
description: Learn here all about introduction of Syncfusion Essential Studio ASP.NET MVC Grid Control, its elements, and more.
platform: ejmvc
control: Grid
documentation: ug
---

# ASP.NET MVC Grid Overview
# Overview of ASP.NET MVC Grid

The grid control for ASP.NET MVC is an efficient display engine for tabular data. It will pull from a datasource, such as List of collections, OData web services, or DataManager, binding data fields to columns and displaying a column header to identify the field. It is a feature-rich control that provides extensive appearance customization options with support for grouped records. This grid is very useful for generating complex grid-based reports with rich formatting. The most important features available in the grid control for ASP.NET MVC are paging, sorting, filtering, searching, grouping, and editing.

Expand Down