c# - Datagridview similar to SQL Server Table designer with combo box and datetime picker -


from long time i've been struck datagridview in c#.net. need customized datagrid view combo boxes, text boxes , date time picker controls validate on row-leave , cell-leave events.
i'm attracted datagrid of sql server data entry. manytimes tried didn't succeed.
please suggest me if know any.

if using winforms can add combobox columntype

[for further reference]

http://msdn.microsoft.com/en-us/library/bxt3k60s.aspx msdn

for datetimepicker see example

image showing how customise datagridcolumntype uploaded below

how customise datagridcolumntype


Comments

Popular posts from this blog

how to build hyperlink for query string in php -

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

html - How to set table cell value using jquery -