Font has changed
Facing the similar issue with Office2007 skin after upgrading (from 2011) to 2015 Q3. The font family and size of the body CSS is getting overridden with Radsplitter CSS. body{ font-size: 12px;...
View ArticlePreselect 1 row in radgrid with paging
Hi,I need to select 1 row in a radgrid ( a parameter is passed in url like myPage.aspx?ID=93 )If the row to select is in the first page displayed of the radgrid, this is OK.However, if the row to...
View ArticleFilter Multi Checkboxes - Menu Width
Hi Alan, The observed undesired layout is caused by the fact that the width of the checkboxes container is calculated dynamically based on the contents, but if the number of items is big enough to...
View ArticleHide row expand button when it has no children?
hmmit is ok. I am fine with the previous solution thank you !
View ArticleDial a number on Android and iOS
Hello Jaweria, I am not sure how you tried to test the CordovaCallNumberPlugin. The application I attached works as expected when built with the Telerik Platform cloud services. Since you're using...
View ArticleTreeView & ContextMenu & PostBack
After some more research, I can get the menuItem and perform a click in my javascript (menuItem.click()) but nothing happens... no postback... what am I missing ?
View ArticleBehind code Mail Merge Moving through Indexes
Hi Minh, You could use a background thread that executes the Merge operation. In order to pass the document to execute on the background, you will need to export it and pass the result string to the...
View ArticleNew To Telerik, and the GridView Control
Hello Carl, As previously advised, working with the visual elements directly(GridViewCell, GridViewRow) is highly not recommended and might result in inconsistent behavior as in your case. Please...
View ArticleMany problems with the Gantt Chart
Hi,Yes. In this example, I just refer the online references.2016.1.226/styles/kendo.common.min.css http://kendo.cdn.telerik.com/2016.1.226/styles/kendo.rtl.min.css...
View ArticleAutomating Kendo UI controls
Hello Asif, Happy to hear that. If you need further assistance please let us know. Regards, Boyan Boev Telerik Quickly become an expert in Test Studio, check out our new training sessions! Test Studio...
View ArticleHow to Customize a RowStyle
Hello Vitor, I am glad to hear that the RowStyleSelector is convenient for you. As for the RowStyle of the RadGridView, please make sure that the Style you have created targets "telerik:GridViewRow"...
View Articleaccess to Graph Data Points
Hi Ghayth, Graph series have a ColorPalette property that you can modify according to your requirements. You can refer to Formatting a Graph(Formatting Series colors) help article that describes how to...
View ArticleApp Freezes on iOS
Hello, If you use Telerik Platform to develop and build the app, you can debug it while running it on device. You can use the classic Windows client, the command-line interface and the extension for...
View ArticleRadGrid not refreshing after deleting a record
Hello Francesco, You can update the data source and send the file to the client. However, the grid cannot refreshed at the same time. This is because the response from the server is passing a file. In...
View ArticleResource Colors and Resource Groups
Excellent. I created the custom Event Template (not as complex as the one shown), set the desired class, then used the Databound event to use some simple JQuery to add my class to the div with the...
View ArticleRadGrid Virtual Scrolling Error
By the way: our current Telerik Web UI version is: 'UI for ASP.NET AJAX Q1 2016' (.NET version 3.5).
View ArticleMulti-Column Layout in Popup Editor
Hello Patrick,It is not clear what is the exact issue that you are experiencing with specifying four columns in the popup editor. The only Kendo UI specific thing about the task should be to again set...
View ArticleDynamically change grid data in javascript
Hello Tong,It is not exactly clear what is the real reason for the unexpected behavior. Is the controller hit in this case? You could inspect the network tab of the browsers developer tools to assure...
View ArticleMulti-Column Layout in Popup Editor
That would be how to do it with Bootstrap, correct? You are still explaining how I would enable KendoUI to allow Bootstrap to work in a Popup Editor screen.I am now asking how I make the Popup Editor...
View ArticleTreeView & ContextMenu & PostBack
Finally... of course my javascript was in onClientContextMenuItemClicking, but when I fired "menuItem.click()" it cames back in onClientContextMenuItemClicking... Problem solved (perhaps not the best...
View Article