Turn off python script error checking
Hello, JustCode shouldn't analyse .py files. What is the build action of the file in Visual Studio? However, if there is indeed a bug and we analyze .py files, you can disable the analysis for .py...
View ArticleColumn Group chooser
Using RadGridView, I defined some column groups. Each group has some columns. In control panel, I have column chosser. Any idea how to make column chooser display three view with Column groups and...
View ArticleAdding the First Item to a Ganttview
I Found a work around, by simply adding a Menu Item to add a "Semi Blank" new task. Now however , I have an issue, that since my data is bound to an external Database, when something is deleted, I need...
View ArticleBalloonAnnotation support in Android
Hi Victor,   When can we expect the Balloon annotation support for Android chart? Regards,Sandesh Arvind Pawar
View ArticleFormat parent grid column value in subgrid (details template)
Hi Hajrija, To achieve the desired functionality you need to escape the "#" sign in the client template of the detail grid:columns.Bound(p => p.ConfirmedValue).ClientTemplate("\\# if(ConfirmedValue)...
View ArticleMobile finger-scrolling not working for us (Win10/Tablet/Edge/Angular)
Hi Atanas,thanks! Always good to know that I'm not alone with my issues.RegardsKasimier Buchcik
View ArticleHow can I delete "(Any)" in Scheduler Resources?
Do not quite understand.I need this class to register in the basic form, which the scheduler is? Or in the Custom AppointmentEditForm?Best regards, Me!
View ArticleFrom grid nested get row number
Sorry, it's a different question. Now I need show productor's value when I edit. Concretly the grid has a template popup with the combobox, I need to know how to show the Productor value, for this...
View ArticleWindow resizing issue when in container
Hi, we are developing a component where we use many Kendo UI Window instances. They are all placed in a container that is not the "body" element. This container is relative to other elements and has...
View ArticleAdd checkbox in ListControl control ?
Hello everybody , my question is very simple, how to add a checkbox control to my ListControl ? , some property must be enabled or should I create through code?Â
View ArticleHow do I remove the contextual tabs in the spreadsheet?
It works great. I didn't found this on the documentation because I was looking in the wrong place.Thank you so much.
View ArticleMulti checkbox with server pagination
Hi Carlos, Could you explain in further details what is the issue. Do you get some error, or the items are just not populating into the list? Here is sample that you may test. If possible, modify it to...
View ArticleGenerating markers with grid's datasource
Hello, The marker layer will normally expect the location to be available as a [lat, long] array. We can get around that by handling the markerCreated event and setting the location there. I've just...
View ArticleLeaving space beside appointment items
Hi Casey, In order to increase the free space in the timeslots when there are appointments, you will need to customize the GroupHeaderStyleSelector of the ScheduleView. More specifically you will have...
View Articlekendo grid inline edit dropdown will not expand on tab navigation
Hello Ian, The DropDownList should be focused when the cell enters in edit mode. Then you may use the DropDownList keyboard shortcuts to control it through the...
View ArticleWhy is my grid calling create for every row of data?
Hi Marc, Your observation is correct, the issue will occur when the ID is not assigned because in this case the error is considered as new. A missing ID never resulted in JavaScript errors, there is no...
View ArticleAlternateRowStyleSelector crash on scroll
The problem seems to be related to the binding of the background color property in the style selector, see attached screenshot. If I remove the binding and use a constant instead, it works and no crash.
View Articlerefresh (ajax binding)
Hello Oliver, My colleague already answered to the other thread opened you mentioned. I would like to ask you continue discussion in only one thread to avoid duplication. Regards, Georgi Krustev...
View ArticleIOS user Mnagement
Unfortunately this does not help my understanding, particularly on steps 3-5 on the diagram on the social login documentation.bellow is my facebook login codeoverride func viewDidLoad() {...
View Article