Hello,
It would help us plan, if you could let us know when we can expect to see this feature so we can schedule our development.
Thank you,
Kris
Guriddo/jqGrid Customer
Thank you! this will be really useful feature for us. Looking forward to its addition.
Thank you! its working properly now
Any idea when this will be resolved?
Please let us know
Kris
Gurrido Customer
Thank you for pointing it out.
Sorry, my mistake should have looked through the documentation carefully
Thank you Will!
Thank you for your quick responses!
I tried the following simple example with javascript alert
if popups dialog – if click ok, posts to server if click cancel – return to cell in edit mode
1 2 3 4 5 6 7 8 9 10 11 |
onSubmitCell:function(rowid,cellname,value,iRow,iCol){ var r = confirm('Are you sure?'); if(r == true) { return true; } else { return false } }, |
However, if I user a custom dialog function it does not work. the dialog popups but also posts to the server before I click yes
1 2 3 4 5 6 7 8 9 10 11 12 13 |
onSubmitCell:function(rowid,cellname,value,iRow,iCol){ dhtmlx.confirm({ title: "Confirm", ok:"Yes", cancel: "No", text: "Are you sure?", callback: function(result){ if(result){ return true; } } }); } |
Am I missing something?
Please help.
Thanks,
Kris
Thanks! I will try it
Thank you!
Thank you!
Thank you fixing the issue with quotes. Still an issue with & (ampersand) character
If the value is B&B
then excel outputs as “&”
It is export to excel using jszip
Thank you, will try it.
Thank you so much for a quick turn around. This is now a much better user experience.
I tested this and works as desired. except I found one problem
When restoreCellonFail: false then on validation error or other error, the cell remains in edit mode. if I click outside or click ESC nothing happens. its stays in edit mode even after clicking on another edit cell.
Also, in inline edit mode, dialog is not positioned next to the cell. ValidationCell does not work of inline edit mode? Is there way to use this in inline edit mode?
Is there a way fix this
Thanks,
Kris
Thank you !
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top