Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
245
infragistics webdialogwindow issues
posted

Hi All,

I am using infragistics webdialogwindow .for opening dialog window at run time i m using following js function

 

 

 

function

 

OpenFilter() {

var

 

Filter = '<%=digFilter.ClientID%>'

var dialog = $find(Filter);

dialog.show();

return

 

false;}

My problem is its opening first time without any issue. while close and open again it shows blank window.

it will be helpfull if i get some workarround on this.

Regards,
M.Seenuvasan