Get row index of bottom most row
Hello Jeremy, In case you need the index of the last row then you can use get_dataItems().length - 1. If you need to get some cell value from the last row then you can use the get_cell method and pass...
View ArticleStyleManager.Theme does not exsist
Hello Jay, Yes, you can upgrade the project to use Implicit Styles, you can check the following topic on how this approach works:Setting a Theme (Using Implicit Styles) However, please note that...
View ArticleChart display background more than 1 color
Hi,The closest feature is called Plot Bands and you can see how to use it in the following article: http://docs.telerik.com/devtools/aspnet-ajax/controls/htmlchart/functionality/plot-bands. Note,...
View ArticleImage manager - overwrite issue
Hi DENNIS, Thank you for sharing your solution with our community - I hope it would spend some time to the other users facing the same issue. Regards, Vessy TelerikDo you need help with upgrading your...
View ArticleObtain ConnectionString from project Data Source in coded step
Hi Clark, I am happy to hear that. If you need further assistance please let us know. Regards, Boyan Boev Telerik The New Release of Telerik Test Studio Is Here! Download, install, and send us your...
View ArticleExport Method for RadGridView: Stop Working - Missing pages
Hello Flavio, Thank you for writing. Firstly, I would like to note that GridViewSpreadExport utilizes our RadSpreadProcessing libraries to export the contents of RadGridView to xlsx, csv, pdf and txt...
View ArticleGet the .trdx location path inside the suctom function dll file
I have created a custom function for multilingual support. Inside this function I use path of the language files as an variable. But when I call Directory.GetCurrentDirectory() ,...
View ArticleCheckListFilter
Hello, You can check out the following help article which elaborates more on localizing the header context menu. Also the event which is firing when open the menu is OnClientShown.<HeaderContextMenu...
View ArticleCan't display PDF Files scanned with XEROX printer
Hello Johan, As you may see from Aylin Hyumet's comment in the feedback item we have created and SDK example showing how to create custom JpxDecoder. This implementation uses a third party library in...
View ArticleGrid template does not work with localization IViewLocalizer
Hi, Could you try with the Html.Raw helper:@Html.Raw(LocString["STR_AssignmentType"]) It should prevent encoding the value. Regards, Daniel Telerik Join us on our journey to create the world's most...
View ArticleRadgrid BatchEdit and dynamically making fields ReadOnly
Hello Skip, Since the RadGrid is defined declaratively it is recommended to set the ReadOnly property for the column in the markup:<telerik:GridBoundColumn DataField="CYF_UNITS_JAN"...
View ArticleRadAjaxLoadingPanel automatically goes off after 70-90 seconds
Hi Maria,Thank you for the reply.As suggested, I used OnRequestStart And OnRequestEnd method. Its showing after OnRequestStart but still its going away after 2 minutes.Apologies for bothering you again...
View ArticleDealing with virtual scrolling in Kendo Grids
Hello Matt, I am navigating to the page via the Fiddler trace you've recorded. Could you please record a new trace but now please click on Clear Cache button, Store Binaries and decrypt HTTPS in the...
View ArticleRadFluidContentControl doesn't switch to SmallContent
Hello Dinko, yes that works, that's the solution I also used myself while tinkering with the control
View ArticleData being cutoff in chart with categoryAxis type="date"
Hello David, By design, when date axis is used the data is aggregated for a particular period and this behavior cannot be prevented. However, in the provided example all four points are rendered. Could...
View ArticleRadGrid Hierarchy problem (parent table not deleting nor updatin
I got it working. For reference, here's what i did. I followed the 3 level heirarchy demo. And added the following within the RadGrid tag...
View ArticleMultiple selection disappears on click event
Hi,I have an image with a click event in my ListView template - on the actual list item.But by the time the click event fires, any multiple selection is lost.No amount of preventDefault seems to fix...
View ArticleGannt Calendar/Schedule View UI for WPF Resources Buy Try Post a reply
Hello Tony, Thank you for sending your feedback, we will definitely have it in mind. Regards, Yana Telerik Do you need help with upgrading your AJAX, WPF or WinForms project? Check the Telerik API...
View ArticleHide a row in RadPivotGrid through code
Hello Srinivas, I'm afraid it won't be possible to add anything invisible in the PivotGrid. However what you can do you would be set the DeferUpdates property of the provider to true. This way you...
View ArticleProgrammatically Created/Populated Detail View - Expand/Collapse column...
Hello Doug, Could you please provide your code declaration in order to examine it locally. Meanwhile you can check out the following help article which elaborates more on creating a templates...
View Article