ISPrincess
Programmer
I have a Datagrid that contains CheckBoxes to allow the user to 'Select' a row.
The datagrid is contained within DIV Tags.
I would like to call dgGrid_CheckChanged when the checkbox is checked or unchecked to highlight the row as a selected item.
This works fine, until the user has scrolled the grid, and selects a row. Since Autopostback must be true on the checkbox in order to fire dgGrid_CheckChanged, the form repositions the grid back to the top. I would like to somehow keep the grid scrolled where it was within the DIV tag.
I am not sure that I explained this very well, but any ideas would be greatly appreciated.
Thanks!
PH
I was walking home one night and a guy hammering on a roof called me a paranoid little weirdo.
In morse code.
-Emo Phillips
The datagrid is contained within DIV Tags.
I would like to call dgGrid_CheckChanged when the checkbox is checked or unchecked to highlight the row as a selected item.
This works fine, until the user has scrolled the grid, and selects a row. Since Autopostback must be true on the checkbox in order to fire dgGrid_CheckChanged, the form repositions the grid back to the top. I would like to somehow keep the grid scrolled where it was within the DIV tag.
I am not sure that I explained this very well, but any ideas would be greatly appreciated.
Thanks!
PH
I was walking home one night and a guy hammering on a roof called me a paranoid little weirdo.
In morse code.
-Emo Phillips