PK
Prem Kumar D
Syncfusion Team
June 28, 2010 02:37 PM UTC
Hi Dennis,
Thanks for using Syncfusion products.
With regard to your query,the below code snippets will guide you in adding buttons to the dialog and defining its call back
DialogModel myModel = new DialogModel();
myModel.Buttons.Add("Cancel", "CloseDialog");
[script]
function CloseDialog() {
$("#dialogContents").dialog('close');
}
Let me know if you have any queries
Best Regards,
Prem
PK
Prem Kumar D
Syncfusion Team
June 29, 2010 06:23 AM UTC
Hi Dennis,
We are glad to know that your requirement has been attained.Kindly get back to us for any further assistance
Best Regards,
Prem