I am writing a custom data source (by defining new class and not extending anything) using dataProtocol: "clinetCustom" as suggested in the documentation and defining the transformRequest. Now I have attached this data source to a list grid with a defined initialCriteria. I don't see the initial criteria passed to dsRequest (dsRequest.data) in the transformRequest. Although the defined initial criteria is being applied on the client side automatically. I need access to the criteria to pass the filter to the server side.
I will appreciate your quick response on this.
I will appreciate your quick response on this.
Comment