UNPKG

jqwidgets-framework

Version:

jQWidgets is an advanced Angular, Vue, Blazor, React, Web Components, jquery, ASP .NET MVC, Custom Elements and HTML5 UI framework.

10 lines (9 loc) 448 B
<jqxGrid (onCellbeginedit)="myGridOnCellBeginEdit($event)" (onCellendedit)="myGridOnCellEndEdit($event)" [width]="getWidth()" [source]="dataAdapter" [columns]="columns" [editable]="true" [editmode]="'selectedrow'" [selectionmode]="'singlerow'"> </jqxGrid> <div style="font-size: 12px; font-family: Verdana; margin-top: 30px"> <div #cellBeginEditLog></div> <div #cellEndEditLog style="margin-top: 30px"></div> </div>