Browse by Tags
All Tags » CellTemplate (RSS)
-
In post 19643 (http://xceed.com/CS/forums/permalink/19643/19643/ShowThread.aspx#19643), there is mention of a Property Grid sample demonstrating how to dynamically change the cell editor. Is this sample still available, or is there a better way to change the cell editor based on data from another column?
-
I've set a style for my rows with a setter for the ToolTip to display some info for the row.
<Style TargetType=''{x:Type xcdg:DataRow}''> <Setter Property=''ToolTip'' Value=''Example'' />
...
</Style>
When the application is running and the ...
|
|
|
|