Query |
Response |
Can I add a row by hover effect? |
You can provide hover effect for the rows by enabling the AllowRowHoverHighlighting property and set the color by using RowHoverHighlightingBrush property.
KB reference : https://www.syncfusion.com/kb/11816/how-to-apply-the-row-mouse-hover-effect-in-wpf-datagrid-sfdatagrid
|
I have few more questions: Is it possible to add Summaries to any places? As I see you have an enum base this enum we calculate the position "top or button" Is it possible to override and set custom position property? |
We are little unclear with this requirement. Please confirm whether your requirement is to display the table summary in any places within the SfDataGrid Or you need to display the table summary value in any other control in the window.
Based on your confirmation we will check for the possibilities to achieve it. |
I have a Datagrid with multiple columns and rows. When I hover on any rows except first and last I need to Highlight the bottom of the border with custom style (I hope it could be done by using AlternatingRowStyle but I'm not sure, I still working on this) if I click then apply this style, also if this style already applied to the row I need to implement possibly to remove this style by clicking on the row, also I need have a possibly drag and drop this separator, maybe it could be done by allocating extra row (like Summaries). Please let me know if there is any solution to that. Thank you very much. |
We regret for the inconvenience. We are unable to understand this requirement. If possible, can you please provide clear details about this requirement with some illustration (image for each actions like hover, click). It will be more helpful for us to check for the possibilities and to provide a prompt solution. |