I am new to using Xceed Grid for .NET. There is set focus in .NET but not on Xcee开发者_开发知识库d. Can you please help me how to get the same ?You can do the following:
I\'m trying to adjust the xceed datagrid at runtime and cannot find a s开发者_C百科etting for this, anyone have any experience with it?I am using Xceed\'s DataGridControl and its exactly as Matt sketc
I am using XCeed DataGrid for WPF v4.0. My data grid control has got one column with FieldName=PropA. Using DisplayMemberBindingInfo I convert its value to another class object with two properties in
I have boolean Property SpecValue what indicates that other property can be modified. I can\'t find good solution how to do it.
I have an Xceed gridcontrol, with a GroupByRow control on there.When the groups are populated, the GroupByRow width, is only as width as the columns on there.There does not seem to be an option to exp
I am using WPF, and attempting to follow the MVVM pattern. Our team has decided to use the Xceed DataGrid control, and I am having some difficulties getting it to fit into the MVVM pattern.
Is there a way to add a DoubleClickEvent to each Row in xaml rather than using the event of the datagridcontrol?
Is it possible to pull out filter row from XCeed DataGrid control to some other place like group box ? If possible, how ? Any pointers will be appreciated.
I am changing the background color of the cells when the user has made an edit. I would like to return all cells to normal colors when the changes are saved (or reverted).