Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Grid controls compatible with .NET and Mono?

Do you know any grid control compatible with .NET and Mono?

DataGridView seems to be quite buggy on Mono, and GTK# controls depends on GTK+ so you need to install it in windows machines where, usually, it's not present.

like image 802
Juanma Avatar asked Aug 30 '08 11:08

Juanma


2 Answers

You might want to try out the preview of Mono 2.0. DataGridView is vastly better in this version, though there are still several places where it is still lacking.

http://mono.ximian.com/monobuild/preview/download-preview/

like image 66
jpobst Avatar answered Oct 21 '22 09:10

jpobst


I tried mono 1.9.1 (Mono 2.0 beta) and had some problems with sorting, generated columns, and some nasty exceptions.

like image 31
Juanma Avatar answered Oct 21 '22 09:10

Juanma