How to add Miximize/Restore button to RadDocking (or to RadSplitContainer) ?
How to add Miximize/Restore button to RadDocking (or to RadSplitContainer) in addition to Close button that is already there? In particularly, it helps set the behavior of the RadDocking (or...
View ArticleHow to add Miximize/Restore button to RadDocking (or to RadSplitContainer) ?
I am also willing to consider such a possibility for the RadPain class.
View ArticleShowing List View In Repeater
I am having my Json structure which is in the given below format.I want the data to be populated in OCTOBER Mahanavami MoharramDECEMBER Nabi Dinam So i had tried with a repeater inside a...
View ArticleTab (ascii 9) being collapsed when printing output
Hi Stef, Thanks for the reply. I did this custom function that you linked to me but the problem is tab doesn't have a fixed number of spaces and this also ruined the tab formatted text. Can you please...
View ArticleHow to add Miximize/Restore button to RadDocking (or to RadSplitContainer) ?
I bag your pardon, but I in need of the ability to miximize/restor each chart VERY!!! In ChartsWindow.PNG file attached you can see the View containing the charts. I want to give ability to the user to...
View ArticleImage Resizing not working in Chrome
Just found by accident: http://demos.telerik.com/aspnet-ajax/editor/examples/overview/defaultcs.aspxWow, wow, wow!!! Image resizing: no problem (in any browser)! The whole editor is a pure pleasure to...
View ArticleBestFit method not working as expected
This is not true, or something is not working correct. I do not find that it is only using the visible columns. Or there is issue with this.Here is simple test: I load 1000 rows of data from a SQL...
View ArticleHow to close RadWindow after save?
Simple way to force closing rad window, just put it inside update panel like that :<asp:UpdatePanel ID="uppChangeHallPriceWindow" runat="server" UpdateMode="Conditional" RenderMode="Block">...
View ArticleClosing radwindow after server side code has executed within RadWindow.
Simple way to force closing rad window, just put it inside update panel like that :<asp:UpdatePanel ID="uppChangeHallPriceWindow" runat="server" UpdateMode="Conditional" RenderMode="Block">...
View ArticleClosing radwindow after server side code has executed within RadWindow.
Simple way to force closing rad window, just put it inside update panel like that :<asp:UpdatePanel ID="uppChangeHallPriceWindow" runat="server" UpdateMode="Conditional" RenderMode="Block">...
View ArticleBestFit method not working as expected
Did you load the grid using deferred refresh? To my experience that can make a huge difference. I usually let the user choose the width (and other aspects of the layout like column order) they like...
View ArticleUsing RadContextMenu instead in of standard context menu in a derived control
perfect! Thanks.Erwin
View ArticleBug with Trackball
If orientation changes while Trackball is visible, the Trackball isn't removed from view (neither the line nor the tooltip).
View ArticleHow to Draw the Trackball Line to the Bottom
How do I draw the Trackball line to the bottom axis of the chart?
View ArticleScrollbars for multiline RadMaskedTextInput
Hi Chad, You can use the following implicit style to enable vertical scrollbar in RadMaskedTextInput for example:<telerik:RadMaskedTextInput Mask="" Width="150" MaxHeight="100">...
View ArticleCustom next and previous buttons
Hi,I have a calender wich shows 3 months and i don't want the header because it takes to much space so i set HeaderVisibility to Collapsed. But then i miss the next and previous buttons. Is there a...
View Articlehow do i conditional set the visibility of the Command.Edit button on a row...
In case it's helpful to someone I had a case where I was attempting the same with an ajax-bound grid that had grouped columns and had to modify the loop in the onDataBound function in Dimiter's...
View ArticleTrouble finding validation summary in SPA
Hi:Got it with:string_validationErrorsXPath = "//*[@id='loginForm']/fieldset/div/ul";...return_browser.Find.ByXPath<HtmlUnorderedList>(_validationErrorsXPath).Find.ByTagIndex("li",...
View ArticleFormView in RadTabStrip
I have put 7 FormView inside the RadPageView by using RadTabStrip/RadMultiPage. I am using the databind to the FormView. every time When I save, it only save the FormView data in first RadPageView,...
View ArticleFormView in RadTabStrip
<telerik:RadTabStrip ID="RadTabStrip1" runat="server" Skin="Telerik" MultiPageID="RadMultiPageOtherDetail" SelectedIndex="0" Align="Justify" Orientation="HorizontalTop" EnableViewState =...
View Article