Home › Forums › WinForms controls › Xceed Grid for WinForms › Wish list for next release
-
AuthorPosts
-
Hi,
this is my wish list
* More examples
* Excel Style Filtering
* True Master-Detail Support in either bound or unbound mode
* Full Data Summaries as MIN, MAX, AVG, SUM, and COUNT
* Card View at Every level
* Column Resizing with the AutoWidth and BestFit
* Save and Load View Layouts
* Print and Print Preview with automatic split in multi page columns
* Grid for Web Forms
* Merge Cells
* Fixed Rows and Columns
* Alternating Rows stylesImported from legacy forums. Posted by Marco (had 841 views)
The grid needs to be aware of the changes made to the underlying DataSet.
The Grid.DataRow’s “ValueChanged” event should fire when the value is changed in the DataSet and be able to return the corresponding CellRow or DataRow.There should be Search and/or Find methods on DataRows.
I should be able to set the grid.CurrentRow from within the code after finding the row by some criteria.DataRow should be aware of the error in the DataSet’s row.
If the row in the DataSet gets an error after trying to update the database I would like to be able to display it in the grid by highlighting the row. Some event should fire, returning the corresponding CellRow or DataRow.Imported from legacy forums. Posted by psherman (had 550 views)
just a tiny little suggestion.
It was pretty simple to implement ourselves but build-in would be nice:I want a property you can set if you want right-click to make the clicked cell Current.
So you dont have to left-click before you right-click every time.Or is this function already in v2?
Imported from legacy forums. Posted by niklas (had 1540 views)
I wish a property like “ExtendLastColumn” that extends the last column (even in a master/detail grid) so the last column will fill up the control.
Regards,
Imported from legacy forums. Posted by Benny (had 794 views)
it would be useful if there was a property to display/hide the sorting triangle in the header of columns.
Imported from legacy forums. Posted by Louis (had 650 views)
a property on the grid to display records in rows like its done currently and a “Form View” where one record is displayed at a time witht the “VCR < << | >> > * ” like controls something like Microsoft Access Form View
my 2c.
Thanks
Imported from legacy forums. Posted by km (had 1078 views)
Xceed.Grid.Editors.GridRadioButton()
Checkboxes are sooooo not radio buttons!
Imported from legacy forums. Posted by Dustin_00 (had 474 views)
Xceed.Grid.Column.AccessibleDescription
Xceed.Grid.Column.AccessibleNameNeed to be added so that Windows Narrator can read content.
Rows / Cells probably need these too.
Imported from legacy forums. Posted by Dustin_00 (had 526 views)
The next version of the grid (which should be out shortly) will support Accesibility 2.0 🙂
Imported from legacy forums. Posted by Jenny [Xceed] (had 1240 views)
Anything from the knowledge base that requires more than one line of code should be built in.
For example: Locking columns, keeping current row after sorting, using Tab to move from cell to cell etc…Imported from legacy forums. Posted by psherman (had 1021 views)
Freeze columns option! I am currently using the method (in code) found on the KB but it is confusing to my programmers. (We don’t really understand the code – seems to work – but wow!).
Anyway – a method to freeze columns would be nice!
FG III
Imported from legacy forums. Posted by fgauer (had 792 views)
I agree with psherman’s assessment – anything where you have to do a lot of coding and is posted on the KB should be turned into a method.
…this is a nice product guys – keep it up!
FG III
Imported from legacy forums. Posted by fgauer (had 1121 views)
I would like support for display bound columns from a single data record across two or more rows in the grid. I agree with FG III, great product!!
Imported from legacy forums. Posted by kmdigilio (had 1064 views)
One feature really missing from the grid right now is multi-level rows (i.e. having two levels of columns, and then two levels to each grid row)
The lack of this feature made it necessary for us to purchase a license to another grid, even though I would have loved to continue to exclusively use the Xceed grid.
Imported from legacy forums. Posted by ilyah (had 936 views)
.Creator property that would return the template that created an object.
in the case of a datarow for example, it would link the template that spawned it,
same could be done for DetailGrids, DetailGridsColumns, Cells, etcImported from legacy forums. Posted by Louis (had 972 views)
-
AuthorPosts
- You must be logged in to reply to this topic.