Want to display editView as a modal

Want to display editView from ListView window as a modal and want to update data without redirecting page and also want the update date in the list at same
How can I proceed for this?
Is there anyone who can help me?
Thanks in advance
Nahar

Hi @kamrun, sorry: what do you mean with “modal”?
I think you are a little ahead of times,… what’s good for you (and for all of us) is Suite8

hi @LionSolution , I want to show in pop up (that means in modal view of bootstrap). I have done a thing like by calling open_popup() javascript function of SuiteCRM, but it is redirecting to the another page. I don’t want that .
I just want to open EditView window from a Tasks list when user select a record from there and will able to change data and after that listview will also be changed with the updated data.
Could you please help me about it? Can I do this in Suite8?Like the following image(here I want to show EditView of task which will be displayed in listview)

Thanks in advance
Kamrun

Your goal, is interesting and doable for sure.
I’d suggest you to dig in this direction: pop up on clicking custom field in listview
Or if you are in a hurry, you could consider this paid plugin: Quick Updater | SuiteCRM Module

many many thanks for ur reply. I will try with ur link

Is there any other way to show editView in pop up?