Browse by Tags
All Tags » Editing (RSS)
Showing page 1 of 2 (20 total posts)
-
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}''> ...
-
I need to have some Cells in grid to be ReadOnly and some to be editable. I have found that settings property ReadOnly=''True'' for DataCell has no influance, and there is still posiible to edit content of cell (for test I use default editor). I use Style like this<Style TargetType=''{x:Type xcdg:DataCell}''><Setter Property=''ReadOnly'' ...
-
DataGrid WPF Version 3.7.10175.16000
I am having the following problem, which appears to be similar to a problem that others have had and for which I have tried their solutions without success.
I have a DataGrid on a page, where the user is in editmode in a cell. They change the value to a bad value, then press a button on the page to SAVE. This ...
-
When someone inserts a row using the insert line and they press
the Enter key in the first cell the row is added and moves to the bottom
of the Grid (if no sorting). The user then needs to find the row they just added and
finish adding data to the rest of the cells.
Is there a way to prevent this or at least move the focus to the ...
-
I would like to automatically move to the next cell when the user presses the Enter key at the completion of a cell edit (like Excel).
-
Hi,
You didn't mention if the cells were if value cells, data cells, insertion cells... Also, I decided to make the grid:
gridControl1.SingleClickEdit = true;
so a single click on a cell gets you in edit mode. Otherwise, things a more complicated.
The form1.cs gives this:
using System;using System.Collections.Generic;using ...
-
Hi.
I am trying to add some multi-edit functionality to the excellent Xceed DataGrid.
The functionality I want is the following:
1. The user select some rows in the grid while holding the SHIFT key.
2. The user enters edit mode in a cell while all the rows are selected3. When the user ends editing the cell by pressing the ...
-
Hello,
I am using Xceed datagrid in my WPF app and I need to provider the user tthe ability to edit the data in the grid and then save it. I mean the user just changes some data in the table and then clicks on a SAVE button which should change the data in the database. Also, I want to make some columns ...
-
In my application I am using couple of checkbox in the following way
<xcdg:Column FieldName=''Mod'' Title=''Mod'' Width=''30'' MinWidth=''30'' MaxWidth=''40'' ...
-
Hi,
I am using Xceed Datagrids for WPF 2.0 in my application and I have also provided support for in-line editing of data grids. Please find below the details for the problem that I am facing currently.
Consider there are 3 columns in a grid - ID, FromRegion and ToRegion. All 3 are editable and editor is a ...
1
|
|
|
|