Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
170 views
Hi i am using radgrid with editform setting in which i have designed the layout of pop up window in form template.
when i clicked on edit button inside the grid then popup display with items.But my problem is that popup does not dispaly on right posting of the form. it diplay below the radgrid but I want to display the pop up in middle of the grid.
how to set the pop display middle of the form ????
Have any property in radgrid to dispaly the popup in middle of the page???
Maria Ilieva
Telerik team
 answered on 21 Sep 2010
4 answers
132 views
While trying to find a way to disable deleting or inserting while editing a row in a radgrid ( I could still use some help ) I stumbled across a strange side effect.  If you're editing a row, and delete one of the rows above the one you're editing, you will suddenly be editing a different item.

Using the example at http://demos.telerik.com/aspnet-ajax/controls/examples/integration/raduploadinajaxifiedgrid/defaultcs.aspx?product=grid

Click the edit button for Bellflower to put that record into edit mode
Now click the delete button for Senecio.
You will see that you are now editing Thistle.

Is this behavior by design ?  I think it could easily create user confusion, especially if they were editing/deleting from a long list of similar items.  They could accidentally delete an item, and then click the update button thinking they were posting the changes they had made, but instead would be making no changes to the newly edited item..
Raymond Andrews
Top achievements
Rank 1
 answered on 21 Sep 2010
1 answer
121 views

Hi,
I'm currently having issue with the ajaxmanager in my application. I'm trying the ajaxified different controls, but i keep receiving error on client side.

Here is some example of what i tried:
1. Ajax works but ajaxManager does not fires client events.

 

protected void Page_Load(object sender, EventArgs e){
            RadAjaxManager ajaxManager = RadAjaxManager.GetCurrent(this);
            ScriptManager scriptManager = ScriptManager.GetCurrent(this);
            ajaxManager.AjaxSettings.AddAjaxSetting(BandQualificationsFormDetails, PanelCadetSelectionList);
            ajaxManager.Alert(string.Format("Page_Load: \najaxMAnager.IsAjaxRequest = {0} \nscriptManager.IsInAsyncPostBack = {1}", ajaxManager.IsAjaxRequest, scriptManager.IsInAsyncPostBack));
        }

When I select a value in a combobox in the web user control BandQualificationsFormDetails (errorajax1).

2. Ajax works but ajaxManager does not fires client events.


protected void Page_Load(object sender, EventArgs e){
  
            RadAjaxManager ajaxManager = RadAjaxManager.GetCurrent(this);
            ScriptManager scriptManager = ScriptManager.GetCurrent(this);
            ajaxManager.AjaxSettings.AddAjaxSetting(BandQualificationsFormDetails, PanelCadetSelectionList);
            ajaxManager.AjaxSettings.AddAjaxSetting(BandQualificationsFormDetails, BandQualificationsFormDetails);
            ajaxManager.Alert(string.Format("Page_Load: \najaxMAnager.IsAjaxRequest = {0} \nscriptManager.IsInAsyncPostBack = {1}", ajaxManager.IsAjaxRequest, scriptManager.IsInAsyncPostBack));

When I select a value in a combobox in the web user control BandQualificationsFormDetails. (errorajax2)

3. Ajax works and ajaxManager fires client events. (asp panel containing the web user control)

 

 

 

protected void Page_Load(object sender, EventArgs e){
            RadAjaxManager ajaxManager = RadAjaxManager.GetCurrent(this);
            ScriptManager scriptManager = ScriptManager.GetCurrent(this);
            //ajaxify asp panel that contains BandQualificationsFormDetails
            ajaxManager.AjaxSettings.AddAjaxSetting(PanelBatchBandQualificationFormDetails, PanelCadetSelectionList);No
            ajaxManager.AjaxSettings.AddAjaxSetting(PanelBatchBandQualificationFormDetails, BandQualificationsFormDetails);
            ajaxManager.Alert(string.Format("Page_Load: \najaxMAnager.IsAjaxRequest = {0} \nscriptManager.IsInAsyncPostBack = {1}", ajaxManager.IsAjaxRequest, scriptManager.IsInAsyncPostBack));
}

When I select a value in a combobox in the web user control BandQualificationsFormDetails.(errorajax3)

 


4. Ajax works and ajaxManager fires client events.
(asp panel containing the web user control)

 

protected void Page_Load(object sender, EventArgs e){
            RadAjaxManager ajaxManager = RadAjaxManager.GetCurrent(this);
            ScriptManager scriptManager = ScriptManager.GetCurrent(this);
            //ajaxify asp panel that contains BandQualificationsFormDetails
            ajaxManager.AjaxSettings.AddAjaxSetting(PanelBatchBandQualificationFormDetails, PanelCadetSelectionList);No
            ajaxManager.AjaxSettings.AddAjaxSetting(PanelCadetSelectionList, PanelBatchBandQualificationFormDetails);
            ajaxManager.Alert(string.Format("Page_Load: \najaxMAnager.IsAjaxRequest = {0} \nscriptManager.IsInAsyncPostBack = {1}", ajaxManager.IsAjaxRequest, scriptManager.IsInAsyncPostBack));
}

When I select a value in a combobox in the web user control BandQualificationsFormDetails(errorajax4).

 

Thx for your time and have a nice day!

 

 

 

 

 

Maria Ilieva
Telerik team
 answered on 21 Sep 2010
2 answers
98 views
I get the error webresource was not loaded because its MIME type application/x-javascript is not text/css.

This occurs when my telerik appsetttings are:
 
<add key="Telerik.ScriptManager.TelerikCdn" value="Disabled"/>
<add key="Telerik.StyleSheetManager.TelerikCdn" value="Disabled"/>
<add key="Telerik.Skin" value="WebBlue"/>
<add key="Telerik.EnableEmbeddedSkins" value="false" />
<add key="Telerik.EnableEmbeddedBaseStylesheet" value="true" />

We only want to use the embeded base stylesheets.

I have a folder called skins where I've copied the WebBlue skins from my telerik installation folder. I set the skin of the RadFilter to WebBlue.  

When then add an expression the CSS for the dropdown of Items or filter types isn't visible.
You can see in the advanced filter under item in the attached image.

Help is appreciated. Thanks! I have a Zip of a sample project if anyone would like it.

Jake
Top achievements
Rank 1
 answered on 21 Sep 2010
6 answers
229 views
Hi, I wonder why a RadPanel set up like this disallow the expand/collapse behavior (1 level)

<telerik:RadPanelBar runat="server"
    ExpandMode="SingleExpandedItem"
    <Items>
        <telerik:RadPanelItem Text="TEST1">
            <ItemTemplate>
                TEST1
            </ItemTemplate>                   
        </telerik:RadPanelItem>
        <telerik:RadPanelItem  Text="TEST2">
            <ItemTemplate>
                TEST2
            </ItemTemplate>
        </telerik:RadPanelItem>               
    </Items>
</telerik:RadPanelBar>

I'm binding a object list to a RadPanel but there is no hierarchy on the data, (no parent child, all items on the same level), despite this, I'd need to have each item on a collapsible item. I'm using databinding.

Is it possible?

Thanks!
Simon
Telerik team
 answered on 21 Sep 2010
1 answer
62 views
Hi all!

I upgrade my Telerik from 2.0 to the newest version. And there's something wrong with my paging.
Please download the file for problem detail!

Thanks!
Pavlina
Telerik team
 answered on 21 Sep 2010
1 answer
86 views
In  Rad Calendar I press navigation button then it work only one time
when i press navigation button second time it not work
It proublem generate when Auto Postback=True
Pavlina
Telerik team
 answered on 21 Sep 2010
2 answers
101 views
I am having an issue with getting my ExportToExcel() to work on a RadGrid that has filtering enabled.  If I set the ExportOnlyData = false, then it will export but puts the filter links at the top of my spreadsheet which I don't want.  If I set it to true then exporting throws a server error "Unable to cast object of type 'System.Web.UI.LiteralControl' to type 'Telerik.Web.UI.RadComboBox'".  If I turn filtering off my export works the way I want it with ExportOnlyData = false.

Thanks,
Josh Coffield
Pavlina
Telerik team
 answered on 21 Sep 2010
1 answer
91 views
Hi telerik team,

     Doubt about showing tool tip in telerik column.

       For both Master and Child tables.

Please find screen shot which is attached.

Regards,
Rajesh Kumar
Dimo
Telerik team
 answered on 21 Sep 2010
1 answer
81 views
Right now the main "mega" menu on http://www.ricelake.com/ is being driven by CSS. I want to change it to a Telerik control that offers a slight delay before dropping down. Which control should I use to rebuild this menu, with a delay? I don't think a RadMenu is going to work in my case, so I'm wondering if there is some sort of panel control?


Dimo
Telerik team
 answered on 21 Sep 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
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
Want to show your ninja superpower to fellow developers?
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
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
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?