Hi,
I want to perform some validations ( that are not/ cannot be defined in the jqGrid framewok) while adding a row to the grid. I use FormEdit(“new”,{options}) for adding a new row. If I want to compare values of different fields that I enter in the form, how can I do so in the beforeSubmit event?
Say there are two columns in the grid – A and B(both numeric). While trying to add a row to this grid, I want to validate that the value I enter in A is less than the number I enter in B
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top