Browse by Tags
All Tags » Styles (RSS)
Showing page 1 of 4 (34 total posts)
-
HI , JOB
it is better to make a default style for with target type and put setter for the same to set the default properties.
you can try the same.
following is example for your referance.
<Style TargetType=''{x:Type xcdg:TableflowView}''>
<Setter Property=''Theme''>
<Setter.Value>
<xcdg:Office2007BlueTheme ...
-
HI,
I am really happy to see those extra features in my favorite WPF grid.
i would like to suggest foollowing thing to futher improve.
Search Having Column selector so one can select word in particular column .
Inbuild Filter (Filter From Hearder of Column : e.g Excel Like Filter) having more features like telerik ...
-
Hello,
I had one query for you. I need to add the style, style triggers and Data Triggers dynamically and depending upon the database fields i needs to set the alignment in the grid not in xaml using the Data Triggers but using the style dynamically upon the datatype of the field.
I tried using the styles dynamically but it didnt ...
-
Hello,
I am using User Control derived from the Xceed Grid. I want the style to be given dynamically for the Xceed DataCell. I dont want to give the xaml but want to add style in the .cs file dynamically.
The code for the xaml for adding the style for xceed data cell:
<Grid ...
-
you can either create context menu for the DataRow and apply through setter property and on menuItem Click you can have currentItem to delete.
you can review below code for the same or you can have the special button class and apply event setter for that class and on derived class you can add column with data template of that button ...
-
Problem: I have a system that compares two datasets and displayes the differences in a DataGridControl. my customer wanted to see the data as below:
DataSet 1
1
Adian
Test
20000
2
Adian
Dev
20000
3
Adian
PPM
2000
4
Adian
SPM
3000
DataSet ...
-
ok jenny was absolutely right, my above solution works, but it happens that some rows seem to dissapear ocasionaly,i think it's due loose of viewport or someth...anyway here's working example similar to what jenny was telling to do...it is done with filterRow, but the same way would work with groupByControl:
1.u need something where u will ...
-
Hello,
Is it possible to create/have a default style for all the views of the DataGridControl: TableView, CardView and CardflowView3D?
If yes, how?
Thank you!
Ioana
-
Hi,
I'm just assessing the Xceed grid for use in our application and got a bit stuck with templating a column which requires a converter. The column contains a color (see first sample below) - 'SegmentColour', the datatype of which is an int - a converter is used to get from int to SolidColorBrush however... the following doesn't work
I ...
-
Hello,
I have an Xceed WPF grid with 2 group headers which by default looks like this:
IsTravel: Program Expense Sheets (1 item)Team ID: Team 1 (3 items)$12345
$34234
$34534IsTravel: Travel Expense Sheets (1 item)Team ID: Team 2 (3 items)$234
$345
$342
By using this ...
1
|
|
|
|