About 87 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. 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 …

  3. DataGrid Incell Editing - Radzen.Blazor Components - Radzen

    Apr 3, 2025 · Blazor DataGrid Component - InCell Editing | Free UI Components by Radzen This example demonstrates how to configure the Razden Blazor DataGrid for in-cell editing.

  4. Radzen treeview with datagrid - Radzen.Blazor Components - Radzen

    Jan 20, 2025 · I am trying to create a tree with datagrid. I checked the documentation of treeview but I need to implement a datagrid inside the the treeview.(that means I have n number of childlist and …

  5. DataGrid, TextAlign - Radzen.Blazor Components - Radzen

    Mar 28, 2024 · I defined datagrid with several columns and I set TextAlign for each column. All columns are set according to my settings, only one is not. The last one but it does not meter if I move it to …

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

    In my case, the reason was that I also had a CellStyle in my datagrid, and the CellStyle overrode the RowStyle I was setting. Interestingly so, because the CellStyle wasn't even setting the background …

  7. 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...

  8. Datagrid: Custom filter problems - Radzen.Blazor Components - Radzen

    Jul 9, 2025 · Hi, Since the change from System.Linq.Dynamic.Core to the Radzen implementation, I notice some problems regarding the calculated filter string in the Radzen Datagrid …

  9. Filter string from DataGrid - Radzen.Blazor Components - Radzen

    May 13, 2025 · I've run into a quite peculiar problem with enums. Im using Dynamic.Linq to filter a where clause from at DataGrid This issue occured after upgrading to 7.0.2 as it creates the filter string …

  10. c# - right click context menu for datagridview - Stack Overflow

    While this question is old, the answers aren't proper. Context menus have their own events on DataGridView. There is an event for row context menu and cell context menu. The reason for which …