Skip to content

Documentation(953042) - Need to revamp the state management in blazor #5986

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

Open
wants to merge 10 commits into
base: hotfix/hotfix-v29.2.4
Choose a base branch
from
2 changes: 1 addition & 1 deletion blazor/datagrid/detail-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -931,7 +931,7 @@ In the below code, the **Expand** method is defined to expand or collapse the de
}
{% endhighlight %}
{% highlight c# tabtitle="OrderData.cs" %}
ublic class OrderData
public class OrderData
{
public static List<OrderData> Orders = new List<OrderData>();

Expand Down
Loading