is form handling supported for the grid?
Hi,
I wasn't sure how to word the question in the subject line. What I mean is, if the grid is in an HTML form, and I submit that form, do the grid's data get submitted same as a standard HTML input?
I kind of jumped the gun a bit, and already found a workaround to submitting the data in case the grid is not handled like a standard input within a form, but it seems kind of clumsy. I just wrote a function that transfers all of the grid data into hidden input arrays before calling form.submit();.
Thanks for any information.
Sincerely,
Mike
I wasn't sure how to word the question in the subject line. What I mean is, if the grid is in an HTML form, and I submit that form, do the grid's data get submitted same as a standard HTML input?
I kind of jumped the gun a bit, and already found a workaround to submitting the data in case the grid is not handled like a standard input within a form, but it seems kind of clumsy. I just wrote a function that transfers all of the grid data into hidden input arrays before calling form.submit();.
Thanks for any information.
Sincerely,
Mike
someguy
January 30,