Hi,
I have a RadAjaxPanel which contains the following controls:
- RadTabStrip
- RadMultiPage
The RadMultiPage consists of two page views both pages also contains buttons which posts data to the server on server-side.
I also have one RadInputManager which takes care of my validation for both pages.
At the time I was only working with one page view everything worked just fine. However, as soon as my second page view was added I ran into a problem where the second page view won't submit due to required fields not filled out in the first page view, even though all the validations passed on the second form.
Any ideas what I'm doing wrong here?
Thanks in advance!
I have a RadAjaxPanel which contains the following controls:
- RadTabStrip
- RadMultiPage
The RadMultiPage consists of two page views both pages also contains buttons which posts data to the server on server-side.
I also have one RadInputManager which takes care of my validation for both pages.
At the time I was only working with one page view everything worked just fine. However, as soon as my second page view was added I ran into a problem where the second page view won't submit due to required fields not filled out in the first page view, even though all the validations passed on the second form.
Any ideas what I'm doing wrong here?
Thanks in advance!