Is it possible to get autoHeight working for rows in ag-Grid community edition? I've seen plenty of examples for the 'serverSide' row model, and others, but this only exists in the enterprise edition, but not in the community edition.
Surely there has to be a way to work around this and get it to work in the community edition?
Related
There isn't a control for datagrid that views data in rows and columns that I could find from Microsoft instead of from third party. When is Microsoft going to release it?
Right now there is no such control that I am aware of. Not within .NET MAUI itself nor in the .NET MAUI community toolkit nor in a third-party free control.
I know that nothing is on the roadmap right now for .NET MAUI and the .NET MAUI Community Toolkit. Of course I don't know what is being developed by the community.
As you already pointed out, there are paid vendors that do have controls like these, think of Telerik, Syncfusion and Devexpress. I think Syncfusion has a community license that you can use for free as long as you adhere to certain criteria.
I'm a little bit confused. I know that sugarCRM no longer supports version 6.5 as of 2016, but there are still security patches being applied in 2017 as per
http://support.sugarcrm.com/Resources/Security/sugarcrm-sa-2017-005/
Does this mean that no new functionalities will be added but security patches and bug fixes will still be applied?
Support vs maintenance
As per Clint's thread: https://community.sugarcrm.com/thread/18434
We are expecting to support and issue maintenance releases to v6.5
through summer 2015 when v6.5 hits it end-of-support period.
So I'm assuming that support for 6.5 ended in 2016, but on this page http://support.sugarcrm.com/Resources/Security/sugarcrm-sa-2017-005/ we see the mention:
The list of affected products reflect all currently maintained
versions at the publication date of this advisory.
Which is a bit confusing.
Thank you
As per Sugar support. So it's no longer supported in any way shape or form it seems
6.5 is no longer supported and no additional patches of any kind (including security) are being developed. End of life for 6.5 was
reached in July 2017. Our current supported versions list can be found
here: http://support.sugarcrm.com/Resources/Supported_Versions/. This
blog post may also be helpful to read, especially if you're using CE:
Sugar Community Edition open source project ends.
I'd like to use ag-grid community in plain JS project, which could be commercial soon. I don't know much about license policies.
From documentation I could suggest that community library is stored here?
src="https://unpkg.com/ag-grid/dist/ag-grid.min.noStyle.js
Further, I'm intersted in Tree Data (Legacy) feature, which is free. But it's source library looks like:
src="https://unpkg.com/ag-grid-enterprise#18.1.1/dist/ag-grid-enterprise.min.js
Am I breaking the license rules using this feature? How should I use it correctly? What if I use enterprise lib in non-commercial project, would it work?
You can indeed use the old tree data implementation without the enterprise version, there's a quote I didn't notice before which sums it up:
https://www.ag-grid.com/javascript-grid-tree-data/
How Tree Data is managed in ag-Grid was changed in ag-Grid v14. This
page presents the new way of working with Tree Data. The old way was
part of ag-Grid free, the new way is part of ag-Grid Enterprise. The
old way is deprecated but you can still use it, but we will not be
enhancing it. For documentation on the older version of the grid prior
to v14 see Tree Data (Legacy).
In their demo of old tree data, the JavaScript file used should really be the "community" version instead of the enterprise one. They just use the enterprise version in all demos to make it easier.
I am new to Microstrategy. I have installed Microstrategy Desktop 10.7 version. I am trying various options from microstrategy Tutorials(Basic Reporting Guide PDF). I found Custom Banding option is there in 9x version. I didn't find any Grid Menu or Custom Banding in 10.7 version. Can any one tell me how to get this option.
What was called MicroStrategy Desktop in version 9 is now called MicroStrategy Developer.
You should look for documentation for version 10+ for MicroStrategy Desktop or MicroStrategy Dashboard (similar functionalities but using the MicroStrategy iServer and Web interface, paid options :) ). Another name for the MicroStrategy Desktop (or web Dashboards) visualization was MicroStrategy Visual Insight.
About your question, check page 394, Dashboard Editor: Grid: Format.
If you open the Format panel after you selected a grid you should be able to see the Show Banding option. This will only color every other row of your grid.
If you want something more advanced, like colors based on values in the cells, you should use thresholds.
I am using jasperreports-server-5.1.1 , and i am using the REST api to integrate jasperreports with my app.
The api for running reports mentions the parameter "interactive=true", but also mentions - "In a commercial editions of the server where HighCharts are used in the report,
this property determines whether the JavaScript necessary for interaction is
generated when exporting to HTML." .... which i interpret as "only available with commercial edition". Am i right ?
Also, pagination doesnt work.... so is it also allowed only on, commercial edition ?
thanks
As far as I know the ad-hoc reporting component is only available in the Pro version (i.e. commercial edition). The community edition is really just a teaser but not really useful for production environments. Did you have a look at ReportServer? It's completely open source, allows you to execute Jasper Reports (and Eclipse Birt if you want) and comes with powerful ad-hoc reporting capabilities.