About 62 results
Open links in new tab
  1. The Difference Between a DataGrid and a GridView in ASP.NET?

    Like the DataGrid control, the GridView control was designed to display data in an HTML table. When bound to a data source, the DataGrid and GridView controls each display a row from a DataSource …

  2. Horizontal scrolling in Datagrid - Radzen.Blazor Components - Radzen

    Mar 10, 2025 · Blazor DataGrid Component with code-less paging, sorting and filtering of... Use RadzenDataGrid to display tabular data with ease. Perform paging, sorting and filtering through …

  3. Change DataGrid cell colour based on values - Stack Overflow

    Apr 5, 2011 · 177 If you try to set the DataGrid.CellStyle the DataContext will be the row, so if you want to change the colour based on one cell it might be easiest to do so in specific columns, especially …

  4. c# - WPF DataGrid cell value changed event - Stack Overflow

    Dec 23, 2015 · WPF DataGrid cell value changed event Ask Question Asked 10 years, 2 months ago Modified 6 years, 6 months ago

  5. How can I set the color of a selected row in DataGrid

    The default background color of a selected row in DataGrid is so dark that I can't read it. Is there anyway of overriding it? Tried this <dg:DataGrid.RowStyle> <Style TargetType=" {x...

  6. c# - Avalonia DataGrid isn't visible - Stack Overflow

    Jul 14, 2024 · Never used the Avalonia DataGrid, but does it make sense to set AutoGenerateColumns="True" when you also manually declare <DataGrid.Columns>?

  7. c# - Datagrid binding in WPF - Stack Overflow

    The DataGrid is derived from ItemsControl, which relies on its ItemsSource property to define the collection it binds its rows to. Hence, if list isn't a property of an object bound to your control's …

  8. How to perform Single click checkbox selection in WPF DataGrid?

    For single click DataGrid checkbox you can just put regular checkbox control inside DataGridTemplateColumn and set UpdateSourceTrigger=PropertyChanged.

  9. Creating a WPF Hybrid Control (TreeView + DataGrid = DataTreeGrid)

    I need to create a TreeView that hold synchronized data, like a DataGrid. To clarify, take a look at this image: So, I have a TreeView at left side with columns at right side. The data will come f...

  10. Radzen DataGrid With Popup - Radzen.Blazor Components - Radzen

    Oct 28, 2024 · I am attempting to do a popup within a datagrid but the positioning is always displaying at the bottom of the last button. I am aware I can use the split button which does appear to work but the …