Click here to Skip to main content
15,892,480 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
how to call a datagridview using vmc in visual studio for mac?

What I have tried:

I tried in windows it works for me but im moving to mac so i need guidlines
Posted
Updated 6-Dec-17 23:44pm
Comments
Afzaal Ahmad Zeeshan 7-Dec-17 6:52am    
DataGridView in ASP.NET Core with Visual Studio for Mac?

Are you sure?

1 solution

think this link helps -

Winforms App on Mac Using DataGridView and Sqlite — Xamarin Forums[^]

try using Xamarin Forms (https://www.xamarin.com/forms)
it is currently for iOS/Android/Windows.
There is some initial, totally completely awesome, work being done here (https://github.com/xamarin/Xamarin.Forms/tree/macOS) to add a macOS backend, it is far from complete / production / even alpha quality.
Primarily, people get code use by pulling out all of their model (and view model if you use MVVM) code into a PCL or other forms of shared code, and write a front end for each platform.
Since we don't have forms for mac yet, datagrid won't obviously work. There is NSTableView and NSOutlineView, but they are frankly primitive compared to some of the other ux toolkits these days.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900