Check if you have datagrid's viewstate enabled.
Check if you re-bind your data in postback. If you do, the selection info
will be lost.
--
Ting Huang
"Jim Bancroft" wrote:
>
> Hi everyone,
>
> I'm using a DataGrid with TemplateColumns. My DataGrid is located in a cell
> of an asp:Table. I did this so it's positioned correctly onscreen.
>
> One of the DataGrid's TemplateColumns is a checkbox. During the page's
> postback I loop over the DataGrid and read the checkbox values. My problem
> is, none of the checkboxes ever have their "Checked" attribute set-- it's as
> though anything I mark is ignored.
>
> If I put a checkbox outside of the DataGrid, into a separate cell of my
> table, I can read its Checked attribute correctly during postback. Is there
> something I'm missing here when it comes to placing checkboxes into DataGrid
> columns? I enabled the viewstate on my checkbox, but that didn't help. If
> you have any suggestions or tips, I'm all ears. Thanks!
>
>
>
|