Hi!
I'm using jqGrid in inline edit mode and I've implemented my custom function to check column value (on add and edit).
My grid is large, but fixed in height, so it has scroll.
When user enter invalid value warning dialog shows to the user, but at the very bottom of the page.
It seems it chooses the position to the row where invalid value is, but I'd like to position it at the center of the window.
How can I do it?
I know how to find it and position, but when?
Is there an event in which I can found this dialog via jQuery and position it?
Thanks
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top