Telerik Forums
UI for ASP.NET AJAX Forum
4 answers
1.2K+ views
Hello,
        I want to show the ajaxloadingpanel on my asp button click event. The asp button is present outside the grid.The grid is ajaxified by using radajaxmanager.Kindly help me out.

Best Regards,
Manaswinee
Tsvetina
Telerik team
 answered on 24 Nov 2010
1 answer
38 views
Dear All,

Suddenly on running application I am started getting below error. I have used RadAjaxManager And RadAjaxLoadingPanel.
Please provide some help. Even on internet I am getting less material about this issue.

ERROR:


Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET4.0C; .NET CLR 3.5.30729; .NET CLR 3.0.30729)
Timestamp: Wed, 24 Nov 2010 10:47:41 UTC


Message: Sys.WebForms.PageRequestManagerServerErrorException: Object reference not set to an instance of an object.
Line: 4723
Char: 21
Code: 0
URI: http://www.xxxxxxx.com:83/ScriptResource.axd?d=Nkjx0YgmbL3PPM6LcoIdjuv0Agi124qbImiuw4i7Y7RnUGaa-M18pShuJPrWk2mfNfwFfwyGFZVRYVcIHEDPPH-SAvkuSxRoAqFLp4qulsUVblJyrmvcMRmWfafhCCb1GQBHEHxfBGVXIuxnBFn2wgvEn83cZ-QTlQW2FPNUztfb7vUJ0&t=5c2f384e
Pavlina
Telerik team
 answered on 24 Nov 2010
3 answers
79 views
Hello,

Due to some problems implementing radcombobox to select from a list of records, I'm trying to create a radwindow with a radgrid inside to allow the selection of one record from it.

I was reviewing a lot of examples and the example more similar is "Window / Using the URL for Server Arguments". This example only show a radwindow with a grid inside but not return any values to parent form.

For my purposes, just change the parent grid for a data entry form and in a field with a button I want to open a radwindow with the grid and when the user select a record, return the id and description of the record to the parent form to fill the current field.

From this example I'm trying to reduce the overload of getting a lot of data from several tables into the same data entry form.

Could you give provide me with an example of return values selected in a radgrid to a parent form?
Thanks a lot in advanced
Jose
Pavlina
Telerik team
 answered on 24 Nov 2010
1 answer
68 views
Hi,
Please find below as my requirment.
(Schedular - DayView)

Each appointment is associated with status (like created, confirmed, completed etc) and appointment should have color schema based on appointment status.
For example, all created appointments should disply in Red, confirmed appointments should display in Yellow etc.
Also, buttons should be displayed with each appointments, when user clicks on any button, appointment status should changed accordingly. i.e, when user clicks on Yellow Button, appointment status should be changed to confirmed.

To achieve above requirement, am making use of Appointment Template,  AppointmentCreated event, AppointmentCommand events of Schedular control.


Am using AppointmentCreated event for background color logic and AppointmentCommad event for updating appointment status logic.

When I clicks on button, which is in appointment template, order of events which are fired are AppointmentCreated, AppointmentCommand.

Everything working fine so far which satisfies my requirement. But the problem is, some times (randomly), buttons requires multiple clicks to fire “AppointmentCommand” event. In other words, when I click on button, it is only fires “AppointmentCreated” and not firing “AppointmentCommand”.

Any one, could you please help me in this issue. Thanks in advance.

 

Thanks,

Sumanth




Peter
Telerik team
 answered on 24 Nov 2010
1 answer
64 views
For some reason when I look at my grids with Firefox or Chrom the columns take the width of the  form. Please see attached image. In IE this problem does not happen. Any suggestions?

Thanks
Dimo
Telerik team
 answered on 24 Nov 2010
1 answer
314 views
Hi,

I have big problem in my application.

first i am inserted record in my application using Add New Record option in radgrid. it is inserted correctly. but then i clicked refresh button in IE8 browser. the same record inserted another time. it is a big problem for me.

Please give me a tips for how to resolve it.


Thanks,
Dhamu.
Vasil
Telerik team
 answered on 24 Nov 2010
2 answers
82 views
Hi,

my grid displays - for example - organization units: OrgUnit objects. The OrgUnit class has a property "Manager" which contains an instance of the class "Person". This class has, in turn, a property named "FullName".
I want to display names of managers in one of the grid's columns. I bind this column with: "Manager.FullName". And it works perfectly - event for units with no manager.
Then, I want to sort my grid by this column. I put SortExpression="Manager.FullName". It works - but fails (NullReferenceException) when any of displayed units has no manager.
I understand that "Manager.FullName" can raise this exception when "Manager" is null but when displaying data it doesn't.
Can I solve this problem any way?
The workaround: define a special property "ManagerFullName" (return Manager == null ? "" : Manager.FullName) is not acceptable.

Regrads
Tomasz
Tomasz M.Lipiński
Top achievements
Rank 1
 answered on 24 Nov 2010
1 answer
142 views
I had an application, with an outlook sytle menu. It was working fine until upgraded the latest version of RadControlers.

Now, the splitters dont resize to 100%, instead, they sit at about 400px.

<%

 

@ Master Language="C#" AutoEventWireup="true" CodeBehind="Expd8.Master.cs" Inherits="Expd8.Expd8" %>

 

<!

 

 

DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

 

<

 

 

html xmlns="http://www.w3.org/1999/xhtml">

 

<

 

 

link rel="Stylesheet" type="text/css" href="style.css" />

 

<

 

 

head runat="server">

 

 

 

<title></title>

 

 

 

<asp:ContentPlaceHolder ID="head" runat="server">

 

 

 

</asp:ContentPlaceHolder>

 

</

 

 

head>

 

<

 

 

body>

 

 

 

<form id="form1" runat="server">

 

 

 

<telerik:RadScriptManager ID="RadScriptManager1" runat="server">

 

 

 

</telerik:RadScriptManager>

 

 

 

<telerik:RadFormDecorator ID="RadFormDecorator" runat="server" Skin="Windows7" DecoratedControls="Buttons" />

 

 

 

<div style="height:100%">

 

 

 

<telerik:RadSplitter ID="RadSplitter1" ResizeWithParentPane="false" Width="100%" Height="100%" Orientation="Horizontal" runat="server">

 

 

 

<telerik:RadPane ID="RadPane1" BorderWidth="5px" Width="100%" Height="80px" runat="server">

 

 

 

<asp:Image ID="imgLogo" runat="server" ImageUrl="~/Images/Logo.png" />

 

 

 

</telerik:RadPane>

 

 

 

<telerik:RadPane ID="RadPane2" BorderWidth="5px" Height="100%" runat="server">

 

 

 

 

 

<telerik:RadSplitter ID="RadSplitter2" Width="100%" Height="100%" ResizeWithParentPane="false" Orientation="Vertical" runat="server">

 

 

 

<telerik:RadPane ID="RadPane3" BorderWidth="5px" Scrolling="None" Width="250px" MinWidth="250" MaxWidth="250" runat="server">

 

 

 

<telerik:RadSplitter ID="RadSplitter" Orientation="Horizontal" ResizeWithParentPane="false" Height="100%" Runat="server">

 

 

 

<telerik:RadPane ID="RadPane5" Height="100%" runat="server">

 

 

 

<table style=" height:100%; width:100%; background-color:#dfe9f5"> <tr><td valign="top">

 

 

 

<asp:ContentPlaceHolder ID="ContentPlaceHolderLeft" runat="server">

 

 

 

</asp:ContentPlaceHolder>

 

 

 

</td></tr></table>

 

 

 

</telerik:RadPane>

 

 

 

<telerik:RadPane ID="RadPane6" BorderWidth="5px" Scrolling="None" Height="50px" runat="server">

 

 

 

 

<telerik:RadPanelBar ID="rLeftPanel" Height="100px"

 

 

 

ExpandMode="FullExpandedItem" BorderColor="Beige" ForeColor="AliceBlue"

 

 

 

BackColor="AliceBlue" runat="server" Skin="Windows7" SingleExpandedPanel="True"

 

 

 

FullExpandedPanels="True">

 

 

 

<Items>

 

 

 

 

<telerik:RadPanelItem runat="server" Text="Reports" CssClass="panelButton" NavigateUrl="SynopsisReport.aspx" ImagePosition="Right" ImageUrl="~/Images/synopreport.png" >

 

 

 

</telerik:RadPanelItem>

 

 

 

</Items>

 

 

 

</telerik:RadPanelBar>

 

 

 

</telerik:RadPane>

 

 

 

</telerik:RadSplitter>

 

 

 

</telerik:RadPane>

 

 

 

<telerik:RadPane ID="RadPane4" BorderWidth="5px" BorderStyle="Solid" Width="80%" runat="server">

 

 

 

<table>

 

 

 

<tr><td style="border:13px, solid, #abbdd5">

 

 

 

 

</td>

 

 

 

<td valign="top" align="left" style="border:3px, solid, #abbdd5; width:100%" width="100%" >

 

 

 

<asp:ContentPlaceHolder ID="ContentPlaceHolderMain" runat="server">

 

 

 

</asp:ContentPlaceHolder></td></tr>

 

 

 

</table>

 

 

 

</telerik:RadPane>

 

 

 

</telerik:RadSplitter>

 

 

 

 

</telerik:RadPane>

 

 

 

</telerik:RadSplitter>

 

 

 

 

 

</div>

 

 

 

</form>

 

</

 

 

body>

 

</

 

 

html>

 

Dobromir
Telerik team
 answered on 24 Nov 2010
1 answer
242 views
Hi ,

 i am new to telerik my telerik version is "2009.1.527.35".when a page loads taking more time for loading "Telerik.Web.UI.WebResource.axd" and size is about "285236".

how can i reduce the size and how can i apply compression technic to load the resource files fastly.


Thanks in advance,
Naveen.
Mira
Telerik team
 answered on 24 Nov 2010
1 answer
85 views
Ok, I am working with a web part that is used in multiple place in our code for reports.  The web part has a RadGrid on it.  The grid itself is set to take up to 100% of the container it is in.  The issue I am having is that for some reason on one of the reports when we print it out or do a print preview, the grid headers and about 10 to 15 rows of data are missing.  The first page of the print out has the content above the grid printing and the second page starts between row 11 and 15.  Now, when I go into the print preview funtion and change the Zoom percentage to 150% or a custom 200%, I can see more or even all the rows that are missing as well as part of the header rows.  The other reports that are using this web part all work fine.  The report is also missing about half of a column of data.  There is one of the other reports that is missing 1 and a half columns of data, but the the headers and all the data print.

Has anyone else seen an issue like this?

Veli
Telerik team
 answered on 24 Nov 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Bronze
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
Bronze
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?