Hi. i would like to know how do i create a custom button for a dash bullet point
i added the following to my tool file
<tool name="dash_bullet" Text="Dash Bullet Point" />
i am stuck at the JS portion
Telerik.Web.UI.Editor.CommandList["dash_bullet"] = function (commandName, editor, args) {
// what to type here?
};
I am creating dynamic column the following way:
Dim TotalColumn As New GridNumericColumn()
grdContingentDevelopment.MasterTableView.Columns.Add(TotalColumn)
TotalColumn.DataField = "Total"
TotalColumn.HeaderText = "Total"
TotalColumn.SortExpression = "Total"
TotalColumn.HeaderStyle.HorizontalAlign = HorizontalAlign.Left
TotalColumn.ItemStyle.HorizontalAlign = HorizontalAlign.Left
TotalColumn.DataFormatString = "{0:N2}"
TotalColumn.HeaderStyle.Width = 90
TotalColumn.ItemStyle.Width = 90
TotalColumn.ItemStyle.Font.Bold = True
That works fine, however if i add: TotalColumn.ReadOnly = True, most of formats such as DataFormatString or HorizontalAlign stop working
Any ideas?
Issue: I have editable telerik RadGrid in that i have 6 columns.
1st five columns are editable columns and last column is read only column
when i am trying to enter the values using 'TAB'(Navigating to next column using tab), data is not saving in the last row(5th row) but when i am entering data manually(navigating to next column using Mouse), its saving.
I have attached the screen shot of the RadGrid
Hi,
Im using a TabStrip+RadMultiPage with ContentUrl to load local pages. When the page is loaded the first time it has no tabs and the user can create them dynamically using some kind of radtreeview/sitedataitem. Each time I add a new tab/pageview, tabs/pages loaded before lose its content and they are reloaded.
Once they're created, it works good and can navigate from tab to tab without problems until I add other tab.
I've read this Post which explained the same issue in 2012:
http://www.telerik.com/forums/multpage-created-issue
Is there any solution or alternative to this problem?
My English is not very good sorry.
Thanks in advance
hi all
im working on project with RadPanelBar in master page iwant to hid some items depend on user roles , for example admin most see some items hidden for other users
how to manage this senario
Hi,
I want to upload image using kendo upload Async in order in which images are selected or listed.
Is there a way we can show total number of events/appointments for each day in the month view
as a hyperlink /static text in the radscheduler control.
By Clicking on the total number user will be redirected to new page and not the typical edit appointment
Thx
I have radgrid inside a radajaxpanel, inside a master page. I set EnableHeaderContextFilterMenu="True" EnableHeaderContextMenu="True". I've also set FilterCheckListEnableLoadOnDemand="true" for all columns. Every other element of the menu loads fine except for the checklist. When the checklist tries to load O get an error that reads:
"The target 'ctl00ContentPlaceHolder1xxxxxx' for the callback could not be found or did not implement ICallBackEventHandler. " If I continue every other element of the menu functions fine. It looks like there's some issue when it tries to load the checklist on demand. I followed the demo from your site for excel-like filtering here:
http://demos.telerik.com/aspnet-ajax/grid/examples/functionality/filtering/excel-like-filtering/defaultcs.aspx
Am I missing something? The only difference beween my code and the code in the above linked demo is that I'm using a master page and the demo uses a sqldatasource control to set the ata source for the grid, while I bind to the grid using ado.net in the page_load event (if there's no posback).
Hi
I have a RadGrid with RadDropDownList inside column.
RadGrid is in Batch EditMode.
When I'm in IE10 or IR 9, and when I want to display list of the RadDropDownList, there's a bug :
The RadDropDownList is quicly showing list and quickly hide the list !
It is unusable !
It runs perfectly on Firefox or Chrome.
Could you help me please ?
Thanks in advance
Version : 2015.3.1111.45