i search for gridview user control opensource that allow me to set tabename then its how tabe data and allow adding new row edit delete row , i searched online and didn’t find any .
Thank you
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you’re doing Silverlight you can have a free gridview from DevExpress, http://www.devexpress.com/products/net/controls/silverlight/grid/
For WinForms there is SourceGrid in CodePlex, http://sourcegrid.codeplex.com/
For ASP.NET, try webgrid, http://www.webgrid.com/
There’s also this SO post with a pretty good list of free controls (grids included): Best Free Controls for .NET