Browse by Tags
All Tags » DataGridControl (RSS)
Showing page 1 of 7 (64 total posts)
-
This is too old but ''I don´t want to use the Header in which is written Drag a Column header here..'' google search firs result .. <Grid x:Name=''LayoutRoot''> <sldg:DataGridControl ...
-
Today I do some test nad I have found, that calling of method CancelEdit() of DataGridControl raises System.InvalidOperationException: An attempt was made to call the CancelEdit method on a DataGridContext that is not current. at Xceed.Wpf.DataGrid.DataGridControl.CancelEditHelper(DataGridContext dataGridContext) at ...
-
Is there a way to know if a DataCell is shortening its content?For example, If I have a cell that has ''1234567890'' for the content, but it can't all fit, then it displays like this: ''123456...''I need to know when that is happening so I can turn on the tool tip FOR ONLY THAT VALUE.
I would check for ... in the text, but I can't find a ...
-
Hello. Recently started to master the DataGridControl component.What code in XAML and C# is necessary for event creation on clicking by a mouse in any part of a line?Thanks.P.S. Excuse for my English...
-
Hello,
I want to resize all rows of my DataGridControl, but i can't find this feature. Help please !
-
Hi,
I am just update my xceed version to 4.3 now. However, I met the issue after that.
I integrated the data grid to one windowsForm project.
Then I drag the column header and want to group the values.
The shadow of the column header does not follow my mouse.
How to change it to let the shadow follows my mouse all the time?
-
Hello Sir,
I Am using XCeed DG V4.2 and while Scrolling Grid I Got this error ''Cannot perform this operation while the generator is busy generating items''
As In My dataGrid I am Using Combobox for some of my Field.
I have 2 Issues:
1: Get Above Error while Scrolling DataGrid
2. while scrolling Its Execute ...
-
I would like to conditionally display either a CardFlow3D view or a TableView in my control, based on the value of one of my ViewModel's properties. I don't need to support switching back and forth, but only need to make the distinction on load. I'd prefer to be able to do this entirely in xaml, since we are trying to keep our view's code behind ...
-
Hello,
I would like to display a custom cell Editor of a cell regarding a value of a property of the DataObject, i have done this :
<Style TargetType=''{x:Type xcdg:DataCell}''> ...
-
using this xaml to ensure a double value is rounded to 2 decimal ...
1 ...
|
|
|
|