Using Q3 2009 sp2
I'm using client-side databinding with "SelectMethod" calling a web service for getting and paging through data. I return a class with the "Data" and "Count" members. If I want to return an error message during a web service call, how can I return that message to the client. I can add a "Message" member to my class I return, but how can I tell RadGrid about the error? It appears that "OnAjaxRequestError" is no longer valid. I tried throwing an exception in the web service, but RadGrid is swallowing the error.
Thanks.
I'm using client-side databinding with "SelectMethod" calling a web service for getting and paging through data. I return a class with the "Data" and "Count" members. If I want to return an error message during a web service call, how can I return that message to the client. I can add a "Message" member to my class I return, but how can I tell RadGrid about the error? It appears that "OnAjaxRequestError" is no longer valid. I tried throwing an exception in the web service, but RadGrid is swallowing the error.
Thanks.