Advanced Forum Search Results
-
(.Web.User user = (.Web.User)RiaContext.Current.User);
Guid userGuid = user.UserId;
This doesn't work for me, because there is no UserId property in UserBase class:
namespace System.Web.Ria.ApplicationServices {
public abstract class UserBase : IUser, IPrincipal, IIdentity {
-
I want to have Edit button which is outside of datagrid to be "sensitive" on which group/row user have been clicked, so that I can edit group item as well as regular row/child items depending on what user is selected in datagrid. How to achieve this?
Also, I have a problem in customizing a display of group row in datagrid, and ended ...
-
I have created Xml file in Silverlight 3 code and want to save it on client hard disc via SaveFileFialog but it need to be UTF-8 file. How can it be accomplished? Here is a sample of code:1 SaveFileDialog saveDialog = new SaveFileDialog
2 {
3 Filter = "Xml Files ...
-
Unfortunately, didn't find a solution, yet, for "valid" deployment of Ado.Net Data Services :(.
Danijel
-
One more vote against sealed classes.
-
I have used for client side dynamic Linq to Objects usage in Silverlight without problems, and I guess this won't work with Ado.Net Data Services.
-
Hi Mike,
Any chance you will share solution for not selecting first row/column?
This is bad decision and should be easily overriden if not needed.
-
http://jobijoy.blogspot.com/2009/02/simple-multiselect-combobox-using.html
-
There is an option using public property in entity class which could be marked with some kind of Ignore attribute by implementing custom DataServiceContext. More info here:
http://blogs.msdn.com/phaniraj/archive/2008/12/11/customizing-serialization-of-entities-in-the-ado-net-data-services-client-library.aspx
-
Both clickable demo and source code would be nice for your blog entries.
Thanks for lots of helpful information.