joselitogatchalianalonzo

Results 12 issues of joselitogatchalianalonzo

Hello, It will be great if the current value of CurrencyInput is automatically highlighted upon getting focus by TAB key or mouse click. In that case the user can just...

area-currency-input

Hi @gvreddy04 I have some clarifications regarding the new feature Freeze in Grid Column. I have 2 frozen column enumerated below with corresponding FreezeLeftPosition values. ID - FreezeLeftPosition = 0...

area-grid

In the Grid, I have Gross Pay, Deduction and Net Pay columns. I want to put total for each column in the footer. It would be good if you can...

enhancement
area-grid

It will be nice if Grid data can be exported to Excel.

enhancement
area-grid

Hi @gvreddy04 I want to set the focus on CurrencyInput I use for entering discount, but it does not work. In my Razor file: ``` ``` In my cs file...

area-currency-input
investigate

It will be great if you can add component for capturing signature. Like Signature Pad or Canvass.

new component

Hi @gvreddy04 I'm using the Grid component as a search box for items like products, customers etc. To select an item, I need to use mouse and click the item...

enhancement
area-grid

Hi @gvreddy04 Do you have documentation on how to migrate my existing WebAssembly App With Blazor Bootstrap from .Net 7 to .Net 8? I want to utilize the new cool...

.NET 8

I'm adding rows to the grid dynamically. Whenever the number of rows exceeded the height of the grid, I want to scroll it automatically to the bottom so that user...

enhancement
area-grid

Hi @gvreddy04. I'm testing FixedHeader. Below is my code for the Grid main properties Grid @ref="grid" TItem="InvoiceListsp" Class="table table-hover table-bordered table-striped" Data="gridList" HeaderRowCssClass="bg-primary text-white border-bottom-0" RowClass="GetRowClass" FixedHeader="true" Height="500" Unit="Unit.Px" Responsive="true"...

bug
area-grid