I am trying to append an additional field to the AJAX Select response. This field will be used to populate additional information on the web page - it is not bound to the Grid.
I can easily append the field to the AJAX Select response - but how would I intercept it on the client-side using Javascript?
I have tried attaching an event listener to onDataBound - but data is always null.
I can easily append the field to the AJAX Select response - but how would I intercept it on the client-side using Javascript?
I have tried attaching an event listener to onDataBound - but data is always null.