www.rustemsoft.com
How to insert two different controls in same column of datagridview
Please visit the above mentioned site,Download DatagridviewColumndll
Go to
DataGridColumns .NET assembly ->C# Samples ->CarsSample
Here in the column 'CarName' there are two controls
1. Combo Box
2. A control (even I dont know what that control is)
How to insert such control?
I successed in getting the DatetimePicker control in DateGridView column'Date'. Code is given at the following site
http://forums.microsoft.com/MSDN/Sho...=3056&SiteID=1
Even look how good is the 'Time' column designed to perfection
Please tell me how to insert these controls
I have alredy posted some Question Regarding DGView.HELP ME
Thankyou in advance..