KumarViswa
KumarViswa
I have added Updategrid() Even though grid not refresh any crud Operations but works in other page.
var client = new GridClient(q => TaxonomyGridServices.GetTaxonomy(columns, q), query, false, "taxonomyGrid", columns) .SetStriped(true) .SetExcelExport(true, true, $"taxonomyGrid{DateTime.Now.ToString()}") .Sortable() .Selectable(true) .Crud(true, TaxonomyGridServices) .SetUpdateComponent() .SetDeleteComponent() .SetReadComponent(); If i click button locally working but...
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll...