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
635
Problems with UltraWebgrid Ajax enabled
posted

Hello,

I have two problems with an UltraWebGrid with Ajax enabled property:

1) when I open a WebDialogWindow and then I close it, the page does a postback and the grid (that is inside a WARP) loses the scrollbar position: how can I preserve the scrollbar position after a page postback?

I saw that other users in the forum had the same problem without having any suggestion (see the reply to this post: http://community.infragistics.com/forums/t/35219.aspx).

2) the layout of the grid is different from that of the grid with Ajax disabled (I'm using the property StyleSetName = Office2007Black)

The library version is: 10.3.20103.2217

Thanks in advance

Parents
  • 635
    Offline posted

    I found another problem: I can't show a javascript alert using this piece of code:

    Infragistics.WebUI.Shared.CallBackManager.AddScriptBlock(Page, MyWarp, "alert('error')")

    Iow can I do?

Reply Children
No Data