Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
173 views
Hello,

Is it possible to change the Language of the scheduler to german?
Shinu
Top achievements
Rank 2
 answered on 02 Feb 2010
1 answer
135 views
Hello everyone,

I have a simple databound pie chart that I display in a very limited space.  I was hoping I can display the legend for the chart in a tooltip, hovering over the chart will display the tooltip showing the legend for the chart.  Can anyone please point me in the direction to achieve this?

Thanks
Matt
Vladimir Milev
Telerik team
 answered on 02 Feb 2010
1 answer
114 views
Using RadEditorSharePoint 5.6.1.0 (MOSS 2007), when we try to open the hyperlink manager in the radeditor to link to a different page then NO PAGES APPEAR in the pages library of the current site (although pages exists and published).

please advise.
Stanimir
Telerik team
 answered on 02 Feb 2010
4 answers
178 views
Hi, I have a radgrid which has radio buttons on the commanditemtemplate.
There are two issues with it.
1. On the pageload I cannot get the control by its name but I have to use document.getElementById with the client id. Don't know why.
2. Bigger issue is that the selection made on the radio buttons do not stick after postback.
If I move thse controls outside the grid, everything works fine though.

Appreciate your help.

Thanks,
Anil



<telerik:RadCodeBlock runat="server" ID="radCodeBlock">  
        <script type="text/javascript">  
            function pageLoad(sender, args) {  
                var radShowYes = document.getElementById('ctl00_ContentPlaceHolder1_RadGrid1_ctl00_ctl02_ctl00_radShowHideYes');  
                if (radShowYes.checked)  
                    $find('<%=RadGrid1.ClientID %>').get_masterTableView().showFilterItem();  
                else  
                    $find('<%=RadGrid1.ClientID %>').get_masterTableView().hideFilterItem();  
            }  
            function showFilterItem(){  
                $find('<%=RadGrid1.ClientID %>').get_masterTableView().showFilterItem();  
            }   
            function hideFilterItem(){  
                $find('<%=RadGrid1.ClientID %>').get_masterTableView().hideFilterItem();  
            }  
</script> 
</telerik:RadCodeBlock> 
 
<telerik:RadGrid ID="RadGrid1" runat="server" Width="96%" GridLines="None" Skin="Vista">  
...  
 
<MasterTableView DataKeyNames="ReferralID" Width="100%"   
            CommandItemDisplay="Top" AllowFilteringByColumn="true"   
            AllowMultiColumnSorting="false" AlternatingItemStyle-BackColor="Beige">  
            <CommandItemTemplate> 
                <div style="padding: 5px 5px;">  
                &nbsp;&nbsp;&nbsp;&nbsp;  
                    <asp:LinkButton ID="btnInitInsert" runat="server" CommandName="InitInsert" CausesValidation="false">  
                        <img style="border:0px;vertical-align:middle;" alt="" src="../Images/AddRecord.gif" />Add new Record  
                    </asp:LinkButton> 
                   
 
Show filters <input id="radShowHideYes" type="radio" runat="server" name="showHideGroup" onclick="showFilterItem()" /> 
                    <label for="radShowHideYes">Yes</label>   
                    <input id="radShowHideNo" type="radio" runat="server" name="showHideGroup" checked="true" onclick="hideFilterItem()"/>  
                    <label for="radShowHideNo">No</label>      
                    Clear filters  
                    <asp:ImageButton ID="btnShowAll" runat="server" ImageUrl="~/Images/CancelSmall.gif" OnClick="btnShowAll_Click" 
                        Style="vertical-align: middle" /> 
                </div> 
            </CommandItemTemplate> 
.......  

<

 

ClientSettings>

 

 

<Scrolling AllowScroll="false" />

 

 

<ClientEvents OnFilterMenuShowing="filterMenuShowing" />

 

 

</ClientSettings>

 

 

<FilterMenu OnClientShown="MenuShowing" />

 

 
 
 
Shinu
Top achievements
Rank 2
 answered on 02 Feb 2010
1 answer
184 views
Is it possible to position the popup buttons to be under the DateInput box?
Shinu
Top achievements
Rank 2
 answered on 02 Feb 2010
15 answers
258 views
Hey Everyone,

I have a radgrid that is very wide - 50 or so columns.  The majority of the columns have filtering enabled.   If I enter filter criteria that results in no rows the grid gets cut off. I am unable to scroll over to see a good portion of the grid.  If the column I'm trying to filter on is one of the columns that gets cut off I'm unable to re-filter on that column.  I tried upgrading to the latest version of Telerik but the problem persisted.   Has anyone seen this behavior?

Thanks,
Larry
Yavor
Telerik team
 answered on 02 Feb 2010
2 answers
160 views
Hi,

When using filtering to display items from radgrid- user inputs filter criteria and select Filter - Contains - no status or IE loading is shown for list filtering. Customer currently has 1958 history items and when using filter they have to wait 1+ minutes before page is refreshed.
So, how do I notify the user thru some hour glass or some IE loading to indicate that grid is currently being filtered. since when filtering takes palace on  large no. of items, it's extremely slow.
So,pls help with code samples to let me know how to show some status thru hour glass or thru IE loading to indicate filtering is going on.
Ayesha
Top achievements
Rank 1
 answered on 02 Feb 2010
2 answers
217 views
Hi:
I have an GridTemplateColumn from the Norhtwind db as follows:
<Telerik:GridTemplateColumn HeaderText="CustomerID" UniqueName="CustomerIDColumn" AllowFiltering="True" > 
    <ItemTemplate> 
        <asp:Label ID="CustomerIDLabel" runat="server" Text='<%# Eval("CustomerID") %>' /> 
    </ItemTemplate> 
    <EditItemTemplate> 
        <asp:Label ID="CustomerIDLabel" runat="server" Text='<%# Eval("CustomerID") %>' /> 
        <asp:TextBox ID="CustomerIDTextBox" runat="server" Text='<%# Bind("CustomerID") %>' /> 
    </EditItemTemplate> 
</Telerik:GridTemplateColumn> 
 
I need to hide the appropriate control if adding or editing.  The ItemCommand event seems to be prior to the edit mode, so I am trying to use the ItemDataBound event.  The following code works fine in edit but how do I differentiate between add and edit?  Any other server side solutions are welcome.
protected void customersGrid_ItemDataBound(object sender, GridItemEventArgs e) 
    if (e.Item is GridEditableItem && e.Item.IsInEditMode) 
    { 
        // GridTemplateColumn  
        GridEditFormItem _editItem = e.Item as GridEditFormItem; 
        TableCell cell = _editItem["CustomerIDColumn"]; 
        (cell.Controls[0].FindControl("CustomerIDLabel") as Label).Visible = true
        (cell.Controls[0].FindControl("CustomerIDTextBox") as TextBox).Visible = false
    } 
 
Phil
Phil
Top achievements
Rank 2
 answered on 01 Feb 2010
1 answer
111 views
Occurs when a data item is bound to data in a Telerik RadGrid control.

Do You consider a row a data item or each column in the row?   If its a column does that mean that itemdatabound is called for each column in a row?

Thanks,

Daniel
Telerik team
 answered on 01 Feb 2010
10 answers
227 views
Hi,

I got 2 questions.

1) Is there a 64Bit version of the Telerik controls that runs nativ on x64 or i64?

2) On the Testpage http://demos.telerik.com/ASPNET/Prometheus/Editor/Examples/Default/DefaultCS.aspx#
is a WCAG 1.0 Logo at the end of the page.
But the WCAG page says:
1.1 Provide a text equivalent for every non-text element (e.g., via "alt", "longdesc", or in element content). This includes: images, graphical representations of text (including symbols), image map regions, animations (e.g., animated GIFs), applets and programmatic objects, ascii art, frames, scripts, images used as list bullets, spacers, graphical buttons, sounds (played with or without user interaction), stand-alone audio files, audio tracks of video, and video.
6.3 Ensure that pages are usable when scripts, applets, or other programmatic objects are turned off or not supported. If this is not possible, provide equivalent information on an alternative accessible page.
http://www.w3.org/TR/WCAG10/full-checklist.html

As for me the Rad Editor didnt work without javascript, it cant even show content.
Did i do something wrong?
Paul Huff
Top achievements
Rank 1
 answered on 01 Feb 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?