I'm currently using the 10.1 release of XamWebGrid (10.1.20101.1005) and I'm running into an issue with the data binding for UnboundColumns.
We've adapted a ADO.NET DataTable construct for our uses in SL. I've been able to bind successfully using both the Value converter, and a binding path expression in a DataTemplate but I'm running into the following problems:
System.Windows.Data Error: BindingExpression path error: 'ValueX' property not found on 'Silverlight.DataRow' 'Silverlight.DataRow' (HashCode=44100051). BindingExpression: Path='ValueX' DataItem='Silverlight.DataRow' (HashCode=44100051); target element is 'Infragistics.Silverlight.Controls.Cell+a' (Name=''); target property is 'Value' (type 'System.Object')..
How do I correctly set up UnboundColumns to allow editing?
Any help on either of these issues would be appreciated. Thanks in advance,
Micah Tan
I'll get back to you on a full working sample -- it's currently tied to quite a bit of initialization code which I'd have to strip out.
Hi Micah,
Could you attach a sample, so that we can better see what you're doing?
Thanks,
-SteveZ