Hi,
I have a wcf service that requires client credentials so I can set this via code like this :
wcf.ClientCredentials.UserName.UserName = "user";
wcf.ClientCredentials.UserName.Password = "password";
I followed this tutorial on how to create a telerik radgrid to consume the wcf service: http://blogs.telerik.com/blogs/posts/09-02-14/openaccess_wcf_and_a_radgrid_oh_my.aspx
But it doesn't have any information on how to set the credentials. If anyone can help I would really appreciate it!!!