Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
468
CheckBox validation in UltraWebGrid
posted

using 2008 vol2. Have two unbound UltraWebGrid Columns of type checkbox. need to validate each row, so that only one checkbox is checked per row. added validation code to set checked property in the following client side event handler...

UltraWebGrid1_CellClickHandler(gridName, cellId, button)

this doesn't fire if I click on the "checkbox", fires only when clicked on the "cell". UltraWebGrid column does not have an onclick event. any input on this will be helpful. thanks in advance.