View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001398 | NoesisGUI | Unity | public | 2019-01-23 11:20 | 2023-03-27 12:14 |
| Reporter | Khonan | Assigned To | sfernandez | ||
| Priority | normal | Severity | feature | ||
| Status | feedback | Resolution | open | ||
| Product Version | 2.1.0f1 | ||||
| Target Version | 3.2 | ||||
| Summary | 0001398: Feature Request : DatagridView | ||||
| Description | DataGridView are not implemented and I use a lot of them ;) Be great to get them exported ;) | ||||
| Steps To Reproduce | Try to make a Datagridview in unity from an XAML :) | ||||
| Platform | Any | ||||
|
Quick idea: You might be able to modify this source to self-implement DataGrid https://github.com/MicrosoftArchive/SilverlightToolkit/tree/master/Release/Silverlight5/SampleSource/Controls/Controls.Samples/DataGrid |
|
|
Thanks, I'll have a look. May be in the wpf source code too : https://github.com/dotnet/wpf |
|
|
good point! |
|
|
I would also love to get Datagrid in Noesis. Does anyone have a working ported version they could share, or something similar even? (Would love to have autogenerated columns though) |
|
|
Have you tried ListView? |
|
|
I actually thought it wasn't supported with the GridView inside. Mostly because your own example (Scoreboard) didn't use it. I have now tested the ListView with GridView and it works just fine. Now I need to figure a way to generate the columns based on the fields of the objects. |
|
|
Okay it was fairly simple: object obj = collectionOfWhateverTypeOfObjects.First(); One problem though. It works fine on the Blend-side, but you seem to have another version of the Binding class which doesn't fit the normal used in DisplayMemberBinding. |
|
|
Great, thanks for sharing your solution. |
|
|
Hi there, The current project I am currently working on porting from WPF to Noesis utilizes a lot of datagrid. I am working on changing them to ListView, however I was wondering if the DataGrid has plans of being implemented in the future? Thank you! |
|
|
Implementing DataGrid was not planned because using a ListView covers the same scenarios most of the time. |
|
|
Not having a DataGrid is OK with me - I implemented the functionality I needed with some combination of list/other views |
|
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2019-01-23 11:20 | Khonan | New Issue | |
| 2019-01-23 11:20 | Khonan | Tag Attached: DataGridView | |
| 2019-01-24 11:07 | sfernandez | Assigned To | => sfernandez |
| 2019-01-24 11:07 | sfernandez | Status | new => assigned |
| 2019-01-24 23:01 | nokola | Note Added: 0005416 | |
| 2019-01-25 14:37 | Khonan | Note Added: 0005419 | |
| 2019-01-25 16:41 | nokola | Note Added: 0005420 | |
| 2021-08-23 14:52 | [email protected] | Note Added: 0007375 | |
| 2021-08-23 14:52 | [email protected] | Note Edited: 0007375 | |
| 2021-08-23 16:36 | sfernandez | Status | assigned => feedback |
| 2021-08-23 16:36 | sfernandez | Note Added: 0007376 | |
| 2021-08-24 12:04 | [email protected] | Note Added: 0007379 | |
| 2021-08-24 13:57 | [email protected] | Note Added: 0007381 | |
| 2021-08-24 13:57 | [email protected] | Note Edited: 0007381 | |
| 2021-08-24 13:57 | [email protected] | Note Edited: 0007381 | |
| 2021-08-24 14:08 | [email protected] | Note Edited: 0007381 | |
| 2021-08-24 14:27 | [email protected] | Note Edited: 0007381 | |
| 2021-08-25 00:44 | [email protected] | Note Edited: 0007381 | |
| 2021-08-25 12:25 | sfernandez | Note Added: 0007382 | |
| 2021-08-25 12:38 | [email protected] | Note Edited: 0007381 | |
| 2021-08-25 14:28 | [email protected] | Note Edited: 0007381 | |
| 2022-08-15 18:37 | colin14321 | Note Added: 0008043 | |
| 2022-08-16 11:33 | sfernandez | Note Added: 0008044 | |
| 2022-08-16 11:34 | sfernandez | Target Version | => 3.2.0 |
| 2022-08-16 18:46 | nokola | Note Added: 0008046 | |
| 2023-03-27 12:14 | jsantos | Target Version | 3.2.0 => 3.2 |
| 2025-10-10 13:29 | jsantos | Category | Unity3D => Unity |