Browse by Tags
All Tags » C#.NET (RSS)
-
Hey everyone,
I have an application with an Xceed DataGrid for WPF and in my grid I have a column with checkboxes. The problem I am having is that when the user clicks on the check box nothing happens, but when they click on the cell that the check box is in then the cell's EditBeginning event get's fired but crashes because the ...
-
Hey everyone,
I have a Xceed Datagrid which loads in data and works wonders. However, today I was approached by my supervisor and he wanted to know if the column headers can be hidden on demand. If it is possible is there a way I can modify it from the C# code?
Thanks in advance.
-
Hi,
I just started using xceed datagrid. I was trying to find to copy a cell data to clipboard. I saw in one of the forums that selectedUnit = ''Cell'' can be used to copy a cell data into clipboard. Not sure my version of the datagrid is not allowing me to use selectedUnit property for the datagrid. Can someone let me know how to achieve cell ...
-
Hello everybody, please i have a big probleme with the cardflow 3D view.. I am using sql server 2008 / visual studio ultimate 2010i have a table with a column called image ( vbinary(MAX) ).
i converted the image to byte[].. but when i use '' select '' in the datagrid, the image is shown as a column in the back of the card.
something like --> ...
-
Hi All,
I am trying to make some cells in datagrid to be readonly but not the whole column nor the whole row. The datacontext of each item is bound to an entity that has a IsReadOnly property.
-
Hi,
I'm facing issue with DataGrid having the grid resizing as per the content though the column size is fixed. I've the data which populates in the grid and if the data is more than the Height of the grid the verticalscroll bar comes and while scrolling if any of the column has a data exceeding the size of the column the column ...
-
When we add a customized checkbox column to a datagrid in .net (windows application) , the default property allows to check or uncheck the column using a double click. On the first click it selects the column and on the second click the column is either checked or unchecked. To change this default property, we need to handle the click event ...
|
|
|
|