Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
875
ig:WebDataTree Does not show scroll on IPAD
posted

Hi,

I am using WebDataTree control and it work fine in all window browsers but when i run my application on IPAD than It does not show scrollbars. Even dragging finger onto screen makes it movable but Scrollars

are not there.It is a weird behaviour.

  My code is:

 <asp:Panel ID="treepnl" Height="250px" runat="server" ScrollBars="Auto" >

                      <div >

                      <ig:WebDataTree ID="masterTree" Height="250px" runat="server" EnableViewState="true"

                        SelectionType="Single" EnableHotTracking="false" EnableSingleBranchExpand="true"

                        SingleBranchExpandLevel="0" InitialExpandDepth="1" EnableAjax="true" EnableAjaxViewState="true"

                        AutoPostBackFlags-NodeClick="On" CheckBoxMode="TriState" CssClass="NodeColorStyle input_TextControlClass">

                        <ClientEvents Initialize="init" />

                      </ig:WebDataTree>

                      </div>

                      </asp:Panel>

Pls look into this problem.

Best Regards,

Vivek Mahawar

Parents Reply Children
No Data