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…
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…
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: