DataGridColumnBuilder<T>.RenderAsync Method
Name | Parameters | Description |
---|---|---|
RenderAsync(JS) | value | Specifies whether to render the column after other columns and elements. Use if column cells have a complex template. Requires the width property specified. Mirrors the client-side renderAsync option. |
RenderAsync(Boolean) | value | Specifies whether to render the column after other columns and elements. Use if column cells have a complex template. Requires the width property specified. Mirrors the client-side renderAsync option. |