ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls Namespace / IJsonSerializable Interface / RenderJsonDataField Method

In This Topic
    RenderJsonDataField Method (IJsonSerializable)
    In This Topic
    Renders hidden field with json string what stores properties values of this control.
    Syntax
    'Declaration
     
    Sub RenderJsonDataField( _
       ByVal writer As System.Web.UI.HtmlTextWriter _
    ) 
    void RenderJsonDataField( 
       System.Web.UI.HtmlTextWriter writer
    )

    Parameters

    writer
    Remarks
    Note, current ClientID of the control will be used as prefix for the rendered field.
    See Also