RecroGridCreateDetailsHtmlAsync Method
Generating the HTML output of a Form view.
Namespace: Recrovit.RecroGridFrameworkAssembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 6.1.0.23.1204.1+9d8b98a22c49d038b4e3323bfe56aa1d0eabe7ae
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.