The Blazor In-Place Editor component is most useful for editing a value dynamically in context (in-place). It has built-in support to handle all the form controls, including TextBox, Dropdown List, DatePicker, and Rich Text Editor. It features inline and pop-up modes, and a customizable user interface (UI) and events.
Users can quickly edit a text/value in the same place using Blazor In-place Editor.
The Blazor In-place Editor component allows the editing of values or text with a small tooltip (popover). The position of the tooltip is adjustable.
Users can easily configure form components such as DropDown List, DatePicker, TimePicker, Numeric TextBox, AutoComplete, and MultiSelect Dropdown within the Blazor In-place Editor component.
The editor allows you to directly manipulate the field value and save the modified value in a server instantly.
Users can integrate the WYSIWYG Rich Text Editor component within the Blazor In-place Editor component, which helps manage CMS-type applications.
Users can enable box model or dashed line editor based on their application needs.
The editor provides built-in prominent save and cancel buttons for edit actions that are customizable with HTML markup.
Flexible options are available to decide what should happen when the user leaves the editor without using save or cancel.
Users can decide whether editing happens on clicking, double-clicking, or only by clicking the editing icon.
The Blazor In-place Editor component has several built-in themes such as Tailwind CSS, Bootstrap 5, Bootstrap 4, Bootstrap, Material, Fabric, and high contrast. Users can customize any of these built-in themes or create new themes either by overriding Sass variables or using our Theme Studio application.
Developers can control the appearance and behaviors of the Blazor In-place Editor component, including its display modes, component integration, etc. using a rich set of APIs.
In-place Editor is also available in JavaScript, Angular, React and Vue frameworks that are built from their own TypeScript libraries. Check out the different In-place Editor platforms from the below links,
Easily get started with the Blazor In Place Editor using a few simple lines of C# code example as demonstrated below. Also explore our Blazor In Place Editor Example that shows you how to render and configure the In Place Editor in Blazor.
@using Syncfusion.Blazor
@using Syncfusion.Blazor.InPlaceEditor
@using Syncfusion.Blazor.Inputs
<table>
<tr>
<td>
<label class="control-label" style="text-align: left;font-size: 14px;font-weight: 400">
TextBox
</label>
</td>
<td>
<SfInPlaceEditor @bind-Value="@TextValue" TValue="string">
<EditorComponent>
<SfTextBox @bind-Value="@TextValue" Placeholder="Enter employee name"></SfTextBox>
</EditorComponent>
</SfInPlaceEditor>
</td>
</tr>
</table>
@code {
public string TextValue = "Andrew";
}
You can find our Blazor In-place Editor demo here.
No, this is a commercial product and requires a paid license. However, a free community license is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers.
A good place to start would be our comprehensive getting started documentation.
Greatness—it’s one thing to say you have it, but it means more when others recognize it. Syncfusion is proud to hold the following industry awards.