I have a datagrid populated with 6 visible read-only
labels and several hidden fields. Below the datagrid, I
have a table with various textboxes, dropdowns, etc. I've
managed to decypher the client-side coding needed for the
user to click a "select" button (HTMLButton) in column 0
of the datagrid and have the table objects auto-fill with
corresponding values from the dataset row in the datagrid
without making a roundtrip to the server.
I am trying to add code in the datagrid's itemdatabound to
allow the user to click any place in a row and have
the "onclick" client-side button code fire. I've been
looking at Page.GetPostBac kClientHyperlin k, however I'm
not using a hyperlink button, and when I click anywhere on
the datagrid, it disappears, leaving only the table.
Any ideas on why this is munching my datagrid? Or how to
fix this so it works?
tia,
Sue
labels and several hidden fields. Below the datagrid, I
have a table with various textboxes, dropdowns, etc. I've
managed to decypher the client-side coding needed for the
user to click a "select" button (HTMLButton) in column 0
of the datagrid and have the table objects auto-fill with
corresponding values from the dataset row in the datagrid
without making a roundtrip to the server.
I am trying to add code in the datagrid's itemdatabound to
allow the user to click any place in a row and have
the "onclick" client-side button code fire. I've been
looking at Page.GetPostBac kClientHyperlin k, however I'm
not using a hyperlink button, and when I click anywhere on
the datagrid, it disappears, leaving only the table.
Any ideas on why this is munching my datagrid? Or how to
fix this so it works?
tia,
Sue
Comment