Datagrid functionality

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I have seen many articles where it is possible to add extra columns to a datagrid that allows the user to press a button and delete the row, etc.

However i have not seen any articles like this for a windows form datagrid!!! Is it possible to do it for a windows datagrid?
 
You may want to check out the (free) ExtendedDataGrid control:
http://dotnet.leadit.be/extendeddatagrid

If you want to implement it yourself, take a look at the syncfusion faq:
http://www.syncfusion.com/FAQ/WinForms/FAQ_c44c.asp#q888q

--
Greetz

Jan Tielens
________________________________
Read my weblog: http://weblogs.asp.net/jan


Alexia said:
Hi,

I have seen many articles where it is possible to add extra columns to a
datagrid that allows the user to press a button and delete the row, etc.
However i have not seen any articles like this for a windows form
datagrid!!! Is it possible to do it for a windows datagrid?
 
Hi Jan,

I tried to use this before but i was told that i need Visual studio 2003. Is this true?
Can it work on 2002?
 
Back
Top