Skip to main content

Questions tagged [datagrid]

A graphical user interface element to display and manipulate data in a tabular format.

datagrid
0 votes
0 answers
12 views

Datagrid displaying empty rows during the load of window

I am trying to develop a small application using wpf and mvvm. I binded textbox and datagrid with a viewmodel, so after user enter some data into textbox and click the button, the data should appear ...
leonard krasniqi's user avatar
0 votes
0 answers
17 views

Tabulator mutator cell function will not allow data grid to load

Tabulator mutator function blocks the display data grid. Formatter works fine. Possible mutator function written incorrectly or possible bug in program. Tried every combination of (cell, value, data) ...
rogerh's user avatar
  • 3
0 votes
1 answer
41 views

Binding data inside a DataGrid inside a DataGrid.RowDetailsTemplate / C# WPF

I'm learning C# and WPF for a personal project that I'll use for my job. I'm trying to create a DataGrid inside another DataGrid. Specifically, I want my first SQL query to display some data, and when ...
ZeDeRo's user avatar
  • 9
0 votes
0 answers
15 views

How could I create a textBox or a selectBox in the Summary

I have a datagrid from devextreme reactjs, Which is basically renders the provided as shown below. So While doing that I got set a search Box in the Summary area or below the column. How could I do ...
SONIC's user avatar
  • 51
0 votes
0 answers
42 views

WPF Datagrid - Custom Column Layout

I'm looking to create a custom layout for a datagrid column. I want to stack some columns like you can with Infragistics (one above another), but I want to do it myself. Is this possible? I've ...
NicLight93's user avatar
0 votes
0 answers
19 views

Is there any way to optimize loading of a large number of groups with items in DataGrid? WinUI3

I have implemented logic for grouping items in DataGrid, but I am facing a problem that when there are a large number of items, my UI hangs and takes a very long time to render the table. C# Grouping: ...
Roman Voskoboynikov's user avatar
0 votes
2 answers
57 views

WPF DataGrid Row Header

I have a design from our project UI Designer. The design is for datagrids within our App. Within the design he has defined that the datagrid should always have a left margin of 32px BUT, the ...
Richard Gale's user avatar
  • 1,898
0 votes
1 answer
40 views

How to apply alternating row colors to groups in a DataGrid?

Suppose I have a list of visitor object grouped by Nation Class visitor { String Nation; String Name } Nation Name USA Tom Italy Jim China Josh UK Jane UK Kelly S. Korea Betty Japan ...
Stan's user avatar
  • 3
-1 votes
0 answers
61 views

WPF - DataGrid - lazy loading ? pagination?

I have a lot of data to display and, to improve the scrolling and UI performances, I already enabled virtualization use async binding set Max Width/Height My data property points to a field like ...
pf12345678910's user avatar
0 votes
1 answer
13 views

Power Apps why field month cannot be selected for data grid

I have added a data grid to my canvas and connected to a table with 4 fields year, cost, cost_id and month. Selecting fields for the data grid will permit me to select year, cost, costs_id but not ...
user2005143's user avatar
0 votes
0 answers
32 views

MUI DataGridPro with custom component for HeaderFilter is rerendering after first time a letter is entered in the inputBox

I'm trying to set a headerFilter for one column (for instance I´m using "Id") where the rendered component is a AutoComplete where the input is a TextField. For the user, it could be ...
Michel's user avatar
  • 1
0 votes
1 answer
38 views

Composite key in a Syncfusion Blazor Datagrid

I need advice on implementing a composite key on a Syncfusion for a Blazor Datagrid. It does not allow composite keys and the ticket to add it as a feature has sat unmoved for a few years now. This is ...
Ger's user avatar
  • 191
-1 votes
1 answer
48 views

Binding the property name is not loading but others are from the grid

I am using the correct binding name for my property as it matches the one in the table from the database, other names do show and load data. What else could be the problem on my binding this name ...
thrue2023's user avatar
1 vote
1 answer
84 views

WPF Dynamic Data Grid's Thumb position changed when row and column definition is added to selected dynamic grid

Requirement: Our requirement is to draw an empty Grid(table with rows and columns) on top of a tables present in the image and for a single image there may be multiple grids. All the grids should be ...
Vignesh Jayaraman's user avatar
0 votes
0 answers
47 views

Android version of .NET MAUI not displaying data

The Android version of the datagrid of .NET MAUI is not displaying any data, based off of testing the most recent version, unaltered, both on an Android devices as well as an Android emulator. It ...
Lyle's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
1090