RADGrid Paging and Filtering
Hello Alejandro, I tested the described scenario on my end in the online demo below and it behaves as...
View ArticleNativeScript 1.2 Update
Hi Tina,Ā Thank you for your reply? Is there any timeline as to when 1.2 will be available for the VS plugin? I'd love to start using the Telerik UI for NativeScript.
View ArticleExpand detailview on row select
Updating Kendo to the latest version made it work on my machine to :)Sorry for not checking that beforehand..Peter
View ArticleSaving changes to grid without remote data source
Hello Matt,Actually I am not able to understand the exact problem you are facing. Could you please explain what edit mode of the Grid you are using?Ā Generally speaking updates made to the data...
View ArticleDouble Clicking a Task
I was wondering if there is was to create a custom function for when the title of a task of a task is clicked in the left side of the chart (tree view) if the chart's "editable" characteristic is set...
View ArticleCustom ChartView legend
Hi,I'm wondering if we could customize a chartView Legend to display a checkbox instead of default colored square.The aim is the have the possibility to show/hide the related serie.Ā Regards,Ā PixieĀ
View ArticleFail to find html element...
Hello Jurii, The methods and classes in OOB programming are case sensitive. Please change your code as follows:HtmlFindExpression expr = new HtmlFindExpression("name=^cat["); Let me know if that helps....
View ArticleDonut chart with dynamic data in angular
Also, how to make two donuts chart using dataSource with angular? Most of the examples I saw are creating two different objects inside series object. So, I want to know how to structure the datasource...
View ArticleUnable to prevent event propagation with OnKeyPress
Hello Thomas, You can achieve this requirement by adding args.set_cancel(true); to the end of the function. That should do the trick. Please give it a try and let me know if it works for you. Regards,...
View ArticleHow to select a List item in an unsorted list
Hello Pieter, Happy to see it is working now. If you need any additional assistance please let us know. Regards, Boyan Boev TelerikĀ Quickly become an expert in Test Studio, check out our new training...
View ArticlePage Break On Table Group
The PageBreak property only works for report groups. Ā That way, each table iteration is still on the same page, then there is a break afterwards.I need to break after each iteration of the table group,...
View ArticleSetting focus on filter field
Hi Tamir, I am attaching a sample RadGrid web site to demonstrate an alternative solution for this case. Regards, Eyup Telerik Do you want to have your say when we set our development plans? Do you...
View ArticlePage Break On Table Group
To clarify, when I say 'table groups' I meant to say 'row groups' within the table.
View ArticleEdit Form - Position Label on top of control?
Hello Lee, I have already requested more details in your ticket with ID:959443. I suggest that we continue our conversation on the mentioned thread. Regards, Eyup Telerik Do you want to have your say...
View ArticleGrid - Add column containing sum
Hi Bob, Updating the total on the fly will be a difficult task, especially when you have so many columns. Nevertheless, you could wrap the total value in some element that you could easily get...
View ArticleRadGanttView StartFinish arrow reversal
Hello Adam, In the current implementation of RadGanttView the EndArrow is measured and arranged internally and its position is always drawn at the end of the Relation. When making these calculations...
View ArticleGrid making repetitive requests for paginated groups
Thanks for your reply Nikolay, I found that what was blocking me from the start was introducing frozen columns that are grouped on. databound's 'e' parameter doesn't recognize the table with frozen...
View ArticleSorting Unbound column onneeddatasource
Hi Uri, You should update the cached data base on checkbox action - CheckedChanged event handler. And after that call Rebind() to the grid. If this does not resolve the issue, I suggest that you open a...
View ArticleCustom ChartView legend
Hello Pixie, Thank you for writing. In order to achieve your goal, you can subscribe to the ChartElement.LegendElement.VisualItemCreating eventĀ and replace the default LegendItemElement with your...
View ArticleHirarchy RadGrid
Hi Ali, RadGrid provides Aggregates for its data columns with various functions like Sum, Count, Max, Ming, Avg,...
View Article