DataGrid
-
Hi, I created a datagrid (see code below) to display records from my backend database and also add a radio button using the template column tag. Here’s my problem, how do I programmatically know which radio button was click and pass the primary key value to another call method for further processing, on click of a button which is outside the datagrid control
-
Hi, I created a datagrid (see code below) to display records from my backend database and also add a radio button using the template column tag. Here’s my problem, how do I programmatically know which radio button was click and pass the primary key value to another call method for further processing, on click of a button which is outside the datagrid control
You cannot do this directly. Use the rowselector control: http://www.datagridgirl.com/customcolumns.aspx[^] Regards, Alexandru Savescu
-
You cannot do this directly. Use the rowselector control: http://www.datagridgirl.com/customcolumns.aspx[^] Regards, Alexandru Savescu
thanx for the link, but am having issues making reference to the control after downloading e.g <%@ Register TagPrefix="mbrsc" Namespace="MetaBuilders.WebControls" Assembly="MetaBuilders.WebControls.RowSelectorColumn" %> i also try add the control thru the add/remove item but display an error