filtering event for grid
Problem solved by manipulating the filter object otherwise.Thanks and kind regardsAlex
View ArticleRadListBox - ContextMenu for an item
Thanks for the answer :)Now the context menu is only on the items (as i want)but i didn't reach my "command" code in my viewModel. this is my code after your help:<usercontrol.Resources>...
View ArticleCan't cast System.Data.SqlClient.SqlParameter into NpgsqlParameter
You can't use SQLClient Parameters with NPGSQL. Npg has its own NameSpace Parameters.. se an exemple(source):usingSystem;usingSystem.Data;usingNpgsql; publicstaticclassNpgsqlUserManual{...
View Article3-finger update on ios 9.2.1 only works once
iPhone 6+. All android phones and older iOS phones work fine, but after a fresh manual install, the 3 finger update will work once and then be unresponsive.
View ArticleSwitch ItemsSource and still have a working SearchPanel
Hi Maya,Thanks for your response.It works, as long as I first clear the search text before changing the ItemsSource. If I switch the ItemsSource with a search text still in the locator, I first have to...
View ArticleRadTreeView: Vertical lines appear when root node expanded
When the root (1st) node in a RadTreeView are expanded, the background of the child nodes have black vertical lines behind them. (See screenshot attached). What can I do about this or is this a bug?...
View ArticleRadTreeView: Vertical lines appear when root node expanded
This is a larger picture of the issue.
View ArticleBackground service with hybrid app
Hi, there!We're planning on developing a mobile app and we haven't decided on going hybrid, C# (shared code) or purely native. We need this app to have several views and also have a background service...
View ArticleLatest online resources for RadControls for ASP.NET AJAX
General Informationweb.config Settings Overview Added note about excluding handlers in routing.Controlling Visual Appearance Overview Added information that the material skin is available only for the...
View ArticleSelect value from GridViewComboBoxColumn but not from list.
Thank you Dimitar for your answer. I have resolved that problem with your answer. But i have other one. voidradGridView1_CellEditorInitialized(objectsender, GridViewCellEventArgs e) {...
View ArticleDatePicker value in Grid Inline editing
I have two Date Pickers inside a grid "Start Date" and "End Date".I am trying to validate these dates on edit and want to show only one validation message any time. Everything works fine except one...
View ArticleLoading Kendo UI through composer
Thanks for your reply Rinck! For HTML5/JS Kendo UI there are no problems because HTML5 Kendo are javascript and css libraries so it's simply a matter of linking files in blade views. I'll also check...
View ArticleDisable Thumbnails View
To be a bit more specific, I have a RadEditor implementation that uses the various file managers, such as Document Manager, Image Manager, Flash Manager, etc. I need to be able to access the...
View ArticleKendo and Hot Towel Angular
Has anyone had experience with integrating Kendo with Hot Towel Angular?We are attempting it and we aren't having any luck.
View ArticleTrying to create custom filter for RadGridView
I'm trying to create a custom filter for a RadGridView, but no matter what I do I get the following error. The value "(CategoryList Contains Allergies)" is not of type...
View ArticleTrying to create custom filter for RadGridView
I forgot to mention that the error keeps showing up on line 147, above._column.DataControl.FilterDescriptors.Add(_compositeFilter);
View ArticleAutomating Kendo UI controls
Hi I am automating a UI, finding the element as become so challenging.. right my clicking on some elements used to work but now it hasnt can you show me how to locate an element and how to design a...
View ArticlePlease help to convert this DataGridView extention to Telerik Winforms Gridview
Hello Dimitar, thank you. Now I am sure, that my approach is "Painting and drawing in cells" which you indicated in your earlier post.I have worked out a prototype solution using this approach. I have...
View ArticleDisable Thumbnails View
After digging further, it seems that unless I use External Dialog files, I'm limited as to what I can customize. So I suppose that's my answer.
View Article