Category "datagrid"

How to export all the pages to CSV in MUI DataGrid?

I hava a DataGrid table from Material UI with more than 3000 rows, each page contains max 50 rows per page. What I want is to be able to export all the rows to

How to Add Row in datagrid wpf

Private Property DataTable As DataTable Public Property DataView As DataView Public Sub New() InitializeComponent() DataTable = New DataTable()

MUI Datagrid - TypeError: Cannot read properties of undefined (reading 'name')

Im using Material UI's datagrid to show some data in a table, I recently switched over to RTK query from redux for caching and to get rid of the global state ma

Mui DataGrid Tab causes synthetic event warning

This is the code I used from material UI site. Every time I edit something, pressing ENTER or TAB will result in the following warning and won't proceed to nex

Powershell WPF handle single row colors

I'm trying to adapt a script of mine who just shows a simple WPF datagrid. It has 4 Columns and i need to set a color on a few rows if its content respects a co

Edit Datagrid in WPF

How I can provide ComboBox to a particular DataGrid Column in wpf when user tries to edit data grid . For example user can change the Operator at run time from

Material-UI DataGrid: How do I add a tooltip to each row cell?

I could not find anything related to this in the react material ui datagrid documentation here. I noticed you can add tooltips to columns via a "description" fi

Material-UI DataGrid, display sum of column and sum updates according to filter as well

I have this Material-UI DataGrid, how can I sum all of the values for the column Total Amount in which this will also be updated once filter is triggerd as well

Mui Data Grid - How can I add a Summary row on each page of the grid as a last row which can scroll with other rows

I want to add a summary row to the MUI DataGrid component. I am getting the total from my API response. I want to display this summary row on each page of the g

DataGrid Column that contains Dropdown menu

I'm working on creating a table using Blazorise DataGrid, however I can't seem to get the options button at the end to work. I want to create 4 columns; Name, D

TypeError: apiRef.current.updateRows is not a function in material ui data-grid

I want o make a Data Grid Table using Material UI. Where User can update particular row data from a form submission. For the performance issue, I want to add us

WPF Datagrid seems to keep validation error references even after a new item source

I observed a very strange issue related to WPF DataGrid validation that occurs only in some conditions. To reproduce the issue I have a test window. <Window

DataGrid SelectionChanged event firing when scrolling

I am trying to implement a behavior to allow my DataGrid to move to a newly added row at the bottom of the DataGrid. I have buttons that add/remove items from

`columns` is marked as required in `ForwardRef(DataGrid)`, but its value is `undefined`

I am having a weird issue with MUI datagrid. Below is the code const mcolumns=[ { field: "firstname", headerName: "Firstname" }, { field: "lastname", he

Button onClick in MUI Datagrid invoked without clicking

I implemented a button inside the MUI v5 Datagrid. Based on the official sample https://mui.com/x/react-data-grid/columns/#render-cell , I added the onClick in

Material UI Data Grid first column fixed

Is it possible to make first column fixed when scrolling horizontally in Material Data Grid? I tried with selecting first child and applying position: sticky bu

Add custom style inside DataGrid Toolbar's popup component Material-UI

I'm creating a custom Data Grid Toolbar component by modifying existing Grid Toolbar components from Material-UI. Here is the official example for the Grid Tool

Inputted Items sometimes appear empty in Data grid

I have ItemsControl and a DataGrid in a WPF UserControl. this is how it looks like when the "Add to card" button is pressed a ViewModel instance is added to Obs

Resizing columns bug in Material-UI X-Grid when using in RTL

Resizing columns does not work properly when using Material UI X-Grid component with RTL theme. Accepted- dragging the LEFT portion of the column separator to t

How to bind column header to property in ViewModel? (WPF MVVM)

I Have window that have DataContext that is bind to ViewModel object (VM1 for the example). VM1 have a lot of properties and one of them is a string that called