Cass
Posts: 26
|
| Posted: 03/19/2005, 9:41 PM |
|
Hi there again,
had a look around the forum for answers to this one, but it seems that I can find related topics, but not quite the question I mean (and definitely not the answer!)... So, this is my problem:-
1) I need to have an editable grid that is populated dynamically. This means that teh number of fields, field types, content, plus visual characteristics need to be modifiable at run-time.
2) For example, say I have a CMS system, and I allow a user to create a content type that has four fields, specified by the user using the CMS package. Remember, this is being done at run time using my application. In order to allow a listing of the fields in tabular format, the output from this four-field table needs to be output to a grid component.
3) So, there are a few possibilities:-
A) The editable grid-component in CCS can be modified on the fly to accept whatever data is thrown at it.
B) Use an external piece of ASP code for a dynamic data-grid.
C) Write my own... 
Any ideas on option A?!!
Cheers,
Cass.
|
 |
 |
peterr
Posts: 5971
|
| Posted: 03/19/2005, 11:10 PM |
|
I don't believe that this can be done in CCS. Like in most visual development tools you need to be able to visually design the screen or page that you want your users to see.
Thus I think that (A) cannot work. Though you may be able to hide certain grid columns dynamically.
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
|