RecroGrid.CreateDetailsHtmlAsync Method

Generating the HTML output of a Form view.

Definition

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

Parameters

param  RecroGrid.RGServiceParams
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

Task<ValueTuple<String, Dictionary<String, String>>>
The output of the Form view in HTML, Embedded lists.

Remarks

Exceptions

See Also