Ask a Question related to ASP.NET Building Controls, Design and Development.
-
dave #1
stumped...table - row - click event, cancel checkbox event
I have a html table and mutliple rows. On each row i put an onclick event
that opesn a modal window and prompts the user for some information.
I want this modal window to show when the user clicks anything on that row.
I have a few checkboxes in the row cells.
The click event first fires on the checkbox and then the row (opening the
modal window after the checkbox is checked).
How can I force the modal window to open first and cancel the onclick on the
checkbox????
Once the modal window has been opened i set a value on the row so that
future clicks do not open the modal window.
any help would be appreciated
dave
dave Guest
-
cancel a click event on a mx:list
Hey All, I have a listbox with a bunch of items. Now when a user select a item in the ListBox I need to show an Alert that is going to say 'Copy... -
how to use click event on a checkbox in cfgrid
I am using checkboxes in a cfgrid by putting type="boolean" in my cfgridcolumn tag The problem is, I need a click event to be fired when any of the... -
Button.Init? how Do I know if click event has been fired? TextBox.TextChanged event before Button.Click in a CompositeCustomControl.
Hello I have the following situation: (everything is dynamic (controls.add)) 1. Button.Init { WasButtonClickFired = true } 2.... -
Capture CheckBox Click Event
I have a datagrid with a checkbox column. The column is bound to adatabase, and I have no problem capturing a click event on the checkbox using the... -
How Do I : Add a Click event to a checkbox in a DataGrid
Hello, I need to know when a user clicks a checkbox, in a datagrid, so I can then update the database. I.E. I need to know which row has been...



Reply With Quote

