Windows Forms Datagrid - ItemCreated?

D

Denis Blondeau

Is there an event like ItemCreated for the Windows Forms DataGrid as there
is one for the Web Datagrid?

-> Denis
 
W

William Ryan eMVP

Unfortunately there isn't, they are quite different beasts. For a list of
the web Class here's a link
http://msdn.microsoft.com/library/d...fSystemWebUIWebControlsDataGridClassTopic.asp

For the Winforms grid here you go
http://msdn.microsoft.com/library/d...frlrfSystemWindowsFormsDataGridClassTopic.asp

There are too many differences to note and many times it's quite annoying.
While I really love .NET , I think the Winforms DataGrid is the most
challenged control there is and although you can usually get where you need
to go, it's so quirky and so different from everythign else, I almost wonder
if it wasn't a bone tossed to third party grid vendors ;-(

--

W.G. Ryan, eMVP

http://forums.devbuzz.com/
http://www.knowdotnet.com/williamryan.html
http://www.msmvps.com/WilliamRyan/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top