Questions tagged [selectall]
219 questions
1
vote
1 answer
Kendo-ui: On Data Grid Select All rows how to show loading spinner gif
I am trying to show progress/spinner when user selects all the check boxes in the Kendo Grid using kendo.ui.progress($("#grid"), true) as shown below.
But the spinner/progress is not getting displayed when the select All/ deselect All check box is…
user8665618
1
vote
1 answer
Select all / Select none buttons not working on checkboxes
I have searched for hours on this and read previous posts, but still no luck. In my code, individual countries tick and highlight nicely, but I can't get the select all/ untick all buttons to do anything.
My expected result is that: select all…

Silverburch
- 457
- 2
- 12
- 28
1
vote
0 answers
Select all issue in Parent and Child Checkbox
Well My task is to perform parent and child Checkbox in recyclerview like there are 4 states and all states have there few cities.**Now problem is When I checked in parent(State) but properly cities are not get selected.lets say Gujarat State have…

Abhishek Bardolia
- 11
- 5
1
vote
1 answer
only first element in checkbox is selected i need select all item on listview
here is my code for check all items on listview. only first element in checkbox is selected i need select all item on listview
public void onCheckedChanged( Compound Button button View, boolean is Checked) {
Check Box c b=(Check Box)find…

Shellz
- 99
- 1
- 14
1
vote
1 answer
How to implement "Select all" on selectManyCheckbox
I want to set checkboxes of a selectManyCheckbox to checked if a condition is true "#{myBean.isCondition}":
MyBean.java
public class MyBean{
private boolean isCondition;
...
public boolean isCondition{
return isCondition;
}
…

Nabil Salah
- 300
- 3
- 7
- 19
1
vote
3 answers
JFormattedTextfield.selectAll() does not work when formatting the text
I have a lot of different JFormattedTextFields with action and keylisteners. Every Field has a keylistener, so when I press enter I will focus the next JFormattedTextField. The Problem is, for some JFormattedTextFields my code is formatting the…

mavok
- 27
- 14
1
vote
0 answers
Drawing multiple circles using D3
I am a newbie of D3 library. I have done some basic tutorial on D3 and now trying to visualize some of data. Let me explain my problem first. I have two set of data one having 50 elements.I bounded this data array with my SVg element to draw 50…

Nhqazi
- 732
- 3
- 12
- 30
1
vote
1 answer
d3 voronoi arc Map - control attributes of the .arcs
I am using the voronoi arc map example http://bl.ocks.org/mbostock/7608400
And I can successfully visualise my dataset for import export trades.
However I am not able to change the properties of the individual paths generated at specific…

Patrizio
- 13
- 3
1
vote
2 answers
"Select all" issue when using the tablesorter
I have a search screen where it displays the data. If I get 200 rows.
selectAll selects all the checkboxes for all the rows.
My problem is when user filter the rows by selecting filter options rows will reduce to 70 or so based on the filter at…

user1601680
- 13
- 4
1
vote
3 answers
Adding a select all checkbox in the SQLFORM.grid table header
I found the code in google groups posted by Massimo Di Pierro:
I create this question because based on previous…

MeSH
- 101
- 1
- 10
1
vote
1 answer
Select2 select all dropdown option
I have a question regarding select2. Is it possible that we will add "Select All" on the drop down itself?
Example:
1
vote
1 answer
Select all rows while using pagination
I have a table and SELECT ALL checkbox. I am using Bootstrap DataTable to paginate through table and I would like SELECT ALL to select all rows across the pages. Is that possible and how?
I use this, but it works only when I return to that page, not…

ivanacorovic
- 2,669
- 4
- 30
- 46
1
vote
1 answer
html5 contenteditable how to SelectAll when another element is clicked
I've got a set of divs, that behave a bit like input boxes. When user clicks "edit my details" button, he should be able to edit these boxes. When editing the boxes, I want the current content of the box to be selected when user clicks anywhere on…

crs1138
- 926
- 1
- 12
- 23
1
vote
2 answers
jQuery - Table > Hide entire Column, Toggle CSS classes for onClick TD and Checkbox with selected/highlighted Counter
I am looking for jQuery Table with Multiple functionalities like below.
1. Onclick on Hide Column 1 checkboxes at the top, Entire column of the relevant table should be hidden except first column (checkboxes column)
2. OnClick of inside tbody tr td…

Prasad
- 71
- 1
- 2
- 7
1
vote
1 answer
How I set the select all text in the style when textbox got focus?
I found only the way to select all text in the code behind. But i want to do it in the style of itself.
Is it possible to do that?

user3488734
- 25
- 4