what is the difference between datagrid and datagridview

Ask questions about creating Graphical User Interfaces (GUI) in PowerShell and using WinForms controls.
Forum rules
Do not post any licensing information in this forum.

Any code longer than three lines should be added as code using the 'Select Code' dropdown menu or attached as a file.
This topic is 6 years and 1 month old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.
Locked
User avatar
SVOF-IUK
Posts: 1
Last visit: Fri Jan 12, 2024 2:27 am

what is the difference between datagrid and datagridview

Post by SVOF-IUK »

I'm looking for the difference between the tools datagrid and datagridview.
Everything I've found so far describes only the datagridview.

But if I want to fill a datagrid with a list this will not work if I do the same to the datagridview. Unfortunately I find in the forum no information about this.

There is also no spotlight for "datagrid".

can someone give me an example code to fill a datagrid?
jvierra
Posts: 15439
Last visit: Tue Nov 21, 2023 6:37 pm
Answers: 30
Has voted: 4 times
Been upvoted: 33 times

Re: what is the difference between datagrid and datagridview

Post by jvierra »

DataGrid is not much used anymore. It has been replaced by the DGV. The DataGrid is very similar to the DGV but has fewer capabilities.

Right-click on control in toolbox to find links to documentation.
This topic is 6 years and 1 month old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.
Locked