I want to create a customized integer cell in datagridview.Please tell me the right way and give me sample code if you can.
thank u............
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jignesh TrivediPosted Jun 25, 2012, 11:58 PM
You can done this using "DefaultCellStyle" Property.
Please Refer....
http://msdn.microsoft.com/en-us/library/f9x2790s.aspx
http://www.dotnetperls.com/datagridview-tutorial
hope this will help you.
Satyapriya NayakPosted Jun 25, 2012, 11:46 PM
Please refer the below link
http://www.c-sharpcorner.com/uploadfile/ankurmee/custom-time-cell-in-datagridview/
Thanks