Replies: 1 comment
-
|
Change Or better: to and
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've been following along to get a simple display of 25 records of bogus data. I've been following the sample given here, but it shows nothing. Here's my Blazor code:
The only thing that appears on the Home page is:
and
That's it. Nothing more.
And here's a snippet of the C# code:
You'll notice in the Blazor code that I have
Sortable="true" Filterable="true"in each of the GridColumns. That's because, although I tried putting in theSortKeySelectoras was shown on the Grid Overview page, that failed miserably. Every time I tried, it replaceditem => item.Idwith something entirely unrelated. I'm sure I'm missing a using, but because it is not in the Grid Overview page, I have no idea what I'm missing, and I cannot read minds.So, I need help. I'm not finding the documentation useful, as it doesn't specify things like what options are available for
SelectionMode. When I clicked on the Selection link it took me to a section of the code, but that doesn't specify all the options available for SelectionMode, and once again I cannot read minds.Beta Was this translation helpful? Give feedback.
All reactions