Popup grid edit

Greeting,

I add in Quotation " Add Multiple " Button In order to add multiple item to the table in same time.

It’s ok and it’s working fine with me

My Question is : Can I customize the popup grid and add more information so i can see it before I select the items

For Example Item Price and Actual Qty

Thanks,

Sir Can you help me with your valuable suggestion that how You added that Add multiple button and how implement this pop grid.

Thanks and Regards

Hi vivek

use this code :

cur_frm.get_docfield("items").allow_bulk_edit = 1;

@AhmedSmart Hi
Have you found any solution for this ?