Browse by Tags
All Tags » Cell (RSS)
Showing page 2 of 4 (34 total posts)
-
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 ...
-
Hello,
I need to display the data in the format like amount@price (1.23@1 000 000) in the PRO grid. I have created a temple like the following
<DataTemplate x:Key=''RequestedOrder''> <StackPanel Orientation=''Horizontal''> <TextBlock Text=''{Binding ...
-
Is there any way of setting up a DataGrid so that when a cell or a row is selected, it doesn't highlight the entire row in a different colour?
I've looked at the following topics:
http://xceed.com/CS/forums/thread/9179.aspx
http://xceed.com/CS/forums/thread/21933.aspx
As advised in those, I've set up a Style in my DataGridControl's ...
-
Hello, Xceed Team,I am using the Xceed Grid for the inline Editing. Now we are having the requirement , while editing the row ,• Some cells in the row are read only,• Some cells are required fields• Some cells are non- required Now, we are able to achieve the validation ...
-
Hello,
I have one ComboBox as Edit Template and i have bind to Employee Data Source.
Now selected Employee's name will be seen in Cell but what about EmployeeID that I want to save in DataBase ?
In Normal Form I can get access EmloyeeID by cmbEmployee.SelectedValue but how can i achieve while using in grid ?
While saving the records, i ...
-
Hello,
I am using the Custom Control in the Exceed Data Grid as CellEditor in one of the Column. Now i am getting the custom control when the cell/column is in the Edit Mode. Now when i am selecting a value from the Custom Control. Its value is being selected but the column/Cell is not reflected with the ...
-
hi Diane,
i am using the same but my Control herarchy is like
XceedGridControl ---->>> Custom control --->> use level control (where i am using)
now problem is i am using this align ment style at custom control level but when i want to set the Context menu on DataCell @ UserLevel level it is overriding Whole ...
-
Hi,
I have a datagrid which shows Actual, Min and Max values.
In edit mode I'd like to change the min and max values based on the actual (say for example +/- 5 )
How can i do this in the xceed datagrid for WPF? - I'd also like it to happen as soon as the actual value cell loses focus and not just after the user moves off the row.
many ...
-
How to I Binding values from one column to another with using DataTemplate? In C#, not in XAML.
Code:
private void GenerateDataTemplates(int ColumnNumber){ var dt = new DataTemplate(); var spOuterFactory = new FrameworkElementFactory(typeof(StackPanel)); ...
-
Thanks Ghislain for your quick response.
I am afraid that the solution you have given is not applicable in the Xceed grid that i am working with. Please note that the Xceed Grid i am working with is of version 2.2 and it is not having a CellViewManager or CellEditorManager class and neither CheckBoxEditor nor CheckBoxViewer class.
The only class ...
2
|
|
|
|