When submitting a record to the server, the serializeEditData function is called properly and “this” contains the gbox variable containing the value “#gbox_theIdofthegrid”. After editing another record (the form edit is reopened) and the submit button is pressed, the serializeEditData function is called properly BUT “this” doesn't contain the gbox variable.
Why so important? It is the ONLY way I've found,to this date, to know which grid i'm working with. When data is submitted to the server, I absolutely need to know from which grid/table.
I strongly believe, if there are no other way to know the grid id, that the grid itself should be passed to every event custom function. If not possible, at least the id should be provided so the grid could be called.
If no fix possible, can anybody provide a solution to get to the jgrid?
Thanks!
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top