Guest User

Untitled

a guest
Aug 19th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. Telerik Grid , Telerik Window and Confirm delete action
  2. .DataBinding(dataBinding => dataBinding.Ajax()
  3. .Select("_AjaxBinding","ControllerName")
  4. .Delete("_AjaxDelete", "ControllerName")
  5. )
  6.  
  7. columns.Command( o => o.Delete().ButtonType( GridButtonType.Text ) );
Add Comment
Please, Sign In to add comment