Rank: Newbie Groups: Member
Joined: 5/19/2011 Posts: 1
|
Hallo Everyone,
I have been working with EO.Web Dialog box, my intention is creating some kind of form on it. In other words, there will be a field, button, and grid on the Popup, the field will be filled up with some kind of information and the button triggers an event which inturn searchs and returns some information wihch will be displayed on the GridView.
The ability of the button, however, is limited when it get embeded inside of the dialog box, it won't go to the server. How can I solve this problem?
If I am not clear, please let me know.
Thanks
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
There should be no difference on whether the Button is inside the dialog or outside of the dialog. Just place a new button in your dialog and you should see it trigger server event. However if you set the dialog's AcceptButton or CancelButton, then the dialog will intercept the button's event. In that case the button will not trigger server event.
Thanks
|