
Untitled
By: a guest on
May 5th, 2012 | syntax:
None | size: 0.86 KB | hits: 12 | expires: Never
how to hook into open even in flexigrid
$("#Details").flexigrid({
url: 'getdata.aspx?id=' + $("#txtSelectedID").val() + '&breakdown=true',
dataType: 'json', colModel: [
{ display: 'Description', name: 'BreakDetails', width: 300, align: 'left' },
{ display: 'Percentage', name: 'BreakVal1', width: 50, align: 'left' },
{ display: 'Amount', name: 'BreakVal2', width: 50, align: 'left' },
{ display: 'Total', name: 'BreakVal3', width: 50, align: 'left' }
],
preProcess: formatBreakdownResults,
width: 550, Height:550
});
preProcess: false,
onSuccess: false,
onSubmit: false