RecroGridCreateDetailsHtmlAsync Method

Generating the HTML output of a Form view.

Definition

Namespace: Recrovit.RecroGridFramework
Assembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 8.2.0.24.0426.1
C#
protected virtual Task<(string Xml, Dictionary<string, string> EmbeddedGrid)> CreateDetailsHtmlAsync(
	RecroGridRGServiceParams param,
	bool rgDefault = false
)

Parameters

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.

Return Value

TaskValueTupleString, DictionaryString, String
The output of the Form view in HTML, Embedded lists.

Remarks

Exceptions

See Also