Skip to main content
Home Forums Silverlight Programming Programming with .NET - General DataGridTextColumn DisplayMemberBinding
3 replies. Latest Post by rupakg on October 29, 2008.
(0)
CraigN
Member
352 points
89 Posts
09-26-2008 1:35 PM |
Hi all,
In upgrading our rather large SL2B2 project I noticed that the RC0 breaking changes documentation is missing one entry so far. The DataGridTextColumn property DisplayMemberBinding has been renamed to Binding.
brauliod
Participant
1169 points
472 Posts
09-26-2008 5:44 PM |
Another pain in the neck... CommittingEdit is not available anymore on the DataGrid, no workaround defined so far...
jemiller
445 points
237 Posts
09-26-2008 7:36 PM |
This stuff doesn't seem like RC quality to me. IMHO, it should have been called Beta 3. A few things that I've noticed within the first few minutes of testing are: 1. ComboBox intermittently crashes Silverlight, it pops up a dialog asking if you want to debug even though you are already in debug mode, 2. DataGrid rendering problems, if you have a DataGrid in a TabItem and switch from the TabItem to another one and back again, it blanks out the selected item and it can no longer be selected, 3. Still no ValidationRule; I submitted a Connect request for this and it was closed without explaination (read it still has piss poor validation support (is implementing this really that difficult?)), 4. ListBox seems to have issues with not rendering the selected item as being selected if you select it programatically, 5. other rendering issues with DataGrid where you resize the window and parts of the DataGrid contents aren't rendered properly. I guess this is why it's better to say "it will be done when it's done" rather than saying it will be done by the end of the year whether it's stable or not.
rupakg
2 points
1 Posts
10-29-2008 1:59 PM |
More breaking changes I found: http://developershelf.blogspot.com/2008/10/silverlight-2-rc0-upgrade-notes-missing.html