Hi
I am using ultratab with in update panel(updatemode:Conditional)
- inside first tab ultra chart
- inside 2nd tab some dropdowns and ultra grid(To filter)
are there. During pageload I am binding chart. If I filter grid in 2nd tab using drodowns then move to first tab means the graph is bound as null(The emptycharttext is shown). If I bind the graph outside
(!Page.Ispostback) means this issue dint arise(i.e.) It fires on every event/postback. In what way I resolved
this by showing graph without rebind it after selecting dropdowns?
Thanks
the chart does not retain its data between postbacks; it must be rebound to data each time it is rendered.