VB.NET

Moderators: seancampbell
Number of threads: 4020
Number of posts: 10026

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
Re: Editing data in datagrid or use FlexGrid or Infragistics. Posted by vbnewbiejoep on 10 Jan 2006 at 12:01 AM
This message was edited by vbnewbiejoep at 2006-1-10 0:1:40

: I would like to display some data in a grid and be able to edit and update this data. It seems using a datagrid is not an option unless someone can provide me some code examples for editing datagrid data. Then I see these third-party products such as Infragistics NetAdvantage 2005 and ComponentOne FlexGrid for .NET that seem to offer the ability to edit data in a datagrid. Does anyone have any experience with either of these products.
:

Hi,

Yeah, i have experience with the Microsoft DataGrid and with the ComponentOne FlexGrid.
Both are very annoying.
As for the Datagrid, it is not possible to have links or butons or comboboxes in it DataGrid. With the FlexGrid you can, but that grid is very anoying too, becouse it lacks some primary functions.
For example, the FlexGrid combolist (a combobox in the flexgird) cant be populated using
Flexgrid1.Cols(1).Combolist.Add(item)

Only
Flexgrid1.Cols(1).Combolist = "item1|item2|item3"
So i'm still looking for a way to populate the combolist with items from a combobox outside the flexgrid. And becouse i don't know the items in the combobox at designtime, i cant populatie the flexgrid combolist with it.


The DataGrid of Flexgrid are both nice tools, if they werent so crippeld.



Thread Tree



 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.