ad,
What do you mean by multi-row input? You want to edit multiple rows at
the same time? A grid view isn't going to allow that, since it is data
bound, it has a concept of a single current record, not multiple records.
You would have to create a custom user interface which would update all
of the rows at the same time.
Hope this helps.