Hit Test for CellClick event on GridView
Hello, I have created a GridViewTextBoxColumn(), on _CellPaint() I am painting three images starting from the left to right. I would like to detect a mouse click on the rectangle that corresponds to...
View ArticleChartView Plot Area
I actually ended up going with the Microsoft chart control and using this MSChart Extension project to add the required functionality -...
View ArticleWhy only one event could be showed on the MonthView
Is there a way to affect cell height in the Month view but not the Week or Day views?
View ArticleAppBuilder Extensions conflict with EntityFramework tools (Enable-Migrations...
It appears when the AppBuilder extension is enabled, you're unable to execute the command "Enable-Migrations" to enable code first Entity Framework migrations. Doing so causes this error to be...
View ArticleProgrammatically expand and select a child node...
Here is the code I am using to create the TreeView...01.@(Html.Kendo().TreeView()02. .Name("CategoryTree")03. .TemplateId("TreeViewTemplate")04. .HtmlAttributes(new{ })05....
View ArticleProgrammatically expand and select a child node...
Here is the Template I am using for the TreeView...1.<scriptid="TreeViewTemplate"type="text/kendo-ui-template">2....
View ArticleServer Side Paging using arrays as datasource
I have tables on my server with thousands of records and im using ember framework(ember data). for my grid i want to pass only an array of 2500 in total and as the user scrolls server side paging...
View ArticleHow can we control ChartSeriesLabelConnectorsSettings length
MinLengthThreshold gets or sets min length. I want to control on max length.Connector is kind of length 20. I want to make it 10 only.
View Articletelerik:RadDocking section alignment
Hi All,I am using "telerik:RadDocking" in my wpf application. I want to create a layout as follows - X1 is section 1, X2 is section 2 and X3 is section 3. (---- and | are section dividers)X1 | X3----...
View ArticleHow to disable it in my tools
People seem to be bypassing my authentication system using this and i am wondering if there's a way to detect it being used...I've tried if (Process.GetProcessesByName("fiddler").Length != 0) {...
View ArticleHow to disable it in my tools
People seem to be bypassing my authentication system using this and i am wondering if there's a way to detect it being used...I've tried if (Process.GetProcessesByName("fiddler").Length != 0) {...
View ArticleHtmlChart display grey
HeyI am having a issue where my chart displays grey when I update it with new values.When the page first loads I can see the grid (with no data), my x and y axis, legend, and the title. Once I bind...
View ArticleHit Test for CellClick event on GridView
I will take the approach of a custom GridDataCellElement with buttons. Please disregard this post.
View ArticleChartView Plot Area
Thanks, I don't actually need to do the zoom/pan stuff, I just need to get the bounding rectangle so I can translate screen coordinates into my chart data space and vice versa. Hopefully in the...
View Articlevalidate callback doesn't work
It is surprising that the validate function is not called on blur. This appears to make it impossible to disable buttons while invalid. Unfortunately, <button data-bind="disabled: field"> doesn't...
View ArticleDifficulty Adding Bubble Layer on Map
I am new to Kendo map but I can add tile layer, shape layer, marker layer. I encounter some difficulty when I try to add bubble layer.I start with bubble demo from...
View ArticleTooltip in Angular Kendo UI Grid headers and cells
I am using Kendo UI Grid with AngularJS. Some of my columns are narrow and the column headers don't display fully (they end in ... next to the filter icon). I want to display tooltip when I hover over...
View ArticleRadLiveTile - Unexpected token ERROR
Hi,I'm having issues with RadLive capturing the value returned by my web service. I believe the web service is returning an xml while RadLiveTile is expecting a jason format. Can you please help me...
View ArticleAccessing LineSeries LabelDefinitions inside CategoricalSeriesDescriptor
Thanks Martin...It is working..
View ArticleGridViewColorColumn Changes
Hi Dess,On this basis, How can i custom the GridColorPikckerElement shows when click in order to hide the RadTextBoxItem?in other words ,when i click the cell,it only shows colorbox and...
View Article