I've already read this question and this question and this, but none of them answer to my question.
I'd like to show a modal custom dialog box where there's a grid filled with the result of an AJAX call (it's a grid filled with JSON records actually) and a button "Ok" and a button "Cancel".
Do you know an easy way, or just a sample to do this?
Thank you.