Grid with 100,000s records. Issue with ServerOperation & filtering
Thanks KonstantinI was missing square brackets around the DataSourceRequest.Should have been:public DataSourceResult GetAllDTOMemberGrid([DataSourceRequest] DataSourceRequest request) {
View ArticleChanging the background color of the itemstyle dynamically
Hi: We just downloaded the Telerik Xamarin UI controls for evaluation.We need to know the approach to change the background color of an itemstyle based on a property in my custom object. For example,...
View ArticleHTTPS transparent proxy feature not working
Hi,I'm trying to set up fiddler as a transparent proxy for HTTP(S)Traffic Flow: WindowsHOST ---> Ubuntu (IPtables) ----> fiddler (listen on 8888 ) --> InternetI have enabled HTTPS decryption...
View ArticleCustom Shape With Remote Data for Marker
I have found a work around, I will be making a layer by Marker type. That way I can many shape css templates.
View ArticleServer aggregates wrong
Hi, When using a client template in a detail template the "#" character needs to be escaped with a backslash as below:.ClientFooterTemplate("\\#=sum\\#") Another possible reason would be problem with...
View ArticleREST API calls sometimes return "Connection Failure"
Hi Dimo,Thanks for the great suggestions.Surprisingly (or maybe not) by simply changing my connection timeout from 10 seconds to 30 seconds appears to have helped. I'm not entirely sure why this would...
View ArticleGrid Grouping - Null vs Empty String
We noticed that when grouping on columns that sometimes have a null and sometimes have an empty string, it will create two different groupings.I tried to update the ViewModel in MVC so the property...
View ArticleMaintaining Splitbar position on postback.
Tony,Awesome solution, works perfectly for my scenario.Thanks for posting. Save me a lot of time.
View ArticleExternalDialogPath not taking effect
Hi Benjamin, In order to be able to access its external dialogs property, the dialogs of the Editor have to be placed in the root directory of the site. Can you try moving the external dialogs folder...
View ArticlePivotGrid - Text in Cell value
Thank you very much I was just trying to rotate the table.It's possible, but i had been looking for a solution being provided more efficient
View ArticleReportViewer, Report Toolbar, Toolbar Image Button is undefined from Visual...
I am also having the problem, transition from version 10.1.16.504 to 10.1.16.615
View ArticleRemove footer for nested groups
In my RadGridView I group data by two columns: first by column1 and then by column2. When I set ShowGroupFooters="true" I end up with two footers - one for column1 and another for column2. How can I...
View ArticleFiddlerScript CustomRules Hexdecimal Search
I need help figuring out how I can search for hexdecimal values in the body of a POST request, and then replace it using hex values.My issue is that the POST data is using hex values that don't...
View ArticleMany to many mapping and insert, update operation
Hi, I was not able to reproduce this behavior. The observed and default behavior in this scenario is that only new role will be created in the database and one record will be added in the Join table...
View ArticleKendoWindow custom titlebar color?
Hi,How to do same thing in mvc, how can i change color of header and title for editable template.
View ArticlePivotGrid - Text in Cell value
Additionally, i wanted to separate view and Data. and Data=DataSet, view=gridview so i made Data=normaly (horizen) , View=rotate(vertical) naturally process of rotating was slow i was dizzy what did...
View ArticleHow to customized event template base on status
Hi,I"m using mvc how to do it in mvc ,and how can i change title and color and layout for editable templates i do have four types base on their status
View ArticleFiddlerScript CustomRules Hexdecimal Search
This works fine in c# mind you, but not JScript.NETstring hexValues = "C9 01 10 01";string[] hexValuesSplit = hexValues.Split(' ');List<char> list = new List<char>();foreach (String hex in...
View Article