Browse by Tags
All Tags » DataGridCollect... » DataGridControl » DataBinding » DataGrid (RSS)
-
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 ...
-
Hi,
I am binding the DataGridControl from code behind using datagridcollectionview.....Suppose my datatable contains 5 columns . Now in the xceed grid i want to display the values of 1st and 3rd column in the same header i.e. in one column . How can i achieve this ?????
-
When I edit in the Datagrid a value, the value in the Textbox should also immediately change and not when I leave the row.
Here the code:
<Window x:Class=''WpfApplication_Xceed.Window1''
xmlns=''http://schemas.microsoft.com/winfx/2006/xaml/presentation''
xmlns:x=''http://schemas.microsoft.com/winfx/2006/xaml''
Title=''Window1'' ...
|
|
|
|