|
Rank: Member Groups: Member
Joined: 5/31/2007 Posts: 13
|
Hello, I have a GridView in a CallbackPanel, and in edit mode, I two required field validators, and one Validation Summary for the Edit using the ValidationGroup = "EditVG" and then in the footer, I have two more required field validators in the ValidationGroup = "AddVG" and a separate Validation Summary referencing that ValidationGroup...
My problem is that when not in the CallbackPanel, everything works, events client side fire, etc... But when I put the GridView in the CallbackPanel and the two Validation Summaries there as well, it stops firing... well, the EditVG at least has the Required Validator working, but the Validation Summary message does not fire... and in the AddVG, nothing works...
Any ideas?
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Which version do you use? You can right click the DLL to see the version number.
|
|
Rank: Member Groups: Member
Joined: 5/31/2007 Posts: 13
|
eo_support wrote:Which version do you use? You can right click the DLL to see the version number. 4.0.23.2
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi Troy,
We tested several scenarios at here and it appears to be working. Would you mind to create an small sample app for us that demonstrates the problem?
Thanks
|
|
Rank: Member Groups: Member
Joined: 5/31/2007 Posts: 13
|
eo_support wrote:Hi Troy,
We tested several scenarios at here and it appears to be working. Would you mind to create an small sample app for us that demonstrates the problem?
Thanks I will need to create it, so give me a day... What is the best way to get it to you? Zip and Email? PS I also did more research after I posted the initial message, and on Scott Gu's blog I found reference that the Validators are not compatible with AJAX, and you need to use a temp Validator.dll that MS was to include but has delayed... You are not by chance using those in your sample are you? Or do you know if the official update has been released through Windows Update as Scott mentioned it would be and maybe I do not have it yet...?
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi Troy,
Please see your private messages as for where to send the samples.
We do not use/need special Validator.dll from MS. We've done quite some special work to make our CallbackPanel to work with MS Validators. However, it might be impossible to cover every scenario, that's why we need a reproducing sample from you.
Thanks
|
|
Rank: Member Groups: Member
Joined: 5/31/2007 Posts: 13
|
eo_support wrote:Hi Troy,
Please see your private messages as for where to send the samples.
We do not use/need special Validator.dll from MS. We've done quite some special work to make our CallbackPanel to work with MS Validators. However, it might be impossible to cover every scenario, that's why we need a reproducing sample from you.
Thanks Hi saw your PM and sent a sample project... If you did not receive it, please PM once again. Thanks, Troy
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi Troy,
We did receive it. We are looking into it and will get back to you as soon as we find/need anything.
Thanks
|
|
Rank: Advanced Member Groups: Member
Joined: 7/6/2011 Posts: 30
|
Hi I'm wondering if you ever got to the bottom of this? I'm having exactly the same problem now.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
I believe that problem has been fixed a long time ago.
Thanks!
|
|
Rank: Advanced Member Groups: Member
Joined: 7/6/2011 Posts: 30
|
Hmm I have just downloaded and installed the latest version and it still doesn't work. The validator works fine without the callbackpanel.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
In that case please create a small test page that demonstrates the problem. We will be happy to take a look as soon as we have that.
Thanks!
|
|
Rank: Advanced Member Groups: Member
Joined: 7/6/2011 Posts: 30
|
You are right, the callbackpanel is fine, I had a problem in my code.
Thanks again.
|
|