Browse by Tags
All Tags » data grid (RSS)
Showing page 1 of 3 (30 total posts)
-
I have a table whose columns are dynamic. Essentially, we allow a user to create a table through a user interface. Once that table is created, we are using the Xceed datagrid to allow them to input values into the table they created. We are binding a DataTable representation of what the user creates to the datagrid. ...
-
Hi everybody,
Is there a way to invert rows and columns in the DataGrid ?
Indeed, I need to display each item of my ObsverableCollection as a column, and each row should represent a property of this item.
Thanks.
-
Hello
We try to get started with Xceed WPF DataGrid and we like to start at the beginning (the provieded examples are all heavy overloaded). Therefore we tried to create the most simple DataGridControl example we can imagine:
MainWindow.xaml:
<Window x:Class=''Xceed_DataGrid_for_WPF_virtual_override.MainWindow'' ...
-
Normal
0
14
false
false
false
IT
X-NONE
X-NONE
MicrosoftInternetExplorer4
...
-
I am new very new to the xceed components and just started using the datagrid control. I followed the Creating your first DataGrid project and successfully adapted the code to the SqlServerCe database that I am reading from. What I can't figure out is how to refresh the DataGrid, the database I am using is updated by another ...
-
I've been trying to code my grid to allow a user to choose a job to assign a list of materials to.
There is a Material table which is bound to the data grid. It has a foreign key link to the Job table.
I initially bound the Material.Job field but due to the fact that it has a foreign key constraint underneath in Linq2Sql, whenever the grid tried ...
-
Hi.
I have a complex business logic and I need to set ReadOnly on current cell according to a set of rules.
I created a DataCell style with GotFocus handler and set cell.ReadOnly in this handler.
The problem is when I set cell.ReadOnly = true, cell editor remains in the cell. When I move mouse off the row (not just the cell) editor ...
-
Hello,
In our project we have created a custom ComboBox enabling multiselection and other options such as search filtering (i.e pressing 'ab' on our custom ComboBox will show all values with 'ab' within them). Among other thing it holds additional properties such as search filtering type (prefix, exact match, etc.)
We use the Xceed Datagrid ...
-
Hi,
I am facing a problem with xceed datagrid, when i am changing a value dynamically the grid is not refreshing automatically, when i use horizontal or vertical scroll then it is getting refreshed and i am able to see my changes. I want the same behavior when i change a value with out using scroll bars it has to refresh the grid and show my ...
-
The first textbox column for ''GL Code'' binds just fine and saves all edits. The second doesn't ''Deferred GL Code''. Does anyone know how to get the second to work like the first, or know a better way to do both?
Thanks, Ben
<wpfc:XceedGridExtended Grid.Row=''1'' Grid.Column=''0'' Grid.ColumnSpan=''3'' Name=''GLCodeGrid'' ...
1
|
|
|
|