Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
114 views
Hi I have a radgrid with a checkbox in gridtemplatecolumn that has headercheckbox in heder template and all check box in item template. Grid is inside  an asp panel. I have a label and image outside the grid I am calling two server side functions on headercheckbox and itemcheckbox . If the header checkbox is checked I am setting the label with the grids row count and setting the image url in that function in server side. Even though i see the count of the label  when i debug , But its not  setting. I have the grid in the ajax settings, and the label and the image as the updated controls of the grid. Still its not updating. And when the page load i see the label is also wrapped .
Thanks,
Rajeswari Raman
Eyup
Telerik team
 answered on 12 Dec 2014
2 answers
177 views
Hi All,

Here is the scenario, only one file should be uploaded at a time and as soon as you upload the file you need to disable the RadCloudUpload button to upload till the upload is finished you can enable the button back when the uploading is finished. 

and how do i clear the file list panel?

Is there any chance that we can do it in javascript?

Regards
Rinu
Hristo Valyavicharski
Telerik team
 answered on 12 Dec 2014
1 answer
142 views
Hi, I would like to know if the Telerik button support touch event?

I am trying to make an image button that I can use both with the mouse click and the touch end events.
The mouse click works well, but for the touch end I have no luck so far.

Help would be very welcomed.

this is what I have so far:

<telerik:RadButton
    ID="RadButton2"
    runat="server"
    Width="32px"
    Height="32px"
    ToolTip="Home"
    style="cursor: pointer;"
    OnClientClicking="OnClientClicking"
    Text=""
    Enabled="true">
    <Image ImageUrl="Images/Home-icon.png"/>
</telerik:RadButton>


Danail Vasilev
Telerik team
 answered on 12 Dec 2014
2 answers
96 views
Good afternoon,

I have a RadGrid with column resizing enabled. All my columns have w fixed width. I'd like to resize the far right (last) column to expand it however it will not expand beyond the width of the RadGrid. What I'd like is something similar to the way the KendoUI works at this URL 

http://demos.telerik.com/kendo-ui/grid/column-resizing

where the last column named ID can be expanding by dragging to the right outside the grid.

Has anyone been able to get this to work with a RadGrid in ASP.NET AJAX?

Thanks
Venelin
Telerik team
 answered on 12 Dec 2014
1 answer
227 views
We have a custom control we've created for lookups using RadComboBox.  The RadComboBox portion of the custom control is created dynamically in code.

In our web page, we have a RadWindow, containing an instance of this custom control.  If you enter text in the RadComboBox, it pops up the RadComboBox's DropDownList.  If, while this DropDownList is displayed, you close or cancel out of the parent RadWindow, the RadComboBox's DropDownList remains displayed until the user clicks elsewhere on the page.

I've read that to get around this, you would attach a BeforeClose or Close Client-side Event Handler to the RadWindow, with the following code.

var control = $find("<%=RadComboBox.ClientID%>");
control.hideDropDown();

However, $find() is always returning null.  I've even tried hard coding the ID of the RadComboBox into the $find method.  I thought I'd read somewhere that if you are creating telerik controls dynamically in this fashion, then $find will not work.  Is this true?  If so, what is the work around?

I've tried variations of jQuery/javascript with show(), hide(), visibile = true/false without much luck.  The end result of those trials usually resulted in the DropDownList failing to return, or when it did, it displayed in a different part of the screen, or retained it's previous values after the RadWindow was closed/reopened.
Peter Filipov
Telerik team
 answered on 12 Dec 2014
2 answers
243 views
 I used the RadScheduler and I create the HeaderDateFormat in WeekView. Its show the format like "This Week (MM/dd) - This Week (MM/dd)"  but I want the format like
"This Week (MM/dd-MM/dd)". I send the screen shot. I want the header date format according to SB-RadSheduler.png screen shot.

Sangeeta
Top achievements
Rank 1
 answered on 12 Dec 2014
2 answers
137 views
Hi.

I´m working on a rad pivot grid but shomething strange it´s hapening. The Grid is updating well if i drag and drop fields, etc, but it´s failing at filtering. If i try to collapse a row or change a filter, then the Grid simply does not update.

It´s no problema with data, i use the same method and data in others grids and they are working perfectly. 

Any suggestion??

<telerik:RadPivotGrid ID="JiraPivotGrid" runat="server" Width="100%" Height="100%"
    AllowPaging="true" AllowSorting="true"
    EnableConfigurationPanel="True" EnableZoneContextMenu="True"
    OnPivotGridCellExporting="JiraPivotGrid_PivotGridCellExporting"
    OnCellDataBound="JiraPivotGrid_CellDataBound"
    OnNeedDataSource="JiraPivotGrid_NeedDataSource"
    OnFieldCreated="JiraPivotGrid_FieldCreated"
    >
 
    <PagerStyle AlwaysVisible="true" Position="Bottom" Mode="NextPrevAndNumeric" />
 
    <ClientSettings EnableFieldsDragDrop="true">
        <Scrolling AllowVerticalScroll="true"></Scrolling>
    </ClientSettings>
 
    <RowHeaderCellStyle BackColor="GradientInactiveCaption"></RowHeaderCellStyle>
 
    <ColumnHeaderCellStyle BackColor="GradientInactiveCaption"></ColumnHeaderCellStyle>
 
    <ExportSettings IgnorePaging="true" OpenInNewWindow="true" FileName="JiraReport" />
 
     <Fields>
         
        <telerik:PivotGridRowField  DataField="Area" UniqueName="Area" Caption="Area" />
        <telerik:PivotGridRowField  DataField="Responsable" UniqueName="Reponsable" Caption="Responsable" />
        <telerik:PivotGridColumnField  DataField="Mes_cierre" UniqueName="Mes_cierre" Caption="Mes cierre" />
 
            <telerik:PivotGridAggregateField DataField="Horas_Totales" UniqueName="Horas_incurridas" Caption="Horas incurridas" />
        <telerik:PivotGridAggregateField DataField="Horas_certificadas" UniqueName="Horas_certificadas" Caption="Horas certificadas" />
 
    <telerik:PivotGridReportFilterField DataField="Anyo_cierre" UniqueName="Anyo_cierre" Caption="Anyo_cierre" />
 
 
    </Fields>
 
</telerik:RadPivotGrid>
Guillermo
Top achievements
Rank 1
 answered on 12 Dec 2014
1 answer
91 views
Hi,

Is there an easy way to add a drop down button to this control?  I'd like to have it look like a standard rad combo box but with the ability to function as normally. In certain situations the user may need to see a list prior to selection and having to type a letter to trigger the drop down can be counter productive.

Regards

Jon
Boyan Dimitrov
Telerik team
 answered on 12 Dec 2014
1 answer
112 views
Hello,

 I'm facing some issue with the RadEditor Font Size.

When we select the font size as 72pt and type something and  it carriage return (enter key) then the font size is set to 12pt  and if you type something it is not persisting the original font which we selected initially.

Could you please provide any fix or  workaround for the same.

I did observe the same behaviour in my version of (2013.2.717.35) and also same thing the latest version as well(by running the demo)

Note: In latest version it is replicating in the Chrome browser.

Please find the attached screenshots of current using version(2013.2.717.35) in my development env and latest version.

Thanks
Kesava Pindi 
Ianko
Telerik team
 answered on 12 Dec 2014
16 answers
477 views
Hi,
Is it possible to handle the default close button on the dock controls toolbar on the server-side?
Regards
Gareth
Slav
Telerik team
 answered on 12 Dec 2014
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?