-
Hi, I have a DataGrid for OrderItems that contains 2 SelectList..1 for Product, and 1 for Product Unit of Measures...my goal is that when a user selects a product, the unit of measures will display only the unit of measures for the selected product. My razor code looks like this:
And my code block looks like this:
Note: I did not include the code for My problem is that in Is there a way for me to access the row's context so that I can set the values of other columns? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
You also have access to the |
Beta Was this translation helpful? Give feedback.
You also have access to the
Item
in theEditTemplate
context, eg.context.Item
. Note however that item is only available in 0.9.3 that is coming soon. In case you want to try it now you can get it from https://github.com/stsrki/Blazorise#try-preview