Dear Telerik,
I am doing some experiment on RadDomainDataSource control with the intention to replace my old DomainDataSource control.
Below is the scenario that I encountered:
1. Every time I passed a complex data object (such as List<T>) as value of QueryParameter, at the DomainService at serverlogic, i got NULL value on that parameter.
2. I have tried a workaround that I only pass the primitive data type into value of QueryParameter as well changed parameter in domain service method to primitive. As the result, the parameter has proper value.
May I know if QueryParameter is only support for primitive data type when it comes back to Domain Service method?
Thanks for your time to help in this matter.
Best regards,
Adrian
I am doing some experiment on RadDomainDataSource control with the intention to replace my old DomainDataSource control.
Below is the scenario that I encountered:
1. Every time I passed a complex data object (such as List<T>) as value of QueryParameter, at the DomainService at serverlogic, i got NULL value on that parameter.
2. I have tried a workaround that I only pass the primitive data type into value of QueryParameter as well changed parameter in domain service method to primitive. As the result, the parameter has proper value.
May I know if QueryParameter is only support for primitive data type when it comes back to Domain Service method?
Thanks for your time to help in this matter.
Best regards,
Adrian