Hi,
I have 10 fields to enter Product details by the user. And users can add as many no.of Products.
Since it is not fitting in a single row in a Repeating table, I thought of having a Modal dialog box, which is used in JavaScript.
When I trigger Add Product button,
XDocument.UI.ShowModalDialog("..), it gives Permission denied error.
And if I use window.open, it gives window not defined.
In the Modal dialogbox, I want to populate all these fields and upon submit, data needs to be appended to the parent window in Repeating Table.
Also, I need one check box appened for each row in the repeating table and upon selection of any row(s), users can hit Delete button and those checked rows will be deleted.
How to handle above situation?
Please advice some workarounds/tricks.
thank you.
with rgds,
Dev Reddy