Hi guys,
I'm trying since the beginning of the month to make a listgrid working with RPC calls, without success.
Here is what I exactly want to do :
- I've some search criterias at the top of the page and a submit button. When submitting the form, I wish to update the Listgrid threw a RPC call
- I've activated the listgrid's filter bar. When updating the filter, I wish the same RPC call to be made.
By now, I use a datasource parsing XML but it's not enough (error handling) for the case I'm working on. I need the onSuccess and onFailure RPC methods.
Is there a way (and what is it?) to work?
I'm trying since the beginning of the month to make a listgrid working with RPC calls, without success.
Here is what I exactly want to do :
- I've some search criterias at the top of the page and a submit button. When submitting the form, I wish to update the Listgrid threw a RPC call
- I've activated the listgrid's filter bar. When updating the filter, I wish the same RPC call to be made.
By now, I use a datasource parsing XML but it's not enough (error handling) for the case I'm working on. I need the onSuccess and onFailure RPC methods.
Is there a way (and what is it?) to work?
Comment