Browse by Tags
All Tags » cell editor template (RSS)
-
I have a custom control that is working fine inside of an EditTemplate. The template is being used on a grid that is bound to a collection of business objects. The problem I have is that from within the control I need to be able to access the parent business object. For a simple contrived example let’s say I have an EditTemplate ...
-
Hello ,
I have a strange issue. I am binding a DataGrid with IList. When I try to retrieve the DataRow and try to use its DataContext. In case of some rows the DataRow is either null or DataContext of the DataRow is null. Although a binding item does exists in the IList.
Can anyone please help me on this ? This seems to be strange and ...
-
I have create DataGrid that contain ComboBox. I want user can select value to combobox. every thing work correctly except when i select value in combobox it don't update it value to datagrid (at first that column is null). I want to know how to solve this problem.
Thanks!
|
|
|
|