Skip to content
New issue

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

hi,I have a problem, please take a look #2

Closed
shadowPhil opened this issue Oct 12, 2022 · 3 comments
Closed

hi,I have a problem, please take a look #2

shadowPhil opened this issue Oct 12, 2022 · 3 comments

Comments

@shadowPhil
Copy link

When the number of data grid columns exceeds the screen width and slide to the screen to view the data, the content is blank

20221012094752

@akgulebubekir
Copy link
Owner

Can you provide

  1. target platform name(ios, android)
  2. device name
  3. sample code that issue can be reproducable

@shadowPhil
Copy link
Author

hi,thank you for your reply.
Platform:Android(Android 12)
Device Name:Mi10(xiaomi 10)
1

` 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;`

@akgulebubekir
Copy link
Owner

You should use constant with for each column and DataGrid itself when you are using inside a ScrollViewer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants