Problem with invalid pasted HTML
Hi,I have an issue with users pasting invalid HTML into the editor (usually from an email client). The HTML comes in with no closing tags, which then causes issues when we render the saved content...
View ArticleHTML 5 Report Viewer Web Api - Report not refreshing
I have a Web Api project with Telerik reporting, and a client Angular site that hosts the reportviewer.The reports are triggered by a button on the angular app, which opens a new window which hosts the...
View ArticleDrag and drop event
RadDocikng's drag and drop event seems to be fired only when there are visible controls (not layout contorls) inside RadPanes.How can I fire the drag and drop event when there are no controls inside...
View Articledelete a record in the grid AND database
I have a databound grid.When I right click on a row and choose "delete row" I want it to delete it in the database as well.My code seems pretty simple:privatevoidradGridView1_RowsChanging(objectsender,...
View ArticleCustom POST method on filtration and paging in Kendo Grid
Hi Team, Greetings to you! I'm new to Kendo UI. I just seen the demos. It's having very cool in-build features. I'm implementing the Kendo Grid to my existing angular application. It is working fine....
View ArticleBinding Graphs Category and Value Axis with MVVM
I have a requirement where the number of graphs, graph data and information related to graph are all bound via a web service call. I am trying to find if there is a way to bind Graph's Category, Value...
View ArticleHow can I set a default height for a worksheet?
Hello. I am trying to set a default height using the following code:worksheet.DefaultRowHeight = new RowHeight(UnitHelper.PointToDip(13),true); But it is not working. How can I set it up? Thank you.
View ArticleUse of undocumented function
Hello, The functions that start with "_" are private and are basically not recommended to use in production. Instead we recommend using get_nodes().get_count() and check if it is greater than zero....
View ArticleUnable to show data, report and group explorer
Hello Paulo, Visual Studio 2013 Express is not supported - System Requirements. Please test switching to Visual Studio 2013 Community edition or other listed in our system requirements. Regards, Stef...
View ArticleCustom filtering with objectdatasource
Already I implemented custom sorting and custom paging with objectdatasource and database. Now I need to implement custom filtering in rad grid with objectdatasource and database.Can you send me any...
View ArticleHow to control navigation in RadWizard
Hi, I would suggest you to use the SelectionChanging event since you can cancel it based on some condition. In this way you will cancel the navigation to other page. As for you other question - you...
View ArticleTooltips on HTMLChart
Hi Swathi, Thank you for the additional information. There is an important change in the rendering of the tooltips, so that they render now not in the chart but directly in the body tag. The only way...
View Articlegetting a child to update after a record add
Hi Joe, Thank you for writing. In this case it would be better to use the UserAddedRow/UserAddingRow events which are fired when the user adds the new row, and you can directly set the cell value if...
View ArticleRadGrid: some buttons and filters not working
Hi Marco, I examined the provided code and as far as I can see it looks correct. Could you please disable the ajax and check whether a server side exception will be thrown when filter the grid or...
View Articlegrid bulk edit save changes err
hi i am trying to use the grid save changes command. and i am getting err 500. it seems to be related to the input of the controller. but i cant find it. can any one post an exmple how the...
View Articlegrid bulk edit save changes err
tbis is my code view: @(Html.Telerik().Grid<ProductTranslatorModel>() .Name("products-grid") .DataKeys(keys => {...
View ArticleTooltips on HTMLChart
Hi danail, Thanks for your support. I had this idea but colud not apply as all the charts are dynamically created from code. //Adding Chart Here RadHtmlChart radPiechart = new...
View Article