3rd Party DataGrid(View) control

PhillD

Well-known member
Joined
Mar 5, 2010
Messages
91
Programming Experience
10+
Can anybody recommend a 3rd party DataGrid control similar to the MS DataGridView.

I would like something that can handle null vales without throwing Object reference errors.

Decent hosted controls support (for things like Type-In Combo Boxes, date time picker)
Similar Data Binding options as the MS Grid and something that will look like a normal grid and mix well with the standard MS Controls.

Thanks.
 
Hi PhilD,

have a look at ComponentOne FlexGrid control. You can set options how to deal with DbNull values and you can set any control you like as editor of any column. DataBinding is very fast, too. And you have a lot of possibilities to change, how the control should look like.
Hope, this will help you.

Markus
 
Thanks for the advice. I ended up going with the DevExpress Grid Control. It has a few "issues" with it's behavior but these can be fixed in code.
 
Back
Top