tkardaridis

Results 5 issues of tkardaridis

Hi, I am facing the following issue. When I am using the [GridColumn] attribute with Position and also the [NotMappedColumn] or the [GridHiddenColumn] I am getting error "Object reference not...

Hi, I am using the map control within a step wizard control. The map is on first step. I am adding a marker and I keep the coordinates to the...

There is a problem with the removeMarker: function (markerId) because i am removing a marker but the removeResult is False because of the following line var removeResult = filteredMarkers.length ===...

I have the following configuration in asp.net core application builder.ConfigureLogging((ctx, loggingBuilder) => { loggingBuilder.ClearProviders(); if (ctx.HostingEnvironment.IsDevelopment()) { loggingBuilder.AddDebug(); } //Serilog Setup Serilog.Log.Logger = **GetELKLogger**(configuration, ctx.HostingEnvironment.EnvironmentName); loggingBuilder.Services.AddLogging(configure => { configure.AddSerilog(Serilog.Log.Logger, true);...

Hi, I am following the demo with two integer properties but in clientside validation i am getting the error that the two properties are not comparable instead of the one...