I have a webdatagrid two template fields... textboxes.. when the user enters a value in the first one and then goes to the second one, I need to make sure the second value is not greater then the first value...
Can someone help with some client side script to do this?
Sorry haven't gotten back to you.
Looking at your javascript code..
What field are you referring to in this line.
getElementsByTagName("input")[0].value
If you continue to experience any issues please do not hesitate to contact me.
Hello Daryl, Thank you for posting in the community.
Here is a code sample, showing value comparison on the client, by accessing the input element in the first templated column. In the example, an onchange event for the Second TextBox is handled. Notice that the Selection behavior is also enabled.
If you have any questions or concerns with this, please let me know and I'll be glad to help.