Is it possible with the gantt chart control to have a view where its month at the top then below that a column for each individual day?
I found this screenshot on the silverlight version:
http://d585tldpucybw.cloudfront.net/sfimages/default-source/productsimages/silverlight/ProductItemFeatures/ganttview_support-for-various-project-data_screenshot.png?sfvrsn=1
But cant find a way to do this witht he asp.net ajax version?
Thank you
Hi
i have a grid and in that Grid i have a column name 'Result' which Show data like 6-5,10-11 etc
i have two way to make that
1. select Set1 ,Set2 from table1
and then in grid
<telerik:GridTemplateColumn >
<ItemTemplate>
<%# Eval("Set1")+" -"+Eval("Set2") +","+'<sup>'+Eval("Set1")+'</sup>'+" -"+Eval("Set2") %>
</ItemTemplate>
</telerik:GridTemplateColumn >
2. i can return a field named 'result' from my data query store procedure like '(select ISNULL(CAST( Set1 as nvarchar(5)),'') +''+ ISNULL('-'+CAST(Set2 as nvarchar(5))+''+ISNULL('<sup>'+CAST(Set3 as nvarchar(5))+'</sup>','')'') as result from table1' which give me 6-5,10-11
and in grid
<telerik:GridBoundColumn UniqueName="Result" DataField="result" > </telerik:GridBoundColumn>
my Question is which one is better if the total number of set is 15.and number of row in result set more then 100
I upgraded Telerik controls from 2013.2 to 2016.1. There is a page with a combobox of checked items (see code below). With version 2013.2, changing any of the checkboxes with the mouse and clicking outside the combobox causes a postback. With version 2016.1 the postback doesn't happen. If I change a checkbox with the keyboard (space) I can get the postback to occur. Is this a bug, or the way it's supposed to work? Thanks for your help...
<
telerik:RadComboBox
ID
=
"rcbSites"
runat
=
"server"
CheckBoxes
=
"true"
EnableCheckAllItemsCheckBox
=
"true"
Label
=
"Sites"
LabelCssClass
=
"fwBold"
AutoPostBack="true" OnSelectedIndexChanged="rcbSites_SelectedIndexChanged">
</
telerik:RadComboBox
>
Hi guys
does the quoted dollar pricing for a new licence need to have vat added for uk residents?
hopefully not, but thanks for clarifying!
Clive
Hi
I have a rangedColumnSeries and an AreaSeries on the same plotarea and I am using databinding to generate the chart.
I want to plot a rangedColumn series for 0,5,10,15 etc on the x-axis and use the AreaSeries to plot a line for y values at 0,1,2,3,4,5 etc so effectively giving a better resolution to the line graph compared to the bar chart while using the same data set.
I've added an image below of what it would look like.
Is this currently possible?
Hello all,
I have a Grid which has several columns, one of which is a checkbox column. For all the other columns (dropdown, textbox, etc), I want the user to click the Edit icon and edit in EditForms mode. But for the checkbox column, I want to make it easy for the user to just click on multiple checkboxes and save (i.e., use Batch EditMode).
Is such a combination possible?
I am unable to find matching items that contain parentheses. I can successfully search for other special characters like '#', '%', '|', '*', etc. but not '('. In fact, it seems that typing '(' will clear the mask.
How do I go about searching for an item that contains parentheses?
OS: Windows 7
exact browser version: Google Chrome 49.0.2623.87
exact version of the Telerik product: 2013.3.1015.45
preferred programming language: C#