Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
407 views
Is there a global way that I can add some padding (5px or so) to the left and right side of all buttons that I put in the RibbonBarTabs? The buttons kind of merge together as they are.
Kate
Telerik team
 answered on 21 Jul 2011
1 answer
191 views
Hello Telerik Team,
Great control RadImageEditor!
I would like to use a ImageURL like "http:// ..." because my images are on another server. I don't want to edit the images, but just want to use the rotate and zoom functions, they are great!
As I understand it is now not possible to use such an ImageUrl?

gr Martin
Slav
Telerik team
 answered on 21 Jul 2011
1 answer
132 views
I've got a radgrid, with a filter setup like so

myGrid = new RadGrid();
myGrid.ID = "ClientBoundGrid";
myGrid.Culture = new System.Globalization.CultureInfo("en-GB");
//...initialise rest of grid
myGridRadFilter = new RadFilter
{
    ID = "myGridFilter",
    FilterContainerID = "ClientBoundGrid",
    Culture = new System.Globalization.CultureInfo("en-GB")
};
 
myGridRadFilter.ApplyExpressions += new EventHandler<RadFilterApplyExpressionsEventArgs>(myGrid_Filter_Apply);

When I add a filter to the on a date column type, I'd expect the date to be in the format appropriate for the culture I use. (DD/MM/YYYY in this case). However when a date is either typed, or selected from the calender popup, it formats itself to the default en-US format (MM/DD/YYYY). Have I missed a step?

On a slightly related question, is it possible to modify the radfilter object to remove the calender and/or time popups from appearing?
Daniel
Telerik team
 answered on 21 Jul 2011
0 answers
88 views

I applied suggested settings(Excel-fromat="HTML",Exportonlydata="true") by Princy but I could not see any difference and I'm getting same thing which I have sent you screenshot.

Prasad.
Prasad
Top achievements
Rank 1
 asked on 21 Jul 2011
2 answers
67 views
1)I have done my hirarchy grid export excel functionality but it is showing button types (Hirarchy simbles) left side as mentioned in the screenshot.

Suggest me how to overcome above one.

2)The content (rows) of exported excel file data cannot be understood by user means that is not showing properly, is there any property to set to show columns and rows data properly.

Advance Thanks.
Prasad
Top achievements
Rank 1
 answered on 21 Jul 2011
5 answers
78 views
I am currently evaluating the controls, especially the RadViewTree, I was just recommending them to my manager when he reminded me to test behind our Alteon server.  This has thrown up a lot of problems with the controls not working correctly. 

For example when I click on the expand symbol nothing happens.

Can anyone help me.
Nikolay Tsenkov
Telerik team
 answered on 21 Jul 2011
4 answers
71 views
Dear Support,

I have grouping enabled server-side. In the attached image you see that my grid is grouped by 2 columns: Status and Priority.  I don't want the "Status" label to be visible in my group header, but the problem is that if I set 
gridGroupByField.HeaderText = " ";

then the group panel header shows up as empty.  All my groups are dynamically defined, so I don't know ahead of time which will want the column name to show up and which won't.  Is there a way for me to set the GroupPanel header values?
Dasha
Top achievements
Rank 1
 answered on 21 Jul 2011
1 answer
55 views
Hi,

I want to display browse button as a hyper link. Is this possible to changes button to hyper link.

Please suggest.
Regards,
Reyaz


Dimitar Terziev
Telerik team
 answered on 21 Jul 2011
11 answers
215 views
Hi,

according to advice from your forum, I'm putting there my question:

I'm using SF 3.7 and I'm trying to put customized action for inserting control for JW Player. I have code, which works, and which is using script tags. But, if I insert this code via pasteHtml method, then the part with script tags is omitted. the same code with set_html works - but I don't want to lost previous content, so I have to use pasteHtml method.

So, it is known bug or I have to use another method?

Thanks

Petr
Radoslav Georgiev
Telerik team
 answered on 21 Jul 2011
4 answers
593 views
<telerik:RadGrid ID = "RadGrid1" AutoGenerateColumns = "false" runat = "server" AllowPaging="True"
                    Width="97%" GridLines="None" Skin="WebBlue"
                    onneeddatasource="RadGrid1_NeedDataSource"
                    onitemcommand="RadGrid1_ItemCommand"
                    onprerender="RadGrid1_PreRender" >
                    <%--onitemcreated="RadGrid1_ItemCreated"
                    onselectedindexchanged="RadGrid1_SelectedIndexChanged">--%>
                  <ClientSettings EnableRowHoverStyle="false" EnablePostBackOnRowClick = "true">
                            <Selecting AllowRowSelect="true" />
                  </ClientSettings>
 
      <MasterTableView ShowHeader="false">
        <Columns>
            <telerik:GridTemplateColumn UniqueName="TemplateColumn">
                <ItemTemplate>
                  <table>
                    <tr>
                      <%# Eval("CategoryName") %>
                    </tr>
 
                    <tr>
                      <td>
                        <telerik:RadButton ID="Button1" runat="server" ButtonType="LinkButton" Text="Button1"
                                    CommandName="Button1Click" OnClick="Button1_Click" />
                      </td>
                      <td>
                        <telerik:RadButton ID="Button2" runat="server" ButtonType="LinkButton" Text="Button2"
                                    CommandName="Button2Click" OnClick="Button2_Click" />
                      </td>
                    </tr>
                  </table>
                   
                </ItemTemplate>
            </telerik:GridTemplateColumn>
        </Columns>
      </MasterTableView>
    </telerik:RadGrid>
  So, I'm new to this whole Telerik thing and I'm having a little problem...
 I have a RadGrid and one of its columns is a Template Column.. Inside the template column, I have a button... I can't seem to get the event handler of that button to fire....
   I also need to know the button of which row was clicked... I tried the ItemCommand and it didn't work.. any ideas? thnx for the help...
Gavin
Top achievements
Rank 1
 answered on 21 Jul 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Bohdan
Top achievements
Rank 3
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Elliot
Top achievements
Rank 1
Iron
Iron
Iron
Sunil
Top achievements
Rank 1
Cynthia
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Bohdan
Top achievements
Rank 3
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Elliot
Top achievements
Rank 1
Iron
Iron
Iron
Sunil
Top achievements
Rank 1
Cynthia
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?