e.dataItem is null
I start with a listview that contains all states with a click event on each to build event headers by state (below). Once a state is selected, I fetch event headers and build another listview using...
View ArticleInitializing an empty list doesn't have pull-to-refresh enabled
Hi,When I initialize a TKListView in my Xamarin iOS view, I check if there are any items to display. If the list is empty, I'll show a label to the user "no data available": var view =...
View ArticleIntermittent Progress Complete behavior
Hello Chris, Would it be possible to isolate the problem in a runnable sample that we can look at and advise you further? I think this will be the best way to assist you. Regards, Kiril Nikolov...
View ArticleExport Report to Excel. Excel Skipping Every Other Row Around Row 120
Hello Tim, Create a new support ticket. Provide a link to this forum thread in the ticket and attach the zipped sample. Regards, Nasko TelerikDo you want to have your say when we set our development...
View Articleaudio not playing
I am using windows Phone 10, and the Audio(src).play() option does not seem to work?Is this a known issue?
View ArticleDatasource read not being called on initial page load
Hello again, The exception is thrown because of the IQuerable properties in the ProjectSearchModel. In order to pass directly the model you could exclude them from the binding:public ActionResult...
View ArticleHow to change a group sort to the same as the column sort
Hello, I've provided another sample in the mentioned thread demonstrating how you can use the GroupsChanging event handler. Please examine the RadGrid web site and let me know how it goes in the...
View ArticleAngular Kendo Diagram DataBound event never fires
Hello Pat, The event is currently triggered only in case the diagram is bound via shapes and connections dataSources and will not be triggered when using a HierarchicalDataSource. This will be changed...
View ArticleAccent Folding for kendo combo box
Hello balazs, I would suggest you use the filtering event of the widget. This will allow you to intercept the started filtering and rebuild the filter expression. Basically, you will need to get the...
View ArticleRadGrid Batch - How to retreive data from editor form using javascript
Hi Abitar, In this case add the following line to your logic:function windowShow(sender, args) { var grid = $find("<%=RadGrid1.ClientID%>");...
View ArticleWhere is Q1 2015 installer?
Hi, Data Access Q1 2015 is officially available for download from the Data Access site. Everybody that needs it can find it there. Regards, Doroteya Telerik Check out the latest announcement about...
View ArticleOracle Fluent Model FK Name is too long
Hello Jorge, Thank you for your feedback. In general, the new algorithm for generating constraint names automatically resolves this error for Oracle (without any further settings). To check what is...
View ArticleRadGrid Batch - How to retreive data from editor form using javascript
Hey Eyup,Your solution did work.Thank you :DAbitar
View ArticleDiagram showing support for code / Ayuda mostrar Diagrama por código
Hi Diego, Thank you for the clarification. Diagram Shape Type property supports currently three types - Rectangle, Circle, Image. More information on the matter is available here -...
View ArticleHorizontal grouping not sizing correctly
I want to use Horizontal Grouping on the scheduler, but I find as the number of resources grows, the cell widths are resized smaller to fit all columns into the view. In the code below I have added 10...
View ArticleChart renders blank
Apologies - I've resolved this myself now. It turns out the partial rendering this content was being drawn incorrectly somewhere else (not visibly) on the page - so presumably all the selectors to...
View ArticleChart view image doesn't work correctly
Hi, I'm facing a strange behaviour when i export a userControl containing a ChartView as a png picture. Let's explain my issue with code. First i create a userControl, this userControl has a title (...
View Articlehow to validate dynamic data while navigating to other pages by using page...
In telerik grid I have page navigation and page size options.based on page size selection the grid will display the records. Please suggest me if there any sample videos to automate this feature.
View ArticleCustom appointment scheduling in RadScheduler
Hello Abhishek, Thank you for writing back. As noted in my previous post, you can create a custom AppointmentElementin order to display any custom data. It is necessary to override the...
View ArticleHorizontal grouping not sizing correctly
I forgot to say this is a problem seen in the month and week views. If i set the scroll width to 4000 then it fixes the problem in week and month view, but the day view is then too wide. Is there a way...
View Article