Skip to content

SEO-176927-ASp.NET-Core-MVC-Control-Improvement #397

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 1 commit into
base: hotfix/hotfix-v23.1.36
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/DataManager/IEnumerable-IQueryable.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: post
title: IEnumerable-IQueryable | DataManager | ASP.NET MVC | Syncfusion
title: IEnumerable-IQueryable in ASP.NET MVC DataManager | Syncfusion
description: Learn here about IEnumerable IQueryable in Syncfusion ASP.NET MVC DataManager Control, its elements, and more.
platform: ejmvc
control: DataManager
Expand Down Expand Up @@ -55,7 +55,7 @@ Refer the below given code to bind data from IEnumerable list through datamanage

The result of above code example is illustrated as follows.

![ASP.NET MVC DataManager Databinding](IEnumerable-IQueryable_images/Databinding.png)
![ASP.NET MVC DataManager Databinding](IEnumerable-IQueryable_images/aspnet-mvc-datamanager-databinding.png)

## Filtering Sorting and Searching with IEnumerable

Expand Down Expand Up @@ -85,7 +85,7 @@ Refer the below given code to perform these actions

The result of above code example is illustrated as follows.

![ASP.NET MVC DataManager Query](IEnumerable-IQueryable_images/Query.png)
![ASP.NET MVC DataManager Query](IEnumerable-IQueryable_images/aspnet-mvc-datamanager-query.png)

## IQueryable

Expand Down Expand Up @@ -151,4 +151,4 @@ Refer the below code for performing these actions using IQueryable in Grid

The result of above code example is illustrated as follows.

![ASP.NET MVC DataManager IQueryable](IEnumerable-IQueryable_images/IQueryable.png)
![ASP.NET MVC DataManager IQueryable](IEnumerable-IQueryable_images/aspnet-mvc-datamanager-iqueryable.png)
10 changes: 5 additions & 5 deletions aspnetmvc/ListView/Getting-Started.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: Getting Started with ASP.NET MVC ListView control | Syncfusion
description: Learn here more about Getting Started with Syncfusion Essential ASP.NET MVC ListView Control, its elements, and more.
title: Getting Started with ASP.NET MVC ListView Control | Syncfusion
description: Learn here more about Getting Started with Syncfusion Essential ASP.NET MVC ListView control, its elements, and more.
platform: ejmvc
control: ListView
documentation: ug
Expand All @@ -16,7 +16,7 @@ This section explains briefly on how to create a ListView control in your applic
The Essential StudioListView widget builds an interactive list view interface. This control allows you to select an item from a list-like interface and provides the infrastructure to display a set of data items in different layouts or views. Lists display data, data navigation, result lists, and data entry.


![Create your first ListView in ASP.NET MVC](Getting-Started_images/Getting-Started_img1.png)
![Create your first ListView in ASP.NET MVC](Getting-Started_images/aspnet-mvc-listview-first-creating.png)

List view Control
{:.caption}
Expand Down Expand Up @@ -79,7 +79,7 @@ In the View page, add ListView helper and map the Local data list to correspondi

Run the above code to render the following output.

![Create a simple ListView in ASP.NET MVC](Getting-Started_images/Getting-Started_img2.png)
![Create a simple ListView in ASP.NET MVC](Getting-Started_images/aspnet-mvc-listview-creating.png)


## Add header
Expand All @@ -100,4 +100,4 @@ You can add a header for ListView using ShowHeader property. Refer to the follow

Run the above code to render the following output.

![ASP.NET MVC ListView Add header](Getting-Started_images/Getting-Started_img3.png)
![ASP.NET MVC ListView Add header](Getting-Started_images/aspnet-mvc-listview-add-header.png)