L
Lars Netzel
I have a Datagrid using the Edit/Update mode to alter data in the
datasource.
I needed to have a bit more flexible interface in the editmode with a design
that couldn't work in the columns. So I fixed this by only having ONE
template column (plus the edit button column) and then have html tables in
both the header and the edit items to have complete control over the design.
This works fine.
Now my boss wants Sorting in the column headers... and since therer are only
ONE column I can't use the sorting function of the datagrid...
How do I make these headers of my own to trigger the sort event in the grid
and also send the right argumnents?
best regards
/Lars Netzel
datasource.
I needed to have a bit more flexible interface in the editmode with a design
that couldn't work in the columns. So I fixed this by only having ONE
template column (plus the edit button column) and then have html tables in
both the header and the edit items to have complete control over the design.
This works fine.
Now my boss wants Sorting in the column headers... and since therer are only
ONE column I can't use the sorting function of the datagrid...
How do I make these headers of my own to trigger the sort event in the grid
and also send the right argumnents?
best regards
/Lars Netzel