Questions tagged [blazor-bootstrap]

3 questions
0
votes
0 answers

How to make foreign key in blazor wasm?

I have a employee class. In employee class I have a division class and in division class I have a list of departments. How to avoid fk constraints? I always encounter this error. Introducing FOREIGN KEY constraint 'FK_Employee_Divisions_DivisionId'…
Mhey
  • 1
  • 1
0
votes
0 answers

how to filter the data from the database. i am using bootstrap blazor

I can only filter the id, firstname and lastname. The department, division and status I cannot filter it because they are foreign keys.
Mhey
  • 1
  • 1
0
votes
1 answer

Dynamic page size in BlazorBootstrap Grid

I want a page size based on available window height. I'm able to get window height and calculate how many row can fit but I'm not able to change page size after initialization. Here's a code Page.razor
Ravi Makwana
  • 2,782
  • 1
  • 29
  • 41