A simple example using LightVisualElements and html for a custom ListView look. Creates a listview with three columns, the first the row’s text field and columns two and three contain a StackElement with LightVisualElement children.   using System; using System.ComponentModel; …

Telerik Winforms Custom RadListView Rows Read more »

I had a display issue where the column widths changed after rebinding data with the RadGridView. Clicking the columns restored the proper widths. I initially went with the Telerik recommendation to use CellFormatting to  set column fonts, colors, widths, etc. …

Display Artifacts after Rebinding Telerik RadGridView Read more »

This is for Winforms. I don’t know about the other technologies. Sure you can iterate through the columns and manually disable each…  But the tools are already in place. To hide column filters by Image column types: void radGridView1_ViewCellFormatting(object sender, …

Hide Telerik GridView Column Filter By Column Type or Name winforms Read more »