Skip to main content

Questions tagged [multipleselection]

May refer to a scenario where you can select multiple items from a list of items in a user interface.

multipleselection
0 votes
0 answers
10 views

Primefaces datatable group unselect all the rows when checkbox is unselected

I am using Primefaces 8.0 I have datatable with group row and by default all rows are selected. When i unselect second checkbox, i want to unselect both USA-North and USA-South. how to do that? ...
AAPJ's user avatar
  • 49
0 votes
0 answers
32 views

Multiple Slicers with Multiple Selection in each with AND condition in Power Bi

I am working on a model that filters items based on the criteria given in the slicers. In this I want to filter the item through three slicers Hierarchy Slicer Attribute Slicer Attribute Value Slicer....
Vignesh K's user avatar
0 votes
0 answers
45 views

backspacing on value (esp at beginning) throws off all the values in cell - how to correct?

I have columns I want to be able to select several values from a dropdown. The issue is when I select 2 values from the dropdown and try to 'manually backspace' on the first value (to remove it) - it ...
purple_plop's user avatar
0 votes
1 answer
79 views

Multiple Selection Navigation View List

If you look at my previous post you may understand the context. In this Swift file is a view in which the user is presented with several Exercises that come from a SQLite database. These exercises are ...
fernando_gdv's user avatar
0 votes
3 answers
105 views

Counting occurrences of Value in Multiple Selection with GoogleSheets

I have a column, that contains multiple selection value like this How to count occurrences of values in multiple selection with pivot table or gg sheets function? I dont have any ideas for this ...
Luan Nguyen Thanh's user avatar
1 vote
0 answers
68 views

Multi-select Filter Checkbox with dynamic array values

https://github.com/andreww1011/filter-multi-select (Github) https://www.jqueryscript.net/form/multi-select-filter-checkbox.html I have been trying to replicate the above Multi-select Filter Checkbox ...
Cypher _ Man's user avatar
0 votes
0 answers
57 views

In C# Forms How to Trap or Isolate when a Listview box is done updating with multiple selections?

The app I am working on allows the user to select multiple items in a listView box using mouse clicks or keyboard , standard windows selection stuff, the trouble I am having is figuring out a way to ...
mxdog's user avatar
  • 53
0 votes
1 answer
53 views

Selection of multiple html elements with the help of document.getSelection()

How to iterate through the multiple selected html elements. const selection = window.getSelection(); const selectedElements = selection.getRangeAt(0).cloneContents().querySelectorAll("*"); ...
annonymous2345's user avatar
0 votes
0 answers
23 views

How to select HTML elements with document.getSelection() in JavaScript,

let selection =document.getSelection(); let cloned = selection.getRangeAt(0); for(let i =0; i <selection.rangeCount; i++) { cloned.append(selection.getRangeAt(i).cloneContents());} Whenever, I ...
annonymous2345's user avatar
0 votes
1 answer
688 views

Change Power Apps Combo Box single selected value to multiple selection

I have a SharePoint Online List named "Employee Task List" and inside this, I added different columns including the Choice field (Which is a single selection). Also, I created a Power Apps ...
Ganesh M's user avatar
1 vote
1 answer
948 views

How do I set a limit to max number of selections in multi select menu in Material UI react

I have a multi select menu from material UI component and I need to make sure that users can only choose three options from that menu as I need to send that value as props. Now, what should I do to ...
Doomstroyer's user avatar
2 votes
2 answers
2k views

.Net MAUI: How to select single and multiple items using MVVM and CollectionView

Problem I'm attempting a multi selection using CollectionView and MvvM. The (official docs don't do the greatest job of differentiating between normal code-behind and MVVM, and for us noobies that ...
Bob's user avatar
  • 155
0 votes
0 answers
98 views

VBA search for all matches in column and display all matches of column

I am trying to display data in a text box based on a search I am doing with a macro. I am searching for an order number: 80038209. There is one Column (B) that contains all order numbers. The same ...
RadioEye's user avatar
0 votes
0 answers
104 views

SwiftUI Selection Sets and Core Data - setting up NSPredicate with the object identifier

If you combine CoreData with SwiftUI Lists you can configure multiple selection of list items if the selection parameter of the list is Set<Item.ID>? The question is: if you have a set of Item....
obj-D's user avatar
  • 250
0 votes
1 answer
75 views

Infragistics UltraGrid selecting first row in addition to programmatic selection

I just want to reselect the selected items after reloading data. It works basically but every second time (!?!) the first row gets selected in addition to the rows I select programmatically, I have no ...
IngoB's user avatar
  • 2,851

15 30 50 per page
1
2 3 4 5
24