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
Any suggestions on my previous posts?
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?