Grids..general query


Author
Message
Ger Cannoll
Ger Cannoll
Advanced StrataFrame User (630 reputation)Advanced StrataFrame User (630 reputation)Advanced StrataFrame User (630 reputation)Advanced StrataFrame User (630 reputation)Advanced StrataFrame User (630 reputation)Advanced StrataFrame User (630 reputation)Advanced StrataFrame User (630 reputation)Advanced StrataFrame User (630 reputation)Advanced StrataFrame User (630 reputation)
Group: StrataFrame Users
Posts: 430, Visits: 507
I was wondering what folks here use for grids. Is the standard datagrid used, is there a Stratframe grid or is a.n.other grid used.

In VFP, we rolled our own Grid Class, the main functionality being that the user ,at run time almost, could decide the columns, layout, colour etc. This was done by having a 'Parameter File' separate from the application, which the application interrogated at runtime, and then populated the grid with the desired columns and settings. This in effect means that each client installation can decide on the makeup and layout of the grid, rather than having to be tied to an application wide setting.

If there was something with similar functionality.....

Trent Taylor
Trent Taylor
StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)
Group: StrataFrame Developers
Posts: 6.6K, Visits: 6.9K
I was wondering what folks here use for grids. Is the standard datagrid used, is there a Stratframe grid or is a.n.other grid used.

This is actually going to be part of the UI design portion of the class as this is a common questions, "When to use grids."  But in regards to which grid to use, the most commonly used are the DataGridView and the Infragistics grid.  There are also a lot of developers who use the DevExpress grid as well.

Unless you are going to have complicated needs (i.e. data bands, etc.) then the DataGridBiew will probably meet your needs...you can also extend this grid as much as you need by creating your own classes, subclassing this grid, etc. to make it do what you need.

GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Similar Topics

Reading This Topic

Login

Explore
Messages
Mentions
Search