Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Experts,
I have list box with Check box options, but user want to select all at a time.
How to do it.
Please help me.
The user can right click the listbox and choose Select All. Or Clear Field. No selections is the same as everything selected.
In both AJAX and the Desktop Version they should be able to right click on the Listbox and choose 'Select All' depending on privileges. As Gysbert said though, if you want the users to select all by default, is there any need to have it there in the first place?
ITs correct Gysbet.
But is there any way that by create like Button and once select on button then it should be select all. Any thing like that.
Right clicking and choosing Select All works better, but if you want to use buttons the use the Select Possible action. Or perhaps two actions: first a Clear All action, second the Select Possible action.
ITs correct Gysbet.
But is there any way that by create like Button and once select on button then it should be select all. Any thing like that.