Guest User

Untitled

a guest
Jan 16th, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. function rg_RowDataBound(sender, args)
  2. {
  3. var testcell = sender.get_masterTableView().getCellByColumnUniqueName(args.get_item(), "EMPLOYEE");
  4. var testinput = $telerik.findElement(cell, "EMPLOYEE");
  5. //This seems to create an object with not much value
  6. //doing this at least shows what the selected value should be
  7. alert(args.get_dataItem().EMPLOYEE);
  8.  
  9. }
Add Comment
Please, Sign In to add comment