This question is locked. New answers and comments are not allowed.
Hello
I have a gridview which is bound to a dynamic object. The dynamic object contains a dictionary of <string,string>. However, as the dynamic object tryGetMember method returns object, it seems the gridviews data is of type object. These is giving me a problem when using filter such as contains.
Is there a way to either cast the data in the grid to string after it has retrieved it, or have the dynamic object return string instead of object to it?
Thank you for your time
Luke
I have a gridview which is bound to a dynamic object. The dynamic object contains a dictionary of <string,string>. However, as the dynamic object tryGetMember method returns object, it seems the gridviews data is of type object. These is giving me a problem when using filter such as contains.
Is there a way to either cast the data in the grid to string after it has retrieved it, or have the dynamic object return string instead of object to it?
Thank you for your time
Luke