Set color of checkbox text
Recently I submitted a support ticket to find out how I could change the color of the text of a RadCheckBox. I'm not as fluent in css as I should be so I thought I would share my findings for others...
View ArticleHow to cancel Remote validation in RadInputManager in OnValidating event?
Hi Jack, You can set the state as invalid in the OnValidating event. This way the service should not be called.function onValidating(sender, args) { if (args.get_input().get_value() == "") {...
View ArticleSpecial characters dropdown full width
Hello,The width of the dropdown is so because the value applied is 16.7em with corresponds to this size. You can either:Change it by defining your own tools collection and set a PopupWidth property as...
View ArticleHow to create GridViewTextBoxColumn with Button
Thank you for reply, I adopted second way.I followed this tutorial creating-custom-cells (same as yours).But I dont' understand how it exposes Click event of my GridViewTextButtonColumn class.Here my...
View ArticleDisplaying checkbox in Kendo grid for DataTable Model in ASP MVC
The issue i wouldn't know what would the column names be until the code runs since these are dynamic columns. Is there any other way to retrieve the values in ActionMethod? Thanks.
View ArticleGroup sections ?
Hi, At the moment this is the only available plugin that supports such a functionality. This plugin has been developed by one of our community members. I found that already exist an issue for...
View ArticleTabStrip - how to pass model to partial views using LoadContentFrom
Hello Laurie, LoadContentFrom executes a GET request and the data passed to the controller is encoded as query string parameters. One option to achieve the desired functionality is to create the...
View ArticleReportConnectionStringManager with sub-reports issue
Hi,I am using the code posted here to switch report db at runtime (trdp's designed outside of my application then hosted by http)....
View Articlecan't close radwindow
Hi, Marin,The hierarchy is: the "locate.aspx" page is the main page. It opens the "CheckOut.aspx" page from the "BtnSellPart" image button. I'm not using ajax per se; I am using the "OnClientClick"...
View ArticleLoss of filter customisation when saving layout
Hi Mike, Based on the provided information, most likely the issue is caused by the limitation described in the setOptions() API...
View ArticleHow to get the id of controls within the radgrid editform in javascript?
Hi,I have two radcombobox control in edititemtemplate and I have to populate ddlunit by ddlOffice selected value in Radgrid1_prerender event.Please look at my code and sugest me how can I do because if...
View ArticleHelp with Checkbox
I have the following checkbox:<telerik:GridViewDataColumn> <telerik:GridViewDataColumn.CellTemplate> <DataTemplate> <CheckBox x:Name="chck_tipoR"...
View ArticleObject Data Source Wizard Can't Recognize any of my objects
I'm using Telerik Reports v10.0.16.113 with Visual Studio Update 3.I'm facing an issue that is the Object Data Source Wizard doesn't discover any of my classes. it only show the classes inside the...
View ArticleWillSelectItem for TKSideDrawerDelegate?
Thank you for the response but this seems to change the color after tapping the item. This would be fine but is there a way to reset the color next time the side drawer is opened? Additionally, is...
View ArticleReset toolbar back to load state
I have two question I can't find the answers to;Based on the following: $("#toolbar").kendoToolBar({ items: [ { type: "buttonGroup",...
View ArticleExcel export formats
Hi Rezo, Format strings are always saved as custom in order to avoid the incorrect interpretation by machines due to their custom culture settings. For more details, please check Design Considerations...
View ArticleCheckbox isChecked binding
Hi, I have a RadGridView with a column having a checkbox inside that I should use to activate or deactivate the user. I retrieve the rows of my radgridview from a query in sqlserver. The problem is...
View ArticleSplitter not initial/work well in panelbar when using partial view
Hello Mark, The reason for the inability to load the Splitter is a timing issue. This is why, I would suggest you to use the resize() method of the Splitter at the activate event of the PanelBar with a...
View ArticleAdd attribute GridBoundColumn
Hello,is it possible to add custom attribute to GridBoundColumn declaratively (from .ASPX) ?Thank youVasssek
View ArticleReportConnectionStringManager with sub-reports issue
Hello Al, When you design the report, the sub report may be specified by relative path. Relative paths are resolved based on the running application. Thus you will have to get the relative path...
View Article