Current filter:
                                You should refresh the page.
                                0
                                  • when i use this code on clientside the aspxpivotgrid enter in a eternal loop

                                    <dx:ASPxPivotGrid ID="meuPivot" runat="server" ClientInstanceName="meuPivot"
                                        Font-Size="10px" Width="100%">
                                        <ClientSideEvents Init="function(s, e) {
                                         s.PerformCallback();
                                    }" />
                                        <OptionsView ShowDataHeaders="False" ShowHorizontalScrollBar="True" />
                                        <OptionsLoadingPanel Text="Carregando&hellip;">
                                        </OptionsLoadingPanel>
                                    </dx:ASPxPivotGrid>

                                    similar code works fine on webchartcontrol

                                0

                                im using a external variable in javascript to control.

                                You must  log in  or  register  to leave an answer

                                Is your intention to post an answer to your own question?

                                • If so, then proceed.
                                • If you simply wanted to post additional information, ask for further clarification, or to just say "Thanks!", please click Leave a Comment.
                                • If you wish to edit your original question, please use the Edit button in the Toolbox at the top right corner of that entry.