Ask a Question related to ASP.NET Data Grid Control, Design and Development.
-
Roger Moore #1
Client side validation in footer row
I have a timesheet application with a variable number of rows, depending on
how many projects the user is working on at the time. Each row has twelve
columns with a textbox in each, one for each day of the week, with only one
textbox for weekends. These textboxes are in the ItemTemplate, so they are
always in existence. (There is no Edit mode.) The footer has a textbox for
the days as well.
What I would like to do is have an onblur event for the ItemTemplate
textboxes run a JavaScript function that will update the textbox in it's
corresponding footer textbox. Is this possible inside a DataGrid? I am
having problems figuring out how to associate control ids when it is created
dynamically.
Thank you,
Roger
Roger Moore Guest
-
Client Side Validation
:confused;We have recently upgraded our web servers to Coldfusion MX 7.1. At the time of this writing, we still can not get flash forms to work on... -
Client Side validation on datagrid
Hello Group I am using template coulmns for input in datagrid how can I validate text boxes whcih are inside datagrid's template column at... -
client side validation cfinput in 6.1
Hello, This is probally a very simple question but i am trying to invoke client side validation on my inputs and i have typed this: <!--- this... -
client side validation on a number???
Is there a way to use a validator for a a price. I want to allow them to enter a whole number or a double. 12 or 12.33. Is there a way to do this... -
validation summary doesnt display when there's client-side validation
I have a custom validator that validates a numeric field, txtField, that allows for thousand separators. I also placed a validation summary so...



Reply With Quote

