RecroGridCreateDetailsHtmlAsync Method
Generating the HTML output of a Form view.
Namespace: Recrovit.RecroGridFrameworkAssembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 8.1.0.24.0419.1
protected virtual Task<(string Xml, Dictionary<string, string> EmbeddedGrid)> CreateDetailsHtmlAsync(
RecroGridRGServiceParams param,
bool rgDefault = false
)
- param RecroGridRGServiceParams
- The parameters coming from the client.
- rgDefault Boolean (Optional)
- If its value is true, then the default template is used, disregarding any custom settings.
TaskValueTupleString,
DictionaryString,
StringThe output of the Form view in HTML, Embedded lists.