datagrid on aspx

  • Thread starter Thread starter Tim Wallace
  • Start date Start date
T

Tim Wallace

I am using the asp:datagrid on an aspx page. I thought that I was able to
select items in the grid, similar to a list box (i.e. having the whole row
highlighted). Am I mistaken? Or am I just missing some key property
settings? Or something else?

Tim
 
I am using the asp:datagrid on an aspx page. I thought that I was able to
select items in the grid, similar to a list box (i.e. having the whole row
highlighted). Am I mistaken? Or am I just missing some key property
settings? Or something else?

Tim

I believe you can only have one selected at a time.

-Adam
 
I can't even select one row, if by lack of a highlight it indicates not
being selected.

Tim
 
Check out the series of articles on the site aspnet.4guysfromrolla.com on
the datagrid.
 
Back
Top