Browse by Tags
All Tags » CheckBox Column In Grid (RSS)
Showing page 1 of 2 (14 total posts)
-
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 ...
-
Hi,
I have a grid with a checkbox column and at the moment it's taking 3 clicks in order to tick the checkbox. I was wondering is there anyway to reduce the number of clicks required? I have tried setting the edit triggers to ActivationGesture, SingleClick, RowIsCurrent, ClickOnCurrentCell, SingleClick, BeginEditCommand and the ...
-
I have a column with checkbox, all the checkbox are aligned in center, but the filterrow check box is aligned to left by default. How can we able to align the filterrow checkbox to center?
Thanks in advance.
-
HI,
I have made an custom control and derived from the Xceed Data Grid. now what happens i have made a property ''IsSelectionAvailable''. i want to add checkbox column if the property is true. without any regard that what kind of ItemsSource is set. if i do that simply without binding the column with any data. due to Virtualizing i am loosing the ...
-
Hi,
I have a xceed grid which contains checkbox in firts column. I also have a OK button below the grid.
I want to enable/disable the OK button on checkbox checked count.
If there are 1 or more check boxes selected then the button should be enabled else disabled.
I am able to achieve this thru MouseLeave event (grid.EndEdit inside ...
-
Hi,
I am facing an issue with a datagrid column bound to a boolean property. I need to preform some logic when the checkbox in the boolean column is toggled. I tried getting handle of the checkbox, but the attempt failed.
Then I tried EditEnding and EditEnded event of the datacell. But these events are not getting triggered on toggling the ...
-
Good Afternoon!
I'm using version 3.1 of the DataGrid for WPF. I have an issue where I need a TextBox editor to commit it's changes to the datasource when the user exits the current cell (which works when DataGridControl.UpdateSourceTrigger = DataGridUpdateSourceTrigger.CellEndingEdit), but I also need a checkbox ...
-
Hi, i'd like to add a multicheckbox combo in wpf data grid. Some suggestion ?
the best would be to have the same that i've with ''Automatic Filtering'' in head column.
thank you.
see you
Marcello
-
Hello,
I am using Model View ViewModel pattern. I have a button inside a DataCell of Xceed DataGrid. I want to use DelegateCommand to handle the click event of the button.
Also, I dont want to write anything for the same in my Code Behind. I want everything to reside in my ViewModel.
How can this be achieved. I thought of RoutedEvents / ...
-
Hi !
I have strange behavior of CheckBox columns of WPF Grid 3.1 (the latest version fron 17 February 2009).
There is small application, with TabControl of two tabs. The first tab control contains Xceed WPF grid control. The first column bind to some boolean variable. The problem occures then I check the CheckBox, than do not move to ...
1
|
|
|
|