PDA

View Full Version : BasicDialog problem



Deleter
23 Jul 2007, 12:15 AM
I have BasicDialog on my page that is showing when you press a button! It's simple and works fine.
But now I have a grid, too. And I want not to show dialog when no rows is selected in grid! How can i do it?

jay@moduscreate.com
23 Jul 2007, 3:33 AM
I have BasicDialog on my page that is showing when you press a button! It's simple and works fine.
But now I have a grid, too. And I want not to show dialog when no rows is selected in grid! How can i do it?

you'll have to attach an event to the grid so when on blur, dialog.hide();. I think that will work.