Advanced DataGrid Question

  • Thread starter Thread starter Arsalan
  • Start date Start date
A

Arsalan

Is it possible to make a DataGrid containing other controls, for e.g
checkbox or combo box ??

Is it possible to directly edit those DataGrid which are bound to Data set
[containing data returned from query consisting join statements]
 
Arsalan,

When you ask questions about datagrid, than it is in this newsgroup default
a windowsform datagrid therefore I assume that.


Here a lot of links which answer all your question in my opinion.

Complete very nice controls
<http://www.knowdotnet.com/articles/kdngrid.html>
<http://dotnet.leadit.be/extendeddatagrid>

Faqs (the site can be very slow)
http://www.syncfusion.com/FAQ/WinForms/FAQ_c44c.asp

http://www.microsoft.com/belux/nl/msdn/community/columns/jtielens/datagrid.mspx

http://msdn.microsoft.com/library/d...ry/en-us/dnwinforms/html/wnf_CustDataGrid.asp

http://msdn.microsoft.com/library/d...ormsdatagridtextboxcolumnclassformattopic.asp

Combobox (this is that same slow site)
http://www.syncfusion.com/FAQ/WinForms/FAQ_c44c.asp#q480q

DateTimePicker (tels how to make a control in a datagrid)
http://msdn.microsoft.com/library/d...windowsformsdatagridcolumnstyleclasstopic.asp

I hope this helps a little bit?

Cor
 

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

Similar Threads


Back
Top