Search found 7 matches
- Thu Apr 20, 2006 8:06 pm
- Forum: .NET
- Topic: Postback events not fired in composite control
- Replies: 1
- Views: 4780
Found the problem...
I finally found what was going wrong. The problem is that the postback signature has changed in .NET 2.0. In .NET 1.1, the postback data key was something lilke "MyContainerControl:MyChart" In .NET 2.0, the postback data key is "MyContainerControl$MyChart" I looked at the code of your last build of ...
- Thu Apr 20, 2006 6:35 pm
- Forum: .NET
- Topic: Postback events not fired in composite control
- Replies: 1
- Views: 4780
Postback events not fired in composite control
Hi, Two years ago we had this problem with postback events: http://www.teechart.net/support/viewtopic.php?t=390&highlight=webcontrol We are now porting our application on VS2005 and .NET framework 2.0 and the problem is back with our composite controls using TeeChart. I downloaded TeeChart v2 (2.0.2...
- Tue May 04, 2004 7:21 pm
- Forum: .NET
- Topic: Hatch pattern on Bar serie doesn't show up in legend
- Replies: 1
- Views: 6369
Hatch pattern on Bar serie doesn't show up in legend
Hi, when you set an hatch pattern on a Bar serie, the legend item doesn't have the same hatch pattern. In the editor, create a bar serie, add some data (I used random) and set an hatch in Series->Format->Pattern. Close the editor, the serie has the hatch, but the legend doesn't. Another problem: ret...
- Thu Apr 29, 2004 2:19 pm
- Forum: .NET
- Topic: Bug with Chart embedded in controls
- Replies: 1
- Views: 6639
Bug with Chart embedded in controls
Hi, I found a second bug with click events not triggered when Chart is embedded in controls. I've looked in the source code and found the solution. Where should I send the fix? The bug was found in version 1.1.1544.23908
Thanks,
Yves
Thanks,
Yves
- Fri Feb 20, 2004 2:48 pm
- Forum: .NET
- Topic: Postback events not received when embedded in a control
- Replies: 4
- Views: 13930
- Thu Feb 19, 2004 3:41 pm
- Forum: .NET
- Topic: Postback events not received when embedded in a control
- Replies: 4
- Views: 13930
The problem doesn't manifest itself when the chart component is directly on the webform. To see the problem, you have to create the chart in a webcontrol (which was Control1 in my example), and put that control on the webform. So in the example I created, Control1 contains a webchart and a button an...
- Thu Feb 12, 2004 4:21 pm
- Forum: .NET
- Topic: Postback events not received when embedded in a control
- Replies: 4
- Views: 13930
Postback events not received when embedded in a control
Hi, I've created a web custom control containing a WebChart. This control is created dynamically in an aspx. The problems is the webcontrol doesn't receives any of the chart click events, but my control also contains a button which receives its click event properly. Here is my control: [snip usings]...