Delete Row when "Delete" Context Menu Item is clicked
Thank you. I was unsure about the radClickedRowIndex.... got a little confusing.
View ArticleIndent not working as expected
Hi Zhivko, I wasn't able to replicate the error and am not sure what version of the suite you're using, but am presuming this is related to the approach you're suing to add the InlineUIContainer in the...
View ArticleError cancelling Edit dialog for event
Hi After further testing, I worked out that it is only happening in IE, and can be solved by adding a meta tag to the _layout.cshtml page - <meta http-equiv="X-UA-Compatible" content="IE=edge" />...
View ArticleHow do I bind to a field with special characters?
Thank you, Nasko. I created a brand new blank report to test your answer, and it worked. I was able to bind a table to a CsvDataSource that had a column named \/*[]:?|-+@#$$^&()_,.!3.
View ArticleGrid RowTemplate Problems
Hi,I am trying to use the @Html.Kendo().Grid(Model) to generate a row template, but it doesn't do what I want... The code I have so far is: @(Html.Kendo().Grid(todayFocus) .Name("TodaysFocus")...
View ArticleVery slow execution
Hello, The same information about clearing the WPF font cache can be found here:https://support.microsoft.com/en-us/kb/937135 Regards, Cody Telerik The New Release of Telerik Test Studio Is Here!...
View ArticleAdd custom button to toolbar
Is there a way to add a custom button to the ImageGalllery toolbar that calls a javascript function?
View ArticleExcel export has headings but no data
Very strange - I'd swear I had the newest versions of everything. I'll double check and/or start over and see. Thanks!
View ArticleSideDrawer goes behind UINavigationBar when using UINavigationBarController
Thanks Adrian, makes sense that I need to use the SideDrawerController as the root view for the navigation bar in order for it work (and I just did a quick test and it works now). For a follow up...
View ArticleFiddler RAM usage
Unfortunately, your image didn't seem to make it. Fiddler uses as much memory as it needs to hold the traffic it displays; if you want Fiddler to lower its memory usage, you should remove Sessions from...
View ArticleTreeview expand down to selected node on load and click
Hi there, I need a hand on how to achieve this. I have a page with a dynamically loaded treeview working fine on the left, and content on the right based on the tree view node that has been clicked....
View ArticleDates before 1980 are invalid
I'm getting a warning on any date before 1980. There are no validators attached in the HTML, and nothing in the code behind. Is there anyway around this....
View ArticleAsyncUpload temporary files sometimes not remaining long enough
To add to this post, the error message we are getting on the postback - not all the time but consistently enough that it is a major problem - is:Error Type: System.IO.FileNotFoundException: Could not...
View ArticleImporting stream into editor
Ho Tanya, actually, our application save/load an image into our database as a stream so can you provide me an example on how I can assign a stream to the editor and convert the editor image to a...
View Articledynamically add a column template
Can you add a column template after the grid has been created?
View ArticlePadding for MapGeometryView
Hi Petar,Thanks for your reply! I've been able to update my shape view when the event ZoomingFinished is raised. I simply update GeometryData in my GroupView instead of recreating it at every change. I...
View ArticleConvert TestResult to Junit?
What are the process to convert testresults to Junit .xml file for Jenkins?
View ArticleDisabling the automatic application of filters
Ah, that's not bad at all. Thank you very much
View Article