D Dave Brown Feb 4, 2004 #1 Is it possible to add buttons to cells in a windows forms datagrid and have their caption reflect the bound data ? rgds,
Is it possible to add buttons to cells in a windows forms datagrid and have their caption reflect the bound data ? rgds,
J Janaka Feb 4, 2004 #2 Dave you should be posting this question in microsoft.public.dotnet.framework.windowsforms
R Ryan Walberg Feb 4, 2004 #3 Dave said: Is it possible to add buttons to cells in a windows forms datagrid and have their caption reflect the bound data ? Click to expand... Wrong forum, but yes, just handle the DataBound event and use the FindControl() method of the EventArgs.Item to locate the button.
Dave said: Is it possible to add buttons to cells in a windows forms datagrid and have their caption reflect the bound data ? Click to expand... Wrong forum, but yes, just handle the DataBound event and use the FindControl() method of the EventArgs.Item to locate the button.