Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
128 views
Hi

We're using the scheduler control and it's great, but I have some questions about formatting the timeline view.

Please refer to the attached file
#1. This left hand side contains the resources, how do I make that column bigger? eg: increase the height and width?
#2. These are the booked timeslots, how do I increase the height of these?
#3. I'd like scroll bars to scroll through the time, for example, the control is set to start at 7am and finish and 7pm, but since I want each slot expanded not all these will fit on a 960px screen, therefore would like a scrollbar like the vertical bar that you see on the right
#4. How do I increase the width of each slot?

What would be really good is if we can use the normal scheduler control and put the time horizontally and resources vertically without using this timeline control

Thanks
Gayan
Peter
Telerik team
 answered on 26 Nov 2010
1 answer
56 views
Hi there,

I have a problem with programmatically creating a radgrid. I am trying to make a usercontrol that:

contains one Radgrid with one DetailGrid
is created programmatically
Fills the datasources with a linq statement
is able to page through the data

Everything works fine, untill i start paging through the data. After this i cant see the detailgrid anymore (allthough the DetailTableBind is called and records are set in the datasource). Also, sometimes i have to click the ">" button on the leftmost column twice to see the detail grid.

I don't know what i'm doing wrong, but i was wondering if you guys have a sample application that does all this in one package?

thx. Willem
Marin
Telerik team
 answered on 26 Nov 2010
1 answer
30 views
hi,
    Well. i hope u all doing good. still I'm new for telerik rad controls for asp.net AJAX. I already told that. ok now i need some answer about my questions what matter was, If we download Rad controls for asp.net ajax for using rad controls in appalications. If I need Rad Grid with extra functionality built to my application. Is there any need to download Rad Grid separately, and whether I need panel bar or anything else.

If say so, please sent the appropriate link with documentation.

Thanks in Advance,

regards,
H.AL-MUBARAK
Vasil
Telerik team
 answered on 26 Nov 2010
1 answer
89 views
hi,

    1. Well i need your help like now i had project like dashboard. I'm eagerly to use rad grid controls in project. The required details are given below, if its possible in Rad grid view means please let me know, with sample source code. because I'm newer to ASP.NET AJAX.

2. Screen would be the separate screen. I already create like below, but now i stopped my work cause of working with new rad grid controls.
 2 i, i had report name text box followed by the search icon. The icon will be pop-up screen it displays relevant fields or report names.

  1. Below the search box and search icon, a grid control should be shows all the connected summaries in adhoc report.  And user can select the new summaries from the Grid Itself with the help of some button like (Select Type in Dashboard).
  2. Also the adhoc summary had description text area. (Whenever the user wants to remain the summary name.) Free form of text.
  3. Same as like Dashboard adhoc summary report should be a dropdown with Variable, Breakdowns, and Matrix elements.
  4. Each and every dropdown elements should have the corresponding actions like when the user clicks the variable SETUP ICON, ROW and COLUMN cells next to the active cell should be disabled. When the user clicks the Breakdown/Matrix icon the SETUP icon should be activated and a popup screen will appear that allows the user to create the breakdown or the matrix. Once the setup is created, and control is returned to this grid.
    1. Breakdown and Matrix  elements are looks like based upon three types are, Breakdown name(DD) – Template Name (DD) – Percentage ( Textbox)
    2. Each and every DD will be displayed the name phrase like Custom.
    3. ASAP the template names should be shows in two column table. First column displays the detailed report of template and another one will be the empty.

  1. Adhoc reports allows the user to delete the summary list is generated. And allow the user to add more than one template name in single row.

(Make it Confidential)

Any help will be greatly appreciated.

Thanks in Advance.

regards,
H.AL-MUBARAK
Vasil
Telerik team
 answered on 26 Nov 2010
3 answers
164 views
hi,
     I'm the new and beginner of rad controls, i done some of projects in asp.net. I knew Telerik from my freind. so i would like to use telerik components in my web applications. so guys please help me in step by step process. and tell me how to enabled telerik rad controls in asp.net toolbox. and how to enabled name space and .dll and also in web-config file.

Any Help must be appreciated.

Advance in Thanks

H.AL-MUBARAK
Vasil
Telerik team
 answered on 26 Nov 2010
1 answer
78 views
Hi,

I have built an application similar to your demo
http://demos.telerik.com/aspnet-ajax/tooltip/examples/targetcontrolsandajax/defaultcs.aspx

When I move the mouse over the hyperlinks and the ToolTip pops up first an Ajax loader is displayed.

I am getting the impression that the Ajax loader is allways displayed, even if the content of the UpdatePanel is already available.
Can this be skipped so that the contents of the Tooltip is displayed directly?

BR,
Marc
Cori
Top achievements
Rank 2
 answered on 26 Nov 2010
1 answer
60 views
Hello,
I have a RadScheduler and I have a WCF datasource.  I would like to hook the two together, but am not sure if it is flexible enough for what I need.

My problem is that I can't just "accept" the changes the user makes.  It's important that I be able to send the updated and original appointments to a function in my WCF service and have it evaluate the changes, update the appointment, and update the rest of the schedule based on the change.

As it is, I have it working, but it's incredibly slow.  I'm currently handling the AppointmentUpdate and just setting the "e.cancel" property to true so that I can do my checks then update the DB then rebind the schedule to a SQL datasource. 

Is there a better way of doing what I need to do?
Peter
Telerik team
 answered on 26 Nov 2010
1 answer
74 views
I am using two combo boxes.Both are binding in ItemsRequested  event.After selecting value in first combo,i have to use the selected value in ItemsRequested  event of the second combo.but selected value missing in this event.
When i gave Autopostback true to first combo ,i got selected value.But in my case i dont want to use Autopostback true.
Please provide a solution as soon as possible.

Thanks
Tiju
Cori
Top achievements
Rank 2
 answered on 26 Nov 2010
7 answers
391 views
Hi all,

I'm using in many form the following code. But, It's not working in default.aspx.

Help me please...

<script type="text/javascript" >
function RowDblClick(sender,arg) {
    alert('test');
}
</script>

<telerik:RadGrid ID="RadGrid1" runat="server" OnNeedDataSource="RadGrid1_NeedDataSource" AutoGenerateColumns="true">
        <ClientSettings>
            <ClientEvents OnRowClick="RowClick" OnRowSelected="RowDblClick" />
        </ClientSettings>
    </telerik:RadGrid>
l




 
213e123r

I am using in many form the following code. But, It's not working in default.aspx. Help me please ..
Pavlina
Telerik team
 answered on 26 Nov 2010
2 answers
31 views
Can you guys somehow give us the opportunity via a form to add in an assembly binding to the webconfig for the Telerik.Web.UI?
sitefinitysteve
Top achievements
Rank 2
Iron
Iron
Veteran
 answered on 26 Nov 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?