I am not able to ADD an AJAX function in a particular column of jqxGrid
Refer to URL – http://www.vasplus.info/18.html#.UssAy_QW19s
#1
In – HTML Code, How to add a custom <input type=”file” —- in index.html of jqxGrid
[ From Reference URL ] <input type=”file” name=”vasPhoto_uploads”
#2
[ From Reference URL ] In – Ajax and Jquery, where to add THIS FUNCTION (Below)……
$(‘#vasPhoto_uploads’).live(‘change’, function() {
$(“#vasPLUS_Programming_Blog_Form”).vPB({
beforeSubmit: function() {
……….within this code in jqxGrid
<script type=”text/javascript”>
$(document).ready(function() {