DataGrid ItemCommand Event

  • Thread starter Thread starter Mike
  • Start date Start date
M

Mike

I have a DataGrid that I am binding to a DataSet. I am adding a button to
the DataGrid for users to retrieve additional information about that record.
The problem I have is that the ItemCommand will not fire for me.

I read online that the Event wont fired when I call the DataBind function on
the DataGrid. What other options do I have rather than manually filling the
DataGrid?

Thanks,

Mike
 
Back
Top