Datagrid scrolling

Update:

Forget the alternate colors issue in my previous post, it was easy to fix, just change the alternate style in the datagrid by using a color instead of a stylesheet:


For the Javascript code it should be ok, the only thing is to attach the code to a client side event.

Another thing, if you bind the DAtagrid to nothing, the table could look pretty ugly, so an advice, bind to something or don't bind at all ;-)

No Comments