Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
144 views
Hi,

Like the title says. when I load something with the RadXmlHttpPanel the formdecorator does not decorate the controls.
How can I make it trigger?

kind regards,
Wim
Wim van der Linden
Top achievements
Rank 1
 answered on 16 Oct 2009
1 answer
65 views
I just purchased the upgrade as I wanted to integrate some of the new features, but the format of the controls seems to be quite different from the controls I am using now. My current setup is a folder called RADControls which contains another folder for each of the controls I am using the in project. I also have a separate DLL file for each control that I am using the bin folder.  It seems like now there is simply a skins folder and a single DLL file. So my question is, what is the best upgrade procedure, keeping in mind I don't want to have to re-write my entire applicaiton to work with the new controls. I am hoping I can just pop in the new DLL's and existing .aspx and aspx.vb code will work the same.

Thanks in advance.

Brian Brinks
Princy
Top achievements
Rank 2
 answered on 16 Oct 2009
1 answer
118 views
Hi,
Is it possible to have one selected subitem under each item?
thanks.
Shinu
Top achievements
Rank 2
 answered on 16 Oct 2009
2 answers
118 views

1)How to set a row in radgrid as active row and take that particular index?
2)How to group three columns under one column in radgrid.
      For ex...
           Current is main column and under thar price,rate ,qty is der.

Please help me soon..

Thanks

Princy
Top achievements
Rank 2
 answered on 16 Oct 2009
1 answer
91 views
When I click Add New Row, appear the CommandItemDisplay correctly, but the grid is positioned in the last page, when It must be positioned in the page where I clicked.

Can you help me?

Thanks
Princy
Top achievements
Rank 2
 answered on 16 Oct 2009
0 answers
63 views
I have a Rad Menu created in .CS class:-

public

 

static Menu CreateTaskMenu()

 

{

 

Menu tasksMenu = new Menu();

 

 

RadMenuItem headerItem = new RadMenuItem();

 

 

RadMenuItem seperatorItem = new RadMenuItem();

 

seperatorItem.IsSeparator =

true;

 

 

RadMenuItem taskItem1= new RadMenuItem();

 

taskItem1.Text = MARK_AS_COMPLETE;

taskItem1.Value = MARK_AS_COMPLETE;

 

RadMenuItem taskItem2 = new RadMenuItem();

 

taskItem1.Text = EDIT_TASK;

taskItem1.Value = EDIT_TASK;

 

RadMenuItem taskItem3 = new RadMenuItem();

 

taskItem1.Text = DELETE_TASK;

taskItem1.Value = DELETE_TASK;

 

RadMenuItem taskItem4 = new RadMenuItem();

 

taskItem1.Text = EMAIL_TASK;

taskItem1.Value = EMAIL_TASK;

 

tasksMenu.Items.Add(taskItem1);

tasksMenu.Items.Add(taskItem2);

tasksMenu.Items.Add(taskItem3);

tasksMenu.Items.Add(seperatorItem);

tasksMenu.Items.Add(taskItem4);

tasksMenu.ID =

"tasksMenu";

 

 

 

 

 

return tasksMenu;

 

}

I have a grid in which I have an image on click of which i want to display this menu.
The grid and this menu are placed in a user control which is again created in .CS and no .ascx file.

These main user control is to be accessed in a web part. I am not able to acess the client id as it is changing in web part than what it is in user control.

Please help me in this scenario.

ayush mohan
Top achievements
Rank 1
 asked on 15 Oct 2009
2 answers
162 views
Hello,

I have a RadGrid with 500 records per page and am trying to use the GridClientSelectColumn in conjuntion with the SelectedItems property on the server side.  Given the big page size, I have to have ViewState turned off.  This in turn results in 0 for the value of the SelectedItems property.  Can you please point me to a sample that provides a work around?

Thanks,
Chris
Schlurk
Top achievements
Rank 2
 answered on 15 Oct 2009
1 answer
115 views
Hi,

I have an asp:button control and i have it's style set to display:none. 

<asp:Button runat="server" ID="btnExport" style="display:none" OnClick="btnExport_Click" />

here is how it is rendered to the client:

<input type="submit" name="ctl00$m$g_d6cbcf9b_0316_4b3a_a32b_f7551a059317$ctl00$btnExport" value="" id="ctl00_m_g_d6cbcf9b_0316_4b3a_a32b_f7551a059317_ctl00_btnExport" style="display:none" />

BUT...when the page renders, the button is not visible EXCEPT for the very right edge (which the SkinManager adds once the paged is loaded). Attached is an image showing the barely partially rendered button.

How do i correct this? can i have the button register itself to opt out? Also, my SkinManager control is in a master page.

thanks!
bill
Bill Anderson
Top achievements
Rank 1
 answered on 15 Oct 2009
2 answers
174 views
Just as the title states.

I hvae been able to make clicking of the tab force a post back with this code:
<script type="text/javascript">  
        Sys.Application.add_load(function()  
            {  
                currentlySelectedTab = $find("<%= RecipientTabs.ClientID %>").get_selectedTab();  
            });  
        function onClientTabSelecting(sender, args)  
        {  
            var currentlySelectedTab = args.get_tab().get_tabStrip().get_selectedTab();  
            if (currentlySelectedTab.get_index() == 1)  
            {  
                $find("<%= AjaxPanel1.ClientID %>").set_enableAJAX(false);  
            }  
        }  
        </script> 

but that only causes a normal post back when I click on the actual tab.

I have a regular asp.net button that I want to have that force a post back (it's also inside the RadTabStrip and RadMultiPage AJAX container.

Please let me know if there is a way I can have the regular button itself force the postback and cause the upload to happen.  I've tried several methods including the forcepostback javascript etc, but none of it works.

Thanks
Saqib
Top achievements
Rank 1
 answered on 15 Oct 2009
4 answers
237 views
Hi. I am looking into how to display an image or data in a grid cell based on the value returned from the database.

For instance, if value > 0, display image...if value = 0, display 0

Any insight would be beneficial to me for I am a new member to the Telerik suite.
Steve Napurano
Top achievements
Rank 1
 answered on 15 Oct 2009
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?