Using Fluxor in Blazorise for state management #4027
Unanswered
GevorDanielyan
asked this question in
Q&A
Replies: 3 comments 2 replies
-
I'm not familiar with Fluxor because I have never worked with it. @mrpmorris, any chance you can help here? |
Beta Was this translation helpful? Give feedback.
1 reply
-
When you edit something in another form
|
Beta Was this translation helpful? Give feedback.
1 reply
-
You can receive the data how you do now, just let the state know it has arrived by dispatching an action with the data in it. |
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.
-
Hello everyone.
I have Blazorise Data Grid component, which have parameter for editing. In one page this grid needs to be non editable, and second page where I use that component, needs to be editable. Also I need to manage state, for example when I change some row in that grid(where my data grid component parameter set as editable), it is necessary for it to appear in the other grid at the same time as well.
I explored a Fluxor a little bit, but whole examples point to default Counter page's increment method.
Is there any samples related data grid state management?
My component is
And pages where I call this component
First is non editable in home page
<Dde Editable=false></Dde>
And second editable grid
<Dde Editable=true></Dde>
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions