Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
144266 | Apr 27,2019 01:13 PM UTC | May 31,2019 12:04 PM UTC | ASP.NET Core - EJ 2 | 3 |
![]() |
Tags: ListView |
var listview = document.getElementById("list").ej2_instances[0];
function onSelect(args) {
//unselect selected items
listview.uncheckAllItems(); //select the currently checked item listview.checkItem(args.item); } |
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.