rowquery event |
The rowquery event allows the developer to override selection of a new row. It can be used to prevent selection of another row, if certain conditions are not met (e.g. a specific value needs to be filled in). Refer to the rowquery event in the context of any data source control. Syntax $.udb( datasource ).on("rowquery", function(evt, options) { ... });
See Also
|