Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
435
Selecting rows using a checkbox
posted

I know that there are a few posts on this subject on this forum, but nothing exactly as what I'm after - so here goes....

I'm using a Grid where the user can select a number of rows from it. The standard functionality (i.e. CTRL-select, SHIFT-select) is going to be too complex for them - they are after a simple checkbox column which will highlight the selected columns. Ideally I'd like to have a checkbox in the column header so that they could toggle the lot of them on and off easily, but this isn't essential - I can just make a standard checkbox with a "Toggle" label next to the Grid instead.

I guess what I'm asking is:

1. Is there built in functionality to do this sort of selection (I couldn't find anything so far)?

2. If I want to do this and it's not built in, can I just make an unbound column which will be the selector column?

3. I would - ideally - want the checkbox to "select" the rows in the Grid so that I can do the in-built grid functions to get all selected rows etc. - but then I'll need to prevent users selecting rows in the conventional way (ctrl, shift clicking etc.). Does this sound feasible or would it just be easier to stick with checkboxes and manually iterate through the rows to find out which have the checkbox checked?

Thanks in advance

Isaac

Parents Reply Children
No Data