Ex0-Ghost

Results 4 comments of Ex0-Ghost

well i searched everywhere for that functionality that you mention , when you swipe it reveals the content behind and stays like that for you to click on a button,...

this is implementation detail so it might change without notice in later versions you should use documented APIs ,but here you go: if $(temp1).data('JSGrid')._editingRow is not null then we are...

just specify the type "control" as the first field : fields: [ { type: "control" }, { name: "Nome", type: "text", width: 150, validate: "required" }, { name: "Age", type:...

AFAIK promises aren't supported on those callbacks, those callback are for client side processing if you want to achieve that, you should use controller method insertItem(item), as it waits for...