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
Hello!
I'm trying to figure out if there's a way to disable the filter option displayed in the Series and Categories popups? I don't know if I'm explaining correctly, so please see the image attached.
Thank you,
Dasha.
(originally posted by mistake here: http://www.intersoftpt.com/Community/WebCombo/Disable-chart-filtering/?1285314312150)
Based on my test using ChartSeries_DataPoint.aspx sample, using OnAfterInitialize client side event handler, we could get the FilterExpression element based on the available filter info. However, the element will only be available after the pop up has been displayed, hence the setInterval, as shown in the snippet:
function WebGrid1_OnAfterIntialize(id) { var grid = ISGetObject(id); setInterval(function () { try { var filterInfo = grid.CachePivotFilterInfoCollection[0]; var filterExpElem = test.GetFilterExpressionElement(); filterExpElem.parentNode.parentNode.style.display = "none"; } catch (err) {} }, 150); }
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