jqGrid cell editing need to position the error message dialog
Posted
by Harv
on Stack Overflow
See other posts from Stack Overflow
or by Harv
Published on 2010-06-15T15:41:41Z
Indexed on
2010/06/15
15:42 UTC
Read the original article
Hit count: 575
jqgrid
I'm using jqGrid with cell editing. I have setup the colModel properties using the editrules option. Everything works fine in that if I edit a cell and try to save an invalid value the grid displays an error dialog, but I need to know how to position the error message dialog that comes up because in the case of my layout it ends up behind a video. I'm not quite sure how to hook into this and there don't seem to be any obvious options on how to do it.
© Stack Overflow or respective owner