RadCartesianChart: Label of BarSeries are showing wrong position when windows...
Hello Witt, From the code provided I see you are using SmartLabelsMode along with your custom recalculation of the axis labels MaxWidth. This is most probably breaking the logic for calculating the...
View ArticleHow to make column of Grid for the password
Hello Gal, Thank you for sharing your suggestion with our community. Here is a live MVC sample with columns.Template(...) approach:http://demos.telerik.com/aspnet-mvc/grid/rowtemplate Also, there is a...
View ArticleSPA sample
Does the grid is rendered sync ? If so is this kendo code which perform this in async way or browser optimizations (e.g. first , execute all method command and only than move to DOM rendering)When...
View Articleno data in the grid
No it only check session variable and redirect to login page, I tried to place the code above this file and same result no data.
View ArticleModal window - Splitter: blank problem when move or resize
Hello, This forum thread is quite old and it is quite possible that the scenario and its solution are different. Would you please elaborate what is your issue by sharing the exact code that will help...
View ArticleServer Side on Click event
Hello, You can use the onSeriesClick event, set the value in a HiddenField value the can be used on the server and trigger the __doPostBack or the AjaxRequest and proceed with your custom logic. Hope...
View ArticleClientSeriesClicked Event in Q2 2012 SP1
Hi, I have attached a sample where similar scenario is implemented. Hope this will help you solve the issue. Regards, Plamen Telerik Do you want to have your say when we set our development plans? Do...
View ArticleCallback when tree is ready
Hello Rajashree, I suggest that we continue our conversation on your ticket with ID: 997808. Regards, Eyup Telerik Join us on our journey to create the world's most complete HTML 5 UI Framework -...
View ArticleFinding Wizard Steps/Accessing buttons
Wizard Steps should have a "Value" or other similar property so that they can be located server and client side by something other than title and/or index using a FindByValue method. Wizard Step titles...
View ArticleFinding Wizard Steps/Accessing buttons
Hi Albert, You can work with the Steps as access them by ID. For example:<telerik:RadWizard runat="server" ID="wizard"> <WizardSteps> <telerik:RadWizardStep...
View ArticleLine series auto scale not working properkly
Hi Luigi, Could you please open a support ticket and send us a runnable project where we could observer the issue. Regards, Peter Filipov Telerik Do you want to have your say when we set our...
View ArticleMaskedTextBox with AutoComplete Functionality
Hi, You can combine the AutoCompleteBox with the RadMaskedTextBox, so that changing the value inside the Masked TextBox will trigger the AutoCompleteBox query. Here's some sample code that does exactly...
View ArticleFinding Wizard Steps/Accessing buttons
will the findcontrol method work then in order to get a reference to the step by a string... like... CType(MyWizard.FindControl("step1"), RadWizardStep)? Also, will $get('<%= step1.ClientId%>')...
View ArticleSPA sample
Hello Sagi,The problem with the previous example was that the dataSource.page call was executed when the dataSource was already making a request, thus it gets dropped. The workaround is to set...
View ArticleFinding Wizard Steps/Accessing buttons
Yes the FindControl method will work. However to step reference you will have to use the control client api:<script type="text/javascript"> function getStepById(id) { var wizard =...
View Articleno data in the grid
Hello William,Based on what we have, we are out of ideas. Are you able to run the demos shipped with the distribution and see if you can bind the grid there to your database. If this does not guide you...
View ArticleFinding Wizard Steps/Accessing buttons
ok. By the way the step.get_id() function is not documented.Also, it would be useful if the wizard or wizardstepcollection objects had a findStepById method.
View ArticleParameters in Q3.2015
Hi Mateusz, Please test the following:Please download and install the latest available Telerik Reporting Q3 2015 SP2 v9.2.15.1216 (internal build). The MSI can be downloaded from your Telerik account -...
View ArticleFinding Wizard Steps/Accessing buttons
Thank you for point this out. We will add this, or you can add it by yourself as you click on the Edit button: It is a great idea to add "findStepById" functionality. Please submit it to our Feedback...
View ArticleRequest body encoding
Oh, my mistake. For a safely convertion i have to use base64 encoding at least.Another way - convert bytes array into a HEX string for example.
View Article