This is a migrated thread and some comments may be shown as answers.

Dynamic Input Strategy

1 Answer 71 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Stephen
Top achievements
Rank 1
Stephen asked on 09 Jan 2012, 07:11 PM
Hi,

I need to present to the user an input form much like an excel spread sheet - a matrix of working days in a week along the top (columns) against various containers (rows).
The exact configuration of this form changes from user to user depending on slections they have made. For example, there may be 1 row or 15 rows, but the columns remain consistent.

In each cell will be a bound textbox where users can change or input the values.

Can anyone give me some pointers on how best to achieve this - specifically around how to ensure the ID's of each control will ensure data binding and capture is robust so that te backend code knows exactly where to put data and pull data.

I could rely on object binding and let the controls manage the delta's or manually parse the grid after it's been editing...

Thanks a bunch,

SMM

1 Answer, 1 is accepted

Sort by
0
Elliott
Top achievements
Rank 2
answered on 09 Jan 2012, 10:09 PM
check this out
Excel like grid

or this
Tags
Grid
Asked by
Stephen
Top achievements
Rank 1
Answers by
Elliott
Top achievements
Rank 2
Share this question
or