Telerik Forums
Community Forums Forum
0 answers
97 views
Hi everyone, I'd like to introduce myself. I am John and I live in the Netherlands. I want to share my experiences with Telerik with you and maybe discuss some coding, so that's why I'm here. I work for a company that is making an application to help people with suicidal thoughts. 

What do you guys do for a living? And where do u live?

John
Top achievements
Rank 1
 asked on 21 Jan 2019
5 answers
142 views

Hi,

I am using UI for ASP.NET MVC Grid.

with the gird option .Scrollable(scrollable => scrollable.Virtual(true)).

There are grid event like

.Events(events => events.Change("onNoDiscountGridChange"))

.Events(events => events
                                        .DataBound("onNoDiscountGridDataBound")
                                        .Save("onNoDiscountGridSave")
                                        .Edit("onNoDiscountGridEdit").

 

We have requirement scenario that we can dynamically add as many rows user want.

After user successful add row in grid  and start entering in it based on this input we need to get data from back end and fill the gird row with the return value.

So when user complete entering input in text box and click tab key ,the scroll bar is visible. After the onNoDiscountGridChange metod is called scroll bar not remain on same position in scroll up and edit row goes hide.

to deal with situation calling scroll()  ,have applied below code in onNoDiscountGridChange() but not working at all.

Please suggest what is the solution to keep grid scrollbar at same position during cell edit on change.

 

function scroll() {
        var grid = $('#gridNodiscount').data('kendoGrid');
        if (grid.content.data('kendoMobileScroller')) {
            grid.content.data('kendoMobileScroller').animatedScrollTo(0, -1 * grid.select().position().top);
        } else {
            grid.content.animate({
                scrollTop: grid.select().position().top
            }, 400);
        }
    }

 

We are also calling  scroll method in the onNoDiscountGridSave and onNoDiscountGridDataBound(arg) method

function onNoDiscountGridSave(e) {
        isCostChanged = true;
        this.refresh();
       
        scroll();
    }

Please let me know if any more clarification needed.

 

Thanks

 

 


 

Tsvetomir
Telerik team
 answered on 21 Jan 2019
10 answers
364 views
What's with Telerik Control Panel? I'm unable to open it since yesterday on two different machines getting "Failed to retrieve data from Telerik web service" error message:

Application Version: 2014.3.1118.1
Description: Failed to retrieve data from Telerik web service
Details:
Telerik.CommonInstaller.ProductVersionService.ProductVersionServiceException: Failed to retrieve data from ProductVersionService. ---> System.Configuration.ConfigurationErrorsException: An error occurred creating the configuration section handler for system.serviceModel/bindings: Could not load file or assembly 'System.ServiceModel.Internals, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified. ---> System.IO.FileNotFoundException: Could not load file or assembly 'System.ServiceModel.Internals, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.
   at System.ServiceModel.Configuration.ConfigurationHelpers.UnsafeGetAssociatedSection(ContextInformation evalContext, String sectionPath)
   at System.ServiceModel.Configuration.ExtensionsSection.UnsafeLookupCollection(String collectionName, ContextInformation evaluationContext)
   at System.ServiceModel.Configuration.BindingsSection.UpdateBindingSections(ContextInformation evaluationContext)
   at System.ServiceModel.Configuration.BindingsSection.get_Properties()
   at System.Configuration.ConfigurationElement.Reset(ConfigurationElement parentElement)
   at System.Configuration.MgmtConfigurationRecord.CreateSection(Boolean inputIsTrusted, FactoryRecord factoryRecord, SectionRecord sectionRecord, Object parentConfig, ConfigXmlReader reader)
   at System.Configuration.BaseConfigurationRecord.CallCreateSection(Boolean inputIsTrusted, FactoryRecord factoryRecord, SectionRecord sectionRecord, Object parentConfig, ConfigXmlReader reader, String filename, Int32 line)
   --- End of inner exception stack trace ---
   at Telerik.CommonInstaller.ProductVersionService.ProductVersionServiceWrapper.RetryExecuteWebServiceCall(Action webServiceCall)
   at Telerik.CommonInstaller.ProductVersionService.ProductVersionServiceWrapper.TryExecuteWebServiceCall(Action webServiceCall, Boolean isCritical)
   --- End of inner exception stack trace ---
   at Telerik.CommonInstaller.ProductVersionService.ProductVersionServiceWrapper.TryExecuteWebServiceCall(Action webServiceCall, Boolean isCritical)
   at Telerik.CommonInstaller.ProductVersionService.ProductVersionServiceWrapper.GetExecuteWebServiceCallResult[T](Func`1 webServiceCall, Boolean isCritical)
   at Telerik.CommonInstaller.ProductVersionService.ProductVersionServiceWrapper.StartApplicationSession(String collectionCode, Guid machineGuid)
   at Telerik.CommonInstaller.Application.Services.SessionService.StartSession(String collectionCode)
   at Telerik.CommonInstaller.InstallerUIBase.ApplicationBase.OnStartup(StartupEventArgs e)
   at System.Windows.Application.<.ctor>b__1(Object unused)
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
   at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)

Gary Davis
Top achievements
Rank 2
 answered on 17 Jan 2019
15 answers
464 views

Hello,

please deactivate and delete my Account .

Thank You.

Dimo
Telerik team
 answered on 14 Dec 2018
1 answer
826 views

Hi, sorry i am new to Web Applications and do not know all of the features inside the different versions yet.

I need a help here to estimate if i better should use the Telerik + ASP.Net Core (+ Razor Pages) or older ASP.Net MVC5 version.

 

I have 2 requirements  to solve.

 

1) creating a generic Grid. ( user should be able to select any tablename from sqlserver schema , and the structure is only known at RT. ) and this should be

     shown with CRUD operations on them.( grouping , paging not needed but sorting and filters )

     so ok there is an ExpandoObject Class which can give me a Runtime type and i found Telerik Grid could be bound against it but last issue very old 2011 was

     that there is a problem with Inserts/Update/Deletes.

2) A  Grid with a known model. ( But there are some features needed like grouping, maybe paging, aggregation and CRUD as well sorting and filtering ) .

 

So from your opinition may it better to choose Telerik Grid with   ASP.Net Core ( + Razor)  or ASP.Net MVC5

thanks a lot

br

 

 

 

 

 

 

 

Marin Bratanov
Telerik team
 answered on 04 Dec 2018
3 answers
178 views

.With the announcement from Microsoft that .Net Core 3 will support WPF: https://blogs.msdn.microsoft.com/dotnet/2018/05/07/net-core-3-and-support-for-windows-desktop-applications/

Can we get word from Telerik if they will invest resources into porting thier toolkits to this framework?

Dilyan Traykov
Telerik team
 answered on 16 Nov 2018
0 answers
128 views

Hello everyone,

Telerik TV was our first initiative to provide educational and technical video content to our developer community.

It has been replaced by the more advanced Virtual Classroom, which was also recently revamped. The service is available to all licensed customers and we invite you to check it out here:

https://www.telerik.com/support/virtual-classroom

Regards,
the Progress Telerik team

Telerik Admin
Top achievements
Rank 1
Iron
 asked on 07 Nov 2018
1 answer
112 views

Not sure where to put this. When I write a new post, and have the caret at the end of the post, and press Shift+Ctrl+Left I select the last word.

  • But if start typing then the space before the last word will also be deleted with the selection, which is not expected.
  • If instead of typing I press Shift+Ctrl+Left again the selection will not expand to another word, but disappear altogether. The caret jumped from selection beginning to selection end. And if I press Shift+Ctrl+Left for the third time a new selection will appear, without the last word.
  • But get this. If I don't raise the Left key in previous use case then selection will retain the last word. Caret will not jump.

If the caret is in the middle of the text and I repeat Shift+Ctrl+Left until the beginning of post, and continue repeating, then the caret will also jump from selection start to selection end and the selection will shrink with each key press. The expected behavior is for caret to not jump, and selection to remain the same.

But this only happens if I raise Left key at least once. Otherwise the selection remains unchanged while I hold Shift+Ctrl+Left.

Simeon
Telerik team
 answered on 12 Oct 2018
0 answers
133 views

Hi. Is it possible in Telerik Fiddler to configure the program rules to automatically replace certain values in the sent requests? For example, when sending a query "answer=do&variant_3=1", configure Fiddler to automatically change the value from 3=1 to 4=2 before sending it to the server?

<a href='https://hostingkartinok.com/show-image.php?id=ea11b86b6843dd60728e9c2ca52e08f4' title='photohost'><img style="width:100%" src='https://s8.hostingkartinok.com/uploads/images/2018/09/ea11b86b6843dd60728e9c2ca52e08f4.jpg' alt='Yes'  /></a>

Peter84
Top achievements
Rank 1
 asked on 28 Sep 2018
1 answer
313 views
I'm looking for experienced ASP.NET developer who lives in Oslo/Norway or is willing to relocate. We are using the Telerik asp.net controls (tree, tab, grid, splitter,...), and possibly will be using some of the WinForms ones too.

If you are interested, please contact me at: development(at)compello.no

Sorry for the misleading subject and it seems that I can't change it...
Anastasia
Top achievements
Rank 1
 answered on 20 Sep 2018
Narrow your results
Selected tags
Tags
+? more
Top users last month
Cynthia
Top achievements
Rank 1
Iron
Toby
Top achievements
Rank 3
Iron
Iron
Iron
Danielle
Top achievements
Rank 1
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Iron
yw
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Cynthia
Top achievements
Rank 1
Iron
Toby
Top achievements
Rank 3
Iron
Iron
Iron
Danielle
Top achievements
Rank 1
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Iron
yw
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?