We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When the number of data grid columns exceeds the screen width and slide to the screen to view the data, the content is blank
The text was updated successfully, but these errors were encountered:
Can you provide
Sorry, something went wrong.
hi,thank you for your reply. Platform:Android(Android 12) Device Name:Mi10(xiaomi 10)
` WebApiResult<List> _result = await iRecordService.GetDeviceDataAsync(dev.id, dataType, selectDate.ToString("yyyy-MM-dd"), selectDate.AddDays(1).ToString("yyyy-MM-dd"));
if (_result.code != 1) return; if (_result.data == null) return; DevDataTable = _result.data;`
You should use constant with for each column and DataGrid itself when you are using inside a ScrollViewer.
No branches or pull requests
When the number of data grid columns exceeds the screen width and slide to the screen to view the data, the content is blank
The text was updated successfully, but these errors were encountered: