views:

21

answers:

1

Apparently when editing a row, sorting via column headings is disabled.

We want to have a grid where a text box always appears in each row where users can enter data and then hit a submit button.

We figured out how to display a text box for each row BUT the problem is that this disables sorting. Any way to do both?

A: 

We implemented this with a custom formatter that just outputs the HTML <INPUT...> elements

Marcus