Hi,
I had a WebCalcManager on my form and it worked great.
Recently I added a WebSplitter on the form and the calculated fields stoped working. It seems that the event is not firing.
How can I solve this?
Regards,
Nicolas
Hello Nicolas,
I am not sure how this can be related to WebSplitter (other than in some modes splitter panes are actually iframes showing different document in URL), but still this certanly sounds wierd.
Can you please send you ASPX declaration and or any codebehind that can be related to this problem? I am having hard times reproducing that, so any additional details will be welcome.
Please find attached the zip file containing the two situations.
It has three text boxes, a calc manager and a websplitter control. The formula combines the text from textbox1 and textbox2 and puts it in textbox3.
In "CalcWorking.txt" the three text boxes are outside the websplitter control and the formula executes succesfully.
In the "CalcNotWorking.txt" the three text boxes are inside the websplitter but the formula is not working.