please refer to this link [https://www.ag-grid.com/])
Hi @ismcagdas Thanks for your reply
@Edvin Thanks for sharing with us Datagrid it's great no doubt my opinion Jtable still have the advantage and have more features , to be clear Jtable need more fixes specially UI but for the basic features it very great
Regards
Hello everyone Recently i downloaded the latest version of ASP.NET CORE & Angular 2.x and successfully run it on my machine but still confused about the changes made i hope i can understand what's really is going on :D but i have to admit that great job and efforts done and i really thank you for that , actually no words can describe how really i admire your brains and i wish you more success
As you know one of the main changes is using Jtable instead of ui-grid which i like so much 1- is there any chance to use ui-grid with ng2 ? to be honest Jtable is great and had many options but from the first look i noticed some issues related to ui need to be fixed i'll mention it later in different topics and i'm sure you can upgrade it to be much better than ui-grid
2- Where is Frontend website ? i suppose it will be separated from all other projects if so it'll be awesome as i have a requirement to use the same project for server & client projects for all tenants but use different frontend website for each one of them , i hope you got the idea
3- I'm currently use ASP.NET & Angular 1.x and i'll wait some time till i upgrade my project to ASP.NET CORE & Angular 2.x so is it save for me to do that i meant you still support ASP.NET & Angular 1.x Project as it suitable for many users ? thanks in advance regards
.........................................................................................................................................................................................
Hi @ismcagdas
[AbpAllowAnonymous]
[UnitOfWork(IsDisabled = true)]
public async Task<ServiceListFullDto> GetRecord(long? id)
{
ServiceListFullDto entityListDto = null;
if (id.HasValue)
{
using (
var unitOfWork =
UnitOfWorkManager.Begin(new ExtendedUnitOfWorkOptions() { UpdateLastModified = false }))
{
var record = await _serviceRepository.GetAsync(id.Value);
if (record.IsActive)
{
entityListDto = record.MapTo<ServiceListFullDto>();
record.Views += 1;
await _serviceRepository.UpdateAsync(record);
unitOfWork.Complete();
}
}
}
return entityListDto;
}
Hello everyone @reddogaw
thank you for your solution actually i have the same situation and i tried your solution but i got an exception of type Null Reference Exception ExtendedUnitOfWorkOptions always null i don't why? i tried to inject it directly to my appservice and the same error you can see it in attached image
Hello there, please review this link , it's one of the most filemanager i have ever seen
http://www.element-it.com/asp-net-explorer-browser/online-share/web-file-manager.aspx
Hello, how can i change all primary keys from long to Guid that including all tables such as user,role,permissions,..etc
Actually i have the same problem with the same host provider winhost did you fix it ?
great news :D thank you