I am using Jqgrid for displaying and editing information. In one of the column I am using custom element,
editoptions:{custom_element: getcustomElement,
custom_value:getCustomValue},
How can I pass a parameter to this custom_element function , Like getCustomElement(a) ?
You can check this link. It will help you to understand how to pass the parameters to the custom element. Go to the
customsubtitle, i think it will help.