Guest User

Untitled

a guest
Nov 14th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. grid.on(".dgrid-cell:click", function(evt) {
  2. var cell = grid.cell(evt);
  3.  
  4. if (cell.column.field == "WAL_Value") {
  5. console.log("column is ", cell.column);
  6. //code to create a drop down if field is clicked and allow user to select.
Add Comment
Please, Sign In to add comment