This question has been flagged
1 Reply
4459 Views

Hi , I want to display a check box in the Title bar of the List view where it will show strings of all fields. It should work same as of tree view like when i check that checkbox it should enable all the boxes in lines and if i disable all should get disabled

Scenario: In the sale order form i want to show the check box in the Title bar of list view of order lines and by using that check box i want to check all order lines and uncheck all order lines at once

Please post back your ideas even if it works or not. I will try.

Thanks in Advance.

Avatar
Discard
Best Answer

Hi @komala, 

In fact, I'm trying to do the same thing, to do so, I created a function onchange(mycheckbox), Inside of it, I got in return the ids of the lines (table lines) which every one has its own check box, but I don't know how to attribute the value of the checkAll box to the other boxes, 

Have you found any idea yet ?

 

 

Avatar
Discard