Skip to content
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

SEO-2268-ASP.NET-Core-ListBox #147

Open
wants to merge 4 commits into
base: hotfix/hotfix-v20.1.0.55
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
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ timestamps
{
checkout scm

def branchCommit = '"' + 'https://api.gitlab.com/repos/syncfusion-content/asp.net-core-docs/pulls/' + env.pullRequestId + '/files'
def branchCommit = '"' + 'https://api.github.com/repos/syncfusion-content/asp.net-core-docs/pulls/' + env.pullRequestId + '/files'
String branchCommitDetails = bat returnStdout: true, script: 'curl -H "Accept: application/vnd.github.v3+json" -u SyncfusionBuild:' + env.GithubBuildAutomation_PrivateToken + " " + branchCommit

def ChangeFiles= branchCommitDetails.split('"filename": ');
Expand Down
12 changes: 6 additions & 6 deletions aspnet-core/ListBox/Multiple-Selection.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Multiple Selection | ListBox | ASP.NET Core | Syncfusion
description: multiple selection
description: Learn about Easy Customization support in Syncfusion ASP.NET Core ListBox control, its elements, and more.
platform: aspnet-core
control: ListBox
documentation: ug
---

# Multiple Selection
# Multiple Selection in ASP.NET Core ListBox

## Allow multiple selection

Expand Down Expand Up @@ -42,7 +42,7 @@ The following steps explain you the configuration of the allow-multi-selection f
2. Output for ListBox control that provides multiple selection is as follows.


![](Multiple-Selection_images/Multiple-Selection_img1.png)
![ASP.NET Core ListBox Multiple Selection](Multiple-Selection_images/Multiple-Selection_img1.png)



Expand Down Expand Up @@ -108,7 +108,7 @@ The following steps explains you the configuration of selected-indices property
2. Output of the above steps.


![](Multiple-Selection_images/Multiple-Selection_img2.png)
![ASP.NET Core ListBox Multiple Selection](Multiple-Selection_images/Multiple-Selection_img2.png)



Expand Down Expand Up @@ -172,7 +172,7 @@ The following steps explains you the configuration of checkbox options in ListBo



![](Multiple-Selection_images/Multiple-Selection_img3.png)
![ASP.NET Core ListBox Multipole Selection](Multiple-Selection_images/Multiple-Selection_img3.png)



Expand Down Expand Up @@ -233,7 +233,7 @@ The following steps explains you the configuration of checkbox options in ListBo



![](Multiple-Selection_images/Multiple-Selection_img4.png)
![ASP.NET Core ListBox Multiple Selection](Multiple-Selection_images/Multiple-Selection_img4.png)



Expand Down