Ask a Question related to ASP.NET Data Grid Control, Design and Development.
-
JemPower #1
Capturing checked event for Template based checkbox.
Getting to grips with the datagrid better than I thought, however I've hit
another problem which hopefully someone will be able to help (again.)
I have my grid populated, and in the first column a series of checkboxes.
What I want to do, is when the user checks a checkbox, it highlights the
entire row a different colour. However I can't seem to be able to capture
which checkbox the user has hit.
There's an event called "OnCheckedChanged" which I presume is the answer,
but I can't see any documentation regarding this in the BOL.
Likewise, I don't know whether this event is automatically captured, or if
I'd need to set the checkbox to autopostback=true.
Anyone got any ideas on this?
Many thanks
JemPower Guest
-
Summarize values when checkbox is checked
Hello all, The output of some query shows for example 10 records with invoice prices. Before each record is an unchecked checkbox. What I like to... -
DataGrid with CheckBox - How to read checked rows
I have added a checkbox to a dataset that I bind to a datagrid: DataColumn colBoolean = new DataColumn ("chkBox"); colBoolean.DataType =... -
Saving checkbox states (checked or unchecked)?
Hello. I'm creating a basic form with checkboxes for "yes/no". Is there a way for the state of the checkboxes to be saved by the user (using regular... -
Template - checked out but not showing as checked out.
I have a template that points to folders in our secure folder. I try to make a change to the template and say to update the files and it says... -
Find what checkbox is checked in javascript
I have to sets of checkboxes. The second is to delete the row. So when I click that checkbox I want to add it to an array. I also need to take it...



Reply With Quote

