Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
106 views
Hello,
I want to use Client Template in RadHtmlChart but my data's column name has a special character.
My sample is here (in c# - code behind),
TooltipsAppearance.ClientTemplate = "#=dataItem."+variableX+"#";
VariableX value is "T-001" or "T - 001".

How can i define it?
I asked this question before but I didn't get the answer ??
Danail Vasilev
Telerik team
 answered on 17 Sep 2014
1 answer
49 views
Hello!
I have a question about the Colour's of bars in my RadHtmlChart.

Is it possible to only one of the bars to a different colour?
I want one of  my bars to be a different colour depending on the name of the dataItem name. 
Danail Vasilev
Telerik team
 answered on 17 Sep 2014
4 answers
72 views
Hi,

Would anybody be able to tell me if it is possible (without doing something like a jquery hack) to hide the get flash player download image that gets bundled with the MediaPlayer control?  It's 'annoying' and for my particular implementation is not necessary.  I have attached a screenshot for your review.  I appreciate you taking the time to help me :-)


Dan Sullivan
Radoslav
Telerik team
 answered on 17 Sep 2014
1 answer
150 views
Hi,

I am using RadScheduler with telerik version 2013.3.1324.35. I bind the radscheduler with employee resource. I also have paging since I have a lot of employees and it slow down the loading time. But now the problem is Scheduler becomes slow after adding a few appointment even with the paging. Is there anything I missed out. Is there anyway to speed up the performance? It is working fine on first page load. It started slowed down after a few times of postback.

Thank you.

Bozhidar
Telerik team
 answered on 17 Sep 2014
1 answer
275 views
Hello -

We're using RadComboBox as our standard drop down list in our product. We are using MarkFirstMatch to enable the "type ahead" function in lists, however we have found that if users type in invalid text the ComboBox will keep the value anyway (invalid being not in the list of items to select when used as a DDL). We would like to restrict user input only to the items found in the list, how might we go about doing this? Is there a good baked in way?
Nencho
Telerik team
 answered on 17 Sep 2014
2 answers
396 views
Hi, my client requires a control which looks like a very simple textarea but which has the facility for words to be bold/coloured from the code-behind.
I had a go at trying to remove everything except the basic text box from your editor control but I couldn't find a way to do that.

Looks like I'm writing in one now, of course, but it's difficult to see what's going on from view source.

I'll be very grateful if you can suggest how to do this and even more grateful if I can use one of the Telerik controls to do it.
And I'd better say up front; sorry if I've missed something obvious.
Thanks,
John
John
Top achievements
Rank 1
 answered on 17 Sep 2014
2 answers
212 views
I have 2 grids:

The first one displays tasks and the other one displays tasks settings.

I want to bind data to the second grid based on the selected task id (selected row of the first grid).

Is there any way to implement this functionality?
Eyup
Telerik team
 answered on 17 Sep 2014
1 answer
120 views
Hi all, 
I am using radgrid to display some information. 
In my UI, I need to do some client side javascript checking when the user try to sort a column. 
In order to capture the sorting event, I add the following lines into the radgrid: 
<ClientSettings>
      <ClientEvents OnCommand="RaiseCommand"/>
</ClientSettings>
such that user command could be captured by the javascript function "RaiseCommand".
This works successfully with <telerik:GridBoundColumn>, but not with <telerik:GridTemplateColumn>.
When I do sorting on a <telerik:GridBoundColumn> column, the function "RaiseCommand" was triggered. 
However, when I do sorting on a <telerik:GridTemplateColumn> column, the function "RaiseCommand" wasn't triggered. 
For some reason, <telerik:GridTemplateColumn> need to be used in my grid.

As a illustration, here is my sample code:

Javascript:

        function RaiseCommand(sender, eventArgs) {
            var commandNameLowerCase = eventArgs.get_commandName().toLowerCase();
            if (commandNameLowerCase == "sort") {
                 //do some checking....
            }
        }

Here is aspx:
<telerik:RadGrid ID="radGridTesting" runat="server" AllowFilteringByColumn="True"
AllowPaging="true" AllowSorting="True" GridLines="None" ShowGroupPanel="True"
Skin="WebBlue" AutoGenerateColumns="False" EnableViewState="true"
PageSize="15">
    <GroupingSettings CaseSensitive="false" />
    <PagerStyle AlwaysVisible="true"/>
    <MasterTableView ClientDataKeyNames="TestID" EnableViewState="true" CommandItemDisplay="None" AllowPaging="true">
        <Columns>
            <telerik:GridBoundColumn UniqueName="StockCode" DataField="StockCode" AutoPostBackOnFilter="true" SortExpression="StockCode"     HeaderText="StockCode" ItemStyle-Wrap="false" />
        <telerik:GridTemplateColumn UniqueName="StockName" DataField="StockName" AutoPostBackOnFilter="true" SortExpression="StockName">
            <HeaderTemplate>
                <asp:linkbutton id="lnkStockName" runat="server" Text="StockName" CommandName="Sort" CommandArgument="StockName"/>
            </HeaderTemplate>
            <ItemTemplate>
                <asp:Label ID="lblStockName" runat="server" />
            </ItemTemplate>
        </telerik:GridTemplateColumn>
    </Columns>
    </MasterTableView>
    <ClientSettings>
        <ClientEvents OnCommand="RaiseCommand"/>
    </ClientSettings>
</telerik:RadGrid>

Could anyone advise me of what the problem is?
Any help will be greatly appreciated.

Regards,
Xavier
Eyup
Telerik team
 answered on 17 Sep 2014
4 answers
282 views
Based on input of GridBoundColumn A I would like to do the following

if greater than 0
1) Set GridBoundColumn B value to 0 and to readonly
2) Set a RadComboBox value to one of the options and to readonly (this RadComboBox is one of the columns in the Grid)

If 0
1) remove readonly status from GridBoundColumn B
2) Set a RadComboBox value to one of the options and remove readonly attribute (this RadComboBox is one of the columns in the Grid)

Prefer to do this with no postback


Konstantin Dikov
Telerik team
 answered on 17 Sep 2014
3 answers
36 views
That is a terrible decision on your part. Breaking functionality for such a ridiculous concept of 'opimization'..

In large part, the hidden fields and values are what people WANT to persist in the viewstate.. They are usually ID fields.. 

ReadOnly, Display, and Visible ... which of these properties should NOT be removing labels and textboxes from the default EditTemplate?? The answer is: the ONLY that Telerik uses to do just that 'ReadOnly'.. 

What sort of counter-initative developers are you guys?.. people actually have to add special settings to their controls to have them behave the intuitive way?.. 
Brett
Top achievements
Rank 1
 answered on 16 Sep 2014
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?