Telerik Forums
UI for ASP.NET AJAX Forum
9 answers
603 views
I have a RadGrid which I can export as an Excel (or CSV) file using MasterTableView.ExportToExcel.

The RadGrid has a GridClientSelectColumn - how can I export only selected (checked) rows to CSV/Excel?

If no rows are selected, then I also want to be able to export the whole grid / dataset.

Thanks,

Graham.

 

Princy
Top achievements
Rank 2
 answered on 18 Nov 2013
3 answers
359 views
i am attaching screen shot regarding it. i need same background of current date like orange in attached document.
Boyan Dimitrov
Telerik team
 answered on 18 Nov 2013
1 answer
106 views
Hi,

I have radtabstrip with two(or many) tabs in it.
I want to change font weight of unselected tab.

How can i do that?I tried

function

 

 

fnTabUnselected(sender, eventArgs) {

 

 

 

var tab = eventArgs.get_tab();

 

 

 

var tabname = tab.get_text();

 

$(

 

"tab").addClass("unselect");

 

}
but not working...

Magdalena
Telerik team
 answered on 18 Nov 2013
1 answer
157 views
Hi

This isn't a Radcontro issue, just looking for some help. Below is my Menu markup, I'm having trouble getting a handle on the radioButtonList on page load.

<telerik:RadMenu ID="rmAncillery" Runat="server" EnableEmbeddedSkins="false" Skin="Activity" ShowToggleHandle="false" ClientIDMode="Static" >
    <Items>
        <telerik:RadMenuItem Text="Logged in as Admin to Hospital 1" PostBack="false" ImageUrl="../App_Themes/Images/cog_16.png" i >
                <Items>
                    <telerik:RadMenuItem>
                        <ItemTemplate>
                            <asp:RadioButtonList ID="rblSiteGroup" runat="server"  AutoPostBack="true" CssClass="siteGroup"></asp:RadioButtonList>
                        </ItemTemplate>
                    </telerik:RadMenuItem>
 
                    <telerik:RadMenuItem>
                        <ItemTemplate>
                            <telerik:RadButton ID="btnSendAlert" runat="server" EnableEmbeddedSkins="False" Skin="Activity" Text="Send Alert" CssClass="nudge" Visible="true" AutoPostBack="false" Width="100px" >
                                <Icon PrimaryIconUrl="../App_Themes/Images/CallMessage_16.png" />
                            </telerik:RadButton>
                        </ItemTemplate>
                    </telerik:RadMenuItem>
 
                    <telerik:RadMenuItem>
                        <ItemTemplate>
                            <telerik:RadButton ID="btnLogOut" runat="server" EnableEmbeddedSkins="False" Skin="Activity" Text="Logout" CssClass="nudge" Visible="true" AutoPostBack="false" Width="100px" >
                                <Icon PrimaryIconUrl="../App_Themes/Images/locked_16.png" />
                            </telerik:RadButton>
                        </ItemTemplate>
                    </telerik:RadMenuItem>
                </Items>
        </telerik:RadMenuItem>
    </Items>
</telerik:RadMenu>

Andy
Helen
Telerik team
 answered on 18 Nov 2013
1 answer
38 views

Dear Support

I am working on Radgrid in which i have to make Custom paging like my page size is 20 and record count =5000 so want to to get only 20 records per page. after clicking on pagination number get next 20 Records.

please guide me in how can i achive this.

Thanks And Regards,
Omkar.

Princy
Top achievements
Rank 2
 answered on 18 Nov 2013
2 answers
106 views

How to set ‘AjaxSpellCheck ContextMenu’ in RadEditor control to open bottom-top instead the default behavior (top-bottom )?


Thanks,
Dusan.
Ianko
Telerik team
 answered on 18 Nov 2013
1 answer
61 views
Hi
I allow the user to set the appointment backcolor and use the office2010blue skin. I have just upgraded to the latest version of your suite and the appointments no longer display the backcolor correctly with this skin.

The can be reproduced on your own demo website at: "http://demos.telerik.com/aspnet-ajax/scheduler/examples/customization/defaultvb.aspx", select the office2010blue skin and set the appointment backcolor and it does not display correctly. The subject also bleeds beyond the appointment if the duration is no ling enough for all the text to fit.

This happens in all browsers and is currently rendering my web application unusable.

Is there a fix please?

Regards,
Paul McGee
Boyan Dimitrov
Telerik team
 answered on 18 Nov 2013
1 answer
64 views
I have a telerik mvc tabstrip. On changing tab 1 to 2, script render in tab1 not getting clear. Say for example test1 and test2, change the tab from test1 to test2 script belongs to test1 persist in test2 also.

Is there any possible to clear or any other fix.

thanks in advance
Santhosh
Petur Subev
Telerik team
 answered on 18 Nov 2013
2 answers
154 views
Good Day,

I have this gridview which gets databinded with two rows(and two columns)

 <telerik:RadGrid ID="RadGrid3" runat="server" AllowAutomaticUpdates="False" AllowPaging="True" AllowAutomaticInserts="false">
                                    <MasterTableView EditMode="Batch" CommandItemDisplay=Top HorizontalAlign="NotSet" AutoGenerateColumns="False" DataKeyNames="Language">
                                        <BatchEditingSettings EditType="Cell" />
                                        <Columns>
                                            <telerik:GridBoundColumn DataField="Language" HeaderStyle-Width="210px" HeaderText="Language"
                                                SortExpression="CodeLang" UniqueName="Language" ReadOnly="True">
                                            </telerik:GridBoundColumn>
                                            <telerik:GridBoundColumn DataField="Translation" HeaderStyle-Width="210px" HeaderText="Translation"
                                                SortExpression="Translation" UniqueName="Translation">
                                            </telerik:GridBoundColumn>


                                        </Columns>
                                    </MasterTableView>
                                </telerik:RadGrid>

As you can see batchediting is enabled and I have no problems anymore with that(I can edit the text on the current gridview)

My problem is when I update the gridview. It seems that I do not obtain the contents of the Translation column. I got an idea based on your documentation link http://www.telerik.com/help/aspnet-ajax/grid-insert-update-delete-at-database-level.html but I always get an out of bounds issue(because the control count is 0). I tried using e.Item.cells but still the string I input in the Translation column isn't being passed in the codebehind(it returns "" or nothing). Thanks in advance
Nelbin
Top achievements
Rank 1
 answered on 18 Nov 2013
1 answer
71 views
Hi,
I am using Rad Grid with batch editing feature. It contains GridTemplateColumn with item template as label and EditItemTemplate as drop down list. When I am selecting value in dropdown it shows me the selected value.
It works good in general scenario. 
But I want to show some dynamic information of cell value when user is moving mouse in image placed in same grid cell.
So I have PopupControlExtender to show dynamic help. 
Now when I am editing this cell new value is not display in cell.  

Any help will be appreciated.

Thanks,
Angel Petrov
Telerik team
 answered on 18 Nov 2013
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?