Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
86 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
159 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
75 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
56 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
70 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
383 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
28 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
3 answers
124 views
Hi,

I have Q3 2010 asp.net ajax,  i found a bug when i implement with Programmatic data (BindtoDataset)
i have all value don't have parent value match. (in french :

Cette contrainte ne peut pas être activée, car toutes les valeurs n'ont pas de valeurs parentes correspondantes.

)
My table is like as :
id    parent_id  title
1     0               test1
2     0               test2
3     1               test3
4     2               test4
5     1               test5
6     2               test6

I don't understand cause if i implement with Ienumerable from my dataset it's works.

Have you an idea ?

thank's
Peter
Telerik team
 answered on 26 Nov 2010
3 answers
86 views
Hi,
In our application we got a webform with 7 tabpages  (telerik:RadTabStrip -> telerik:RadMultiPage).
For each tabpage we created a usercontrol.
On one of the tabpages is a button for opening a radwindow.
At the beginning it took 3 seconds to open this window.
After installing the RadAjaxManager on the webform and the RadAjaxManagerProxy on the usercontrol-tabpage
it slows down to 9 seconds.

Between the servside eventhandler of the button-click :

        protected void btnProductDataSelectRefMRDRNr_Click(object sender, EventArgs e)<br>        {<br>            RadWindowManager_ProductData.Windows[0].VisibleOnPageLoad = true;<br>        }



And the Page_load Event of the Radwindow :

    <telerik:RadWindowManager ID="RadWindowManager_ProductData" runat="server" <br>        Animation="FlyIn" VisibleStatusbar="False" Behavior="None" BorderStyle="None" KeepInScreenBounds="True" Skin="Telerik"><br>        <windows><br>            <telerik:RadWindow ID="RadWindowselectMRDR" runat="server" ShowContentDuringLoad="false" <br>                Width="1200px" Height="540px" Title="select MRDR" Behaviors="Close,Move" VisibleStatusbar="false"<br>                OnClientClose="OnWindowClose" Modal="True" NavigateUrl="SelectMRDR.aspx"><br>            </telerik:RadWindow><br>        </windows><br>    </telerik:RadWindowManager>  

 
It slows down from 2 to 8 seconds.

Thanks for any help,
Juergen
Pavlina
Telerik team
 answered on 26 Nov 2010
3 answers
182 views
How can we expand  hierachical table in code behind ? After rebind the all radgrid ,i want to expand specific row.
Pavlina
Telerik team
 answered on 26 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?