You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And it works fine accessing the info defined in the line MVCGridDefinitionTable.Add("InOutUserGrid", new MVCGridBuilder<vst_InOut>()
Now..imagine we want to write the condition of the WithRowCssClassExpression accessing our BD (with Entity Framework) and the idea is execute something like:
WithRowCssClassExpression("SQL Query to get the Enabled property of the register" == true) ? "info" : "danger" )
I want to do this because in the view I use (vst_InOut), I don't want to create a complex SQL sentence.
Hi.
Us possible to assign this property reading a property from a table in the database? A query executed there...or a from a session value,
Thanks!
The text was updated successfully, but these errors were encountered: