Browse by Tags
All Tags » DataRow (RSS)
Showing page 2 of 4 (37 total posts)
-
I made sure to go through the blogs, forums, sample code and KB. The sample code itself was confusing because it was bound to a custom class, or done using XAML.
My issue is that I have the .ItemsSource for dgGridName set to a built-from-scratch DataTable (dTab) in one function, and then I have a second separate function that reads ...
-
Hi all,
I am using Xceed WPF datagrid3.0.
While using ControlTemplet for Data row, the column (in rows) does not move on moving the Header of that column to other position. However I require proper column re - ordering when ControlTemplet for Data row is used.
Any help will be greatly appreciated.
-
In my application, user adds objects from a pool to the grid.
On click of the add action, we are adding the object to datagrid (with cardview), and want to do the following actions on addition.
1. Bring the newly added item to view. (I tried accessing the dataRow, but it is null and I tried BringItemIntoView and observed that it ...
-
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 ...
-
I have had a problem that I have finally found a solution.
My users require the ability for the focus to be moved to the first column of the next data row when the press enter on the insertion row. They are happy to use the arrow keys to move around the grid and the tab key whilst in edit mode but when they pressed the Enter key the were very ...
-
I have code that I need to run when the selection is changed. I've found the solution to the missing SelectionChanged event and that workaround works fine for me. However, for the case where there is only one row in the grid, I need a way to select that row again and run that code again. This could theoretically be accomplished in two basic ways:1 ...
-
Hi,
I'm dealing with the same topic these days and I was wondering if you could help me with the following:
Beside custom coloring of non selected row in the grid, I have to have custom coloring of selected row in the grid as well. I have resolved this request by changing SelectionBackColor and SelectionForeColor on grid on ...
-
Hi everybody, I have a question.
Is there any way how can I access from cellEditor to data from ohter cells or datarow? I create celleditor for specify column which is dependent on data from other cells of row. Does anybody know how can i access to all data of current datarow?
Thanks.
-
Hello, I'm comming back with a new issue: I have to remove a DataRow from a Xceed.Grid.GridControl. But a ''NullReferenceException'' is thrown and I don't understand why. It gave me hard headakes last hours. Maybe I'm missing somethiong from my view ...This is my ...
-
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 / ...
2
|
|
|
|