Telerik Forums
UI for ASP.NET AJAX Forum
4 answers
111 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
158 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
295 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
425 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
233 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
148 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
361 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
51 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
1 answer
99 views
Hi,
How to provide data to visual template dynamically using data source created at server side. I am using visual template similar as shown in below link. I want data source to be created at server side and data to be placed in TextBlock (multiple) in template. I need hyperlink in one of the text field in shape. The href value for the hyperlink will come from above data source.

Also I want to provide different colors to the shape and those color values should come from above data source. I will have three categories of shape for example category1, category2 and category3. Depending on the category, I will decide the color for the shape. Categories will come from above data source.

http://dojo.telerik.com/uZeN/6


Many Thanks
Slav
Telerik team
 answered on 16 Sep 2014
3 answers
362 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 rune time in c#),
TooltipsAppearance.ClientTemplate = "#=dataItem."+variableX+"#";
VariableX value is "T-001" or "T - 001".

How can i define it?
ahmet
Top achievements
Rank 1
 answered on 16 Sep 2014
Narrow your results
Selected tags
Tags
+? more
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?