RadAjaxManager with multiple user control ajax request handlers?
So, I have a page with multiple user controls. There is a RadAjaxManager on the page. Each user control needs to make ajaxRequests from javascript, and I would like each control to handle that itself....
View ArticleGrabbing Values for Filtering Kendo Grid
For the filter process, a multiselect works simply because it has it installed in the kendo grid ( filterable: { multi: true } ) and it grabs the values and puts them in checkboxes, but for a lookup...
View ArticleProblem with string encoding
Hello Valentin, I do not believe this difference can be causing this issue, but you should best stick to using the VisualStudio2013Palette.VisualStudio2013Palette.Palette.AccentColor =...
View ArticleRadWindow.StartPosition = Manual
Try to begin from button 2 (see the pic)it's 2015.3.930.20 Sorry gtg, fly to HK for a week.. GL
View ArticleCan't upload differents formats of image in a row template grid
Sorry, this is the controller action that i wanted to put:public ActionResult RowTemplate_Read([DataSourceRequest]DataSourceRequest request) { string sqlString = "select * from...
View ArticleDataSource Add removing current data
Hello Christy, The reason for this behaviour is that the dataSource have to be read first. This is not needed when it is connected to a widget because the widget is calling the read method internally,...
View ArticleScrolling problem: Grid with frozen columns inside Kendo UI Mobile
We have based our mobile web app on the whatsername-app: https://github.com/telerik/whatsernameWe have one view with a grid with three columns. The first one is frozen and the other two are not, in...
View ArticleDapicker intial value number (TimeStamp)
Hello,how i do to set kendo ui date picker with number value (timeStamp) for example, k-ng-model="1477051763928". it returns an error: TypeError: e.indexOf is not a function at ve.parseDate...
View ArticleReporting .NET Core
Hello, Our recommendation is to use the Telerik NuGet feed at https://nuget.telerik.com/nuget whenever possible as elaborated in HTML5 Report Viewer in ASP.NET Core. Generally if you want to use NuGets...
View ArticleText in design tab shows single space but in HTML tab there are two spaces.
Thank you!! :) Please let me know if I should mark this question as answered.
View ArticleDelete a row that has an image on row template grid
If your grid is set to .Batch(true), you do not want to implement that button click delete handler. Batch mode implies that you make a bunch of changes to the grid in the browser *that are not...
View ArticleNew code generation tool custom properties and methods
We've been using this for a while now and it's been working great. Hope the next update of the code generation tool will have this implemented.
View ArticleDelete a row that has an image on row template grid
If you *really* want to just get the id of the row in your button click:vargrid = $("#grid").getKendoGrid(), dataItem = grid.dataItem($(this).closest("tr")), id = dataItem.ID; In this context, this...
View ArticleSelectAll does not work as expected
Hello Kristof Van Cauwenberghe, Let we first start with that when the value in the RadMaskedTextInput control is SelectedAll() and you pressed a button only the first character will be replaced. This...
View ArticleAdd New item to empty database
hi when I'm wanna to add data to empty database with raddataform add new buttonI take this error when I press on add raddataform buttonAn unhandled exception of type 'System.ArgumentNullException'...
View Articlethis._contextMenuFunctionality.dispose is not a function
Hi Marin,Thanks for the fast answer!... and sorry for being in the wrong context. I thought the error has something to do with the menu...Regards Roman Haussener
View ArticleReporting .NET Core
Hi Paul, I have recommended the Telerik NuGet feed as the better option due to the extra work needed currently when local feed is used. We are still researching for the best solution. Regards, Peter...
View ArticleSelectAll does not work as expected
Hello DinkoWith regards to your first point, I understand it is the default behaviour to replace the first character, but I never mentioned this as a problem. To me that's fine. For the second point, I...
View ArticleChanging RadToolBarButton Text.
Hello Richard, Would you please verify that you are creating the Grid structure during Page_Init as demonstrated in the Creating Template Columns Programmatically article. Alternatively, you can keep...
View ArticleText in design tab shows single space but in HTML tab there are two spaces.
Hi Amy, It is absolutely up to You to decide when to mark the question as answered. You can do it now or await the fix :) Best regards, Rumen Telerik by Progress Check out the new UI for ASP.NET Core,...
View Article