WinForms
-
FlexReport - add an overline property
Hi,
In FlexReport, you obviously have the property to include an underline mark for a field - but what about an overline one ? We are converting reports from another designer that supported overlines and we are obviously now having to manually add a line above the field.
7 votesHi Chris,
Can you please tell from which designer are you converting the reports? FlexReport does not have Overline property, but it is possible to apply Top Border on a field which can act as overline.
-
Fit the Column in Spread
In Spread Sheet If we want fit the columns full of spread grid it has no default function now we are doing manually. (Fit the columns in spread sheet based on width we are setting in columns)
4 votes -
C1FlexReport as Data Table
I am finding over and over again that I want to be able to show a simple grid/table of data next to a chart. For example to have a pareto chart, and then the raw data in a table format to the right of it (for example) To do that now I have to create a whole new subreport, duplicate parameters and data source, etc. it get's messy. Or I have to put the chart object in the Header and then then use the details section, but then the data is below the chart. If you had even a "chart…
4 votes -
C1FlexReport Export Raw Data
I would like to be able to export the raw data behind from a user chosen Data Source. The Export to Excel is marginally useful because of all the crazy columns (I understand why that's needed) but sometimes the users just want the raw data in nice rows and columns. Perhaps for Excel, each data source could be on a different tab, or let the user choose the data set to export
4 votes -
c1DockingTab
Add property BorderColor and a squared tab (other than rounded, slooping etc).
With these property I can set the control look and feel like the new flats and squared trend.4 votes -
Add secondary X and Y axes to the chart field in FlexReport
Often, there's utility in plotting charts of related data that are scaled differently enough from each other that catering to one of those data sets would make the other(s) unreadable. We use this functionality on your independent charting tools to great effect, and it would be immensely helpful to be able to produce similar charts in our reports.
4 votes -
C1DockingTab AutoHiding / ShowCaption
When ShowCaption is set to False, the drop down arrow to list all tabs moves to the end of the tab bar. Could the thumbtack to control auto-hiding also move with it?
As far as I know, there is no way to use the auto hiding feature effectively unless the caption is shown, and with the themes that our application uses the caption looks terrible in some cases.
4 votes -
put different colors in group header according to a given state
friends please i need display records grouped with different colors, for example , I want the group header is marked with red in case there is a record with a specific state , and blue color if there is another record with another state , so for each level of grouping with true db grid component
4 votes -
Flexgrid Column Filter Glyph
Give the option to ALWAYS show the Filter Glyph on a 'AllowFilter=True' column so that:
1. Column Header will not "move" when mouse over
2. AutoResize will take the glyph into account4 votes -
Old threads
HI, don't mixed replies from 10 years ago in the same search, have option to search for these and thereby getting more relevant information
4 votes -
Mandatory value
A C1 generico object with property IsMandatory would be cool: is mandatory and empty, it has a red backgorund (or somothing similar) and raises some kinda event.
If not, it works with its standard behaviour!3 votes -
Add a CheckBox to each RibbonObjects (default Invisible).
In controls like RibbonCombos, it is very useful to allow the user to block/unbock via checkbox the presence of a particular data (i.e. Customers: if checked the combo, i allow to choose customers, otherwise i can send NULL to Sql field).
Something similar to C1TaskDialog concept...3 votes -
Find public methods in Documentation
Hi, I find some public methods appear in Visual Studio Intellisense, but I can't find in FlexGrid documentation. E.g. GridTree.MaximumLevel. Could I know how to find it? Thanks.
2 votes -
RatingItem
It is necessary to add a item for rating specially with c1Editor.
Somtimes we need to rate a article with five stars or more.
I have to add a label ,but this way is not a right way for rating!
Regard!
Hossain2 votes -
2 votes
-
Excel.NET
Please provide the ability to set the print area in excel. Such a simple feature, but very necessary.
2 votes -
Fix Event Handlers!
MSDN provides the following article describing the proper way to raise events:
https://msdn.microsoft.com/en-us/library/edzehd2t%28v=vs.110%29.aspx
While investigating a NullReferenceException in one of your controls, ultimately due to a call to Application.DoEvents, I noticed that NONE of your event handlers followed this pattern. Instead, they were implemented like the following:
protected virtual void OnMyEvent() {
if (this.my_event == null) {
return;
}this.my_event(this, EventArgs.Empty);
}
This code is prone to exceptions as the null check is not sufficient to ensure that this.myevent is not null at the time it is called. Between the check and the call, a thread could have unsubscribed…
1 vote -
SelectedCells and SelectedRows
Works for both keyboard keys and mouse drags
1 vote -
TrueDBGrid
Our company recently purchased a few licenses of this control and have found some fairly substantial weaknesses after we purchased it.
Personally at this point I would like a refund but I'm sure that isn't a possibility so I'm hoping this request can get filled soon.
Could you please expose a Cell Object for use to Set/Get styles, Set/Get Values, etc..
1 vote -
Disabled RibbonButton
How Disabled Enabled Ribbon Button
1 vote
- Don't see your idea?