Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
165 views

how can i customize (language) the Showmore results
e.g. Items 1-10 out of 6783
this should be customized for other languages or through a template

Robert Koerse
Top achievements
Rank 1
 answered on 23 Mar 2010
2 answers
178 views
Dear ,,
i was trying Grid attachment column demo example in  development environment (Windows server 2008+VS 2008)i get the follwing error:
No file uploaded. Action canceled.

any help will be appreciated!!

Regards,
aabdan
Top achievements
Rank 1
 answered on 23 Mar 2010
3 answers
167 views
Hello, I am using a RadEditor control within a RadWindow.  On IE 8 it works fine, however on Safari 4.0.2, it is empty when it posts back to the server.  Is there something special I need to do when presenting to Safari to get it to post back correctly?  Everything else seems to be working fine.  I have some date controls, RadComboBoxes, RadDatePicker, etc. and they all work correctly.

I am using RadControls for ASP.NET AJAX Q2 2009
I googled and found this issue described in several posts directed at older browsers, and RadControl versions, but no real solutions.

Thanks in advance for any assistance.
Lance
Rumen
Telerik team
 answered on 23 Mar 2010
1 answer
71 views
When I filter on a date, how do include NULL dates in the filter.
Example, I filter for all dates less than or equal to 2/1/2010, but records with a NULL date in that colulmn are also being returned. I want to just return records whose dates are less than or equal to 2/1/2010 and NOT NULL.
Shinu
Top achievements
Rank 2
 answered on 23 Mar 2010
5 answers
74 views
I know MCMS rad editor is obsolete but is it Vista compatible, both from a client side and a server side.  Our server side is remaining Windows 2003, but our client side will be moving to Vista and IE7.  Are all features of MCMS rad editor compatible with Vista and IE 7 from a client side?
Georgi Tunev
Telerik team
 answered on 23 Mar 2010
1 answer
288 views
Hi,
I have radtoolbar positioned in a Radgrid and generally it is functioning fine.

<CommandItemTemplate> 
                    <telerik:RadToolBar ID="RadToolBar1" OnButtonClick="RadToolBar1_ButtonClick" runat="server" OnClientButtonClicking="onToolBarClientButtonClicking">  
                        <Items> 
                        <telerik:RadToolBarButton Text="Add Record" CommandName="InitInsert" ImageUrl="../../_images/icons/mini_icons/add.png"></telerik:RadToolBarButton> 
                            <telerik:RadToolBarButton Text="Edit Record" CommandName="EditSelected" ImageUrl="../../_Images/Icons/mini_icons/page_edit.png"></telerik:RadToolBarButton>                            
                            <telerik:RadToolBarButton Text="Delete Record" CommandName="DeleteSelected" ImageUrl="../../_Images/Icons/mini_icons/page_delete.png"></telerik:RadToolBarButton> 
                            <telerik:RadToolBarButton Text="Refresh Records" CommandName="RebindGrid" ImageUrl="../../_images/icons/mini_icons/arrow_refresh.png"></telerik:RadToolBarButton> 
                            <telerik:RadToolBarButton Text="Export" CommandName="ExportToExcel" ImageUrl="../../_images/icons/mini_icons/page_excel.png"></telerik:RadToolBarButton> 
                        </Items> 
                    </telerik:RadToolBar> 
</CommandItemTemplate> 

 

However, I jave 2 questions;

1) Is it possible to disable the toolbar when a user is adding or editing a record

2) Can i disable Ajax just on the click of the Export button in the toolbar. I have been able to disable Ajax for the whole toolbar, but I would like to disable it just for one of the buttons within the toolbar i.e The export button.

 

Thanks a lot.

Shinu
Top achievements
Rank 2
 answered on 23 Mar 2010
2 answers
72 views
Hi,
     We have impliment the google like filtering, but the combobox retain its old text .

Step to reproduce
èType text in filtering combo select an item
èGrid will show the filter data
èWhen we click else the grid will re-filter againon the old value

that is in sort the combo box text is not changing...

Thanks,
Sanjeev
Sanjeev
Top achievements
Rank 1
 answered on 23 Mar 2010
5 answers
154 views
Hi,
I have a couple of problems with Headercontextmenu.

First I have a SortCommand event for the grid to handle the sorting manually.
This event doesnt get fired with any of the Sort Asc or Sort Desc menu items.
My grid is in a ajax panel and it just dissappears when I click any of those menu items.

 --------

Second I added a custom menu item to the Headercontextmenu with the help of a sample that I found here.

    protected override void OnPreRenderComplete(EventArgs e)
    {
        string BaseUrl = Request.Url.ToString().Substring(0, Request.Url.ToString().IndexOf("?"));
        RadContextMenu menu = RadGrid1.HeaderContextMenu;
        RadMenuItem item = new RadMenuItem();
        item.Text = "Expand To SubColumns";
        menu.Items.Add(item);
        base.OnPreRenderComplete(e);
    }

But I cannot do anything with the help of this menu item because of 2 problems.

1. I cannot change the ID of this custom menu item and it is my only chance that I can understand postback is caused by this menu item. Currently when I look at    Request["__EVENTTARGET"],  I see ctl00$ContentPlaceHolder1$RadGrid1$rghcMenu as the postback creator.

2. I dont know which column user right clicked and selected the custom menu item. Is there a way to get the column name for the clicked item in the  Headercontextmenu.

Thanks for your help.


DW Web Team Member
Top achievements
Rank 2
 answered on 23 Mar 2010
3 answers
151 views
If my upload code is in an AjaxPanel then
If Request.Files.Count > 0 Then 
always return zero, what is causing my problem?
Phil
Phil
Top achievements
Rank 2
 answered on 23 Mar 2010
1 answer
106 views
Hi guys.

I'm developing a page with 7 tabs and only 1 button to save all information of all page tabs.

My problem is, in some cases the tab's content is behind the button. Look at the image below:

image

What can I do to put the button below the largest tab?

Tx in advance.

Regards.



Silvio Silva Junior
Top achievements
Rank 2
 answered on 22 Mar 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
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?