Select multiple nodes/radtreeview Items by dragging mouse
Hello Ashna, RadTreeView doesn't support drag selection mode. However, you can implement such with custom logic in the treeview's mouse event handlers. I prepared a small example that demonstrates a...
View ArticleKendo UI for Asp.net MVC Ajax binding
Hello Jeff,Let me rephrase my message. Could you please check:- if the update action method is executed. - if the CustomerClass parameter in the action method is populated? You could do this by placing...
View ArticleError when upgrade to silverlight 4
Hi Team,var results = context.Infos.Where((Infos i) => loadOperation.Entities.Contains(i)).ToList(); results.ForEach((Infos i) => context.Infos.Detach(i)); This my view model code. When i add...
View Articlewhere define events for button in templates
Hi Eduardo, From the provided information it's not clear for us what exactly you are trying to achieve - could you please provide more detailed information about it? Regards, Vladimir Iliev Telerik...
View ArticleReporting WCF Self Hosting Service
Hi Stef,Thanks for your reply.I checked the RenderBegin event call only once and the viewer's Report property only once but still the method (objectdatasource) for generation data in report called...
View ArticleSuppress IDataErrorInfo validation in GridView
Hi Yoan, If this was true (RadGridView only showing one error, and not both IDataErrorInfo and INotifyDataErrorInfo) without any additional settings, that would be perfect. But I just now tried with...
View ArticleRadWindow doesnot fire on single click for the first time
Hi, I have a RadWindow which opens up on the click event of a rad button present in each row of a RadGrid.The RadWindow doesn't open on the single click for the first time (it takes double click for...
View ArticleValidation on File Size
Hi Nencho, Yes, that's what I did as shown below. Thank you for your response.function OnValidationFailed(sender, args) { var $row = $(args.get_row()); var erorMessage = "File...
View ArticleSide drawer content does not identify the click event
Hi,I have implemented the RadSideDrawer with listview inside it. When I click the listview menu(which is inside side drawer), it does not identify that click event immediately. What you have to do is,...
View ArticleExporting to CSV using example dynamic table generates single column csv
HiI'm generating a dynamic table and am also exporting this to excel and PDF. Everything is ok when exporting to pdf. But when I try to export to csv, the file is generated as a single column with only...
View ArticleColour picker in grid when add row throws cannot parse colour
I have a colour code property on my model which has UIHint set to a colour picker partial view.Everything works as expected for existing values in my grid but not when I add a new row from the Grid.I...
View ArticleBackground color for excel cell on Export
Hello there. So I have a gridwhich I can export to Excel.When doing the export, I'm having two problems. This is my function. functionexcelExport(e) { varsheet = e.workbook.sheets[0];...
View ArticleExporting to CSV using example dynamic table generates single column csv
Edit:When using export to xls, all seems to work fine. Columnheader and values appear in their columns and rows. So perhaps a problem in the export to csv?
View ArticleScheduleview change view definitions time format programmatically
Hi, I want to change RadScheduleView 's ViewDefinitions TimerulerMajorTickStringFormat to current thread culture time format string. i tried setting this in code behind and by using convertor, in both...
View ArticleRecurrenceRule Server side parsing
Hello Georgi, we are about to start working with kendo scheduler. As we are needing server side events processing, would you still advice us to use dday.ical library? thanks, regards. Lorenzo
View ArticleLayout view shifts on top with focus on the input field in IOS
Hi Ruchin, Can you please provide some images or a video of the issue you are mentioning since I'm not sure that I understand it correctly. My main concern is the "layout view shifts on top"...
View ArticleKendo StockChart incorrect extrapolation with stepped line chart
Here's another examp. from our working App since 2009 with zooming but witch we wonna upgrade with newer components from RadLib. But we need to do smth. with RadHtmlChart extrapolation witch makes user...
View ArticleLoop trough XML like with local data
Already solved the problem, but never the less thanks for pointing me to the solution.BR, Jurij
View ArticleServer-side filtering with GridView + DataPager + IPagedCollectionView
Hi,Filtering in RadGridView is a data operation and the data engine internally generates and executes a LINQ query appending a Where clause to the source collection. If the source is IQueryable, then...
View ArticleBackground color for excel cell on Export
Hello Carlos,Instead of setting the format of the cell, you should directly set the background property of the cell in this case. E.g.row.cells[colIndex].background = "#ff0000"; Regards, Dimiter...
View Article