I want to change the background of a merged cell based on the value of another column in the same row. In the SelectStyle method in class MergedCellStyleSelector which inherits from StyleSelector, I can only get the cell value but cannot get the bound entire data item, is there anyway I can get the bound row data item?
Hey,
as in the title the event doesnt trigger. It does work with the Widget "WidgetContentType = TwoStatesContent".
Im using a custom form for testing: https://pdfhost.io/v/xQU.fKEP6_24_anlage01_bauantrag_2021https://pdfhost.io/edit?doc=5b66dfdd-fafc-4589-bad0-c1608a8ecf1c
Thanks
Dominik
Hello Everyone,
I am currently Testing if we can switch from Word to Telerik RadRichTextbox. For that i want to be able to get notifications/events when a User Clicks on a Checkbox. I know there is the DocumentContentChanged event but that fires always and i dont think that ist viable for a document with many Checkboxes.
Is there some Event that would tell me which Control was changed?
Hi,
I have a RadGridView, and have added a ColumnGroupDescriptor to `RadGridView.GroupDescriptors`. I have also added an AggregateFunction to `GridViewColumn.AggregateFunctions` for several columns.
The aggregateFunction results are displayed in the grid's footer, each group's footer, and each group's header.
I now want to add an aggregateFunction that, only in the group's header, shows how many rows are in the group. I do not want this result to be shown in any footers.
I understand that this second point could be achieved if I had used GroupDescriptor instead of ColumnGroupDescriptor, however I do still want to be able to add other aggregateFunctions to columns and have these results show in both headers and footers.
I have currently attempted this by adding a small prefix to the AggregateFunction's "FunctionName", indicating it should only be shown in group headers; and then modified the GridView template to filter AggregateFunctions by this prefix as needed for headers and footers. However, this is not an elegant solution, so I was wondering what you would recommend.
Thanks, Richard
Dear Support Team,
I am using the RadGridView in my application for view and data modification. I would like to add Combobox editor in particular cell based on condition in single column. I cannot find such solution in documentation.
If it is possible then How can i bind the item source to that particular Combobox editor?
Kindly provide example so I can implement in my project.
Thanks & Regards,
Hiren Lad
How can i change the Search Panel Text Background and Foreground for a RadGridView
Hey,
I want to create a custom command that fills the selected field with text.
I don't want to use the context menu that you can add to the PDFViewer because, as far as I know, you can't select the field you want the data to be in. If I'm wrong here, please feel free to correct me.
You can see the context menu I'm referring to in the attached screenshot (Context Menu).
I hope you understand my intentions. If not, please ask, and I can clarify.
Thanks.
The Fields in my pdf viewer are all collored white and they are not getting highlighted. As seen in example.png. I want to have the same behavior as in the example2.png.
Thanks for the help
I'm trying to set the compact mode for Windows 11 theme, but the class Windows11ThemeSizeHelper was not found.
I'm reference this dlls from Binaries folder (R1 2023):
The class must be in Telerik.Windows.Controls dll as indicate in Class Windows11ThemeSizeHelper - Telerik UI for WPF API Reference Documentation, I reference this dll, but the class is not present :(
Have I forgotten something?
Can you help?