iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
Hi,I'm currently using the Webgrid version 6.0.7200.205 and this is my situation: I have a grid to show Pivot Chart view initially, and can still revert back to GridView. I want to remain the current view regardless of postback event but don't know how to do this. My grid is in a web part with the current view Pivot Chart View, and whenever I process on the other web part (such as simply minimize/maximize the web part), then the grid on this web part will automatically change to GridView.How can I prevent this or set the view of grid into Pivot Chart View again?Thanks so much and regards,Van
Please try to set the layout settings OnAfterInitialize client side events.
e.g
function WebGrid1_OnAfterInitialize(controlId) { var WebGrid1 = ISGetObject(controlId); WebGrid1.LayoutSettings.InitialView = "PivotChartView"; return true; }
Somehow on your scenario, every you process the other WebPart, the settings reset to GridView. Could you let me know which WebPart you are using? ASP.net or SharePoint? If you maximize/minimize the WebPart, will the page do FullPostback or Flypostback?
Regards,Handy
Hi,
I can replicate the issue from your sample. I will forward this to our developer. Btw, your WebPartsManager should be put inside UpdatePanel, not outside.
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname