Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
67 views
Hi there,

Does anybody know how to open a RadWindow from clicking a custom button in RadEditor toolbar?

Anyone has code to share?

Felix
Dobromir
Telerik team
 answered on 28 Apr 2011
2 answers
250 views
Hi

I am having a customized object. It has data like below

Fleet     Month   Actual     TargetLiability
A320     5           75%          61%
A330     5           78%          61%
A340     5           40%          61%
A320     6           75%          70%
A330     6           78%          70%
A340     6           40%          70%
A320     7           75%          71%
A330     7           78%          71%
A340     7           40%          71%

I have bound data to radchart. Have applied Month as the x axis column and Actual is the Yaxis. Also i have set DataGroupcolumn = Fleet. My question is, i have to display TargetLiability value  for each month  (below the xaxis label appearance). Please see the image for refference. In addition, i would like to make the xaxis position to 100%. Can you please anyone guide me to achieve.

Regards
Arima
Arima
Top achievements
Rank 1
 answered on 28 Apr 2011
8 answers
107 views
Hi,

How would I keep track of Action Trails in RADEditor control. I need to display a comparison form of edits, additions and deletes of the content. How can this be achieved with RADEditor?

Thanks in advance for your help.
Dobromir
Telerik team
 answered on 28 Apr 2011
1 answer
164 views

hi

Each file within the bin directory are for what?

Telerik.Web.Design.dll

Telerik.Web.UI.dll

Telerik.Web.UI.xml

and which file or files are needed for my uploaded web site?

Sebastian
Telerik team
 answered on 28 Apr 2011
1 answer
153 views
I have a RadGrid set as the AjaxUpdatedControl in the RadAjaxManager so that the filtering happens using ajax. There is a select command column with a select button that when it's clicked i want it to post back so that i can set a bunch of values for other controls on the page. Right now when the select button is clicked and I debug (step through in VS) on the server-side it looks like the controls are being set but the page isn't actually updated. I think this is because the select button is using a callback instead of postback.

Is there a way i can make the select button in the column cause a post back but still have the filtering use ajax?

in case it helps here's the code below.
<telerik:RadAjaxManager ID="RadAjaxManager1" runat="server" EnableViewState="true" OnCommand="Ajax_Command">
    <AjaxSettings>
        <telerik:AjaxSetting AjaxControlID="AccountGrid">
            <UpdatedControls>
                <telerik:AjaxUpdatedControl ControlID="AccountGrid" LoadingPanelID="RadAjaxLoadingPanel1" />
            </UpdatedControls>
        </telerik:AjaxSetting>
    </AjaxSettings>
</telerik:RadAjaxManager>

<telerik:RadGrid ID="AccountGrid" runat="server" DataSourceID="AccountSqlDataSource" OnItemCommand="AccountGrid_ItemCommand"
    AutoGenerateColumns="false" AllowFilteringByColumn="True" AllowSorting="true" AllowPaging="True" PageSize="15" ShowFooter="True">
    <GroupingSettings CaseSensitive="false" />
    <MasterTableView>
        <Columns>
            <telerik:GridButtonColumn Text="Select" CommandName="Select" UniqueName="SelectColumn" ButtonType="LinkButton" AutoPostBackOnFilter="true"></telerik:GridButtonColumn>
            <telerik:GridNumericColumn  
                DataField="AccountID" UniqueName="AccountNumberColumn" HeaderText="Account #"
                FilterDelay="1000" AutoPostBackOnFilter="true" FilterControlWidth="60" ShowFilterIcon="false">
         </Columns>
    </MasterTableView>
</telerik:RadGrid>
Pavlina
Telerik team
 answered on 28 Apr 2011
3 answers
545 views
hi there...
can someone help me? am trying to find a way to hide one whole row  data field from a radgrid of aspecific Id inside  C#  programming code?

I don't want the user to see the row once he click on (delete) button , but in real the data still there in the database but the (active) field has been updated to = 0....

thanx..
Shinu
Top achievements
Rank 2
 answered on 28 Apr 2011
2 answers
55 views
Hi,

please find below url
http://demos.telerik.com/aspnet-ajax/grid/examples/programming/webmail/defaultcs.aspx

I am able to select multiple rows by selecting check box. But if i click on any row of the gird, that row will be selected and previously selected rows are unselected automatically.

Is their any way to prevent this, if user clicks on any row accidentally, his complete efforts ( already selected rows) will becomes waste.

Thanks,
Sumanth 
Sumanth
Top achievements
Rank 1
 answered on 28 Apr 2011
1 answer
52 views
I have a treeview (see attach file )
I want to save four nodes like circle.
I only save success node: Community. I cann't save three nodes: Development, Product, Operation.
Here is code to save:
List<RadTreeNode> checkedNodes = this.trvHierarchy.CheckedNodes.ToList<RadTreeNode>();
                 
List<string> lstJobNode = new List<string>();
 foreach (RadTreeNode node in checkedNodes)
 {
       if (string.IsNullOrEmpty(node.Value) == false
       && node.CheckState == TreeNodeCheckState.Checked)
        {
                 RadTreeNode parentNode = node.ParentNode;
//Only save parent. Don not save child if parent is checked.
                 if (parentNode == null || parentNode.CheckState != TreeNodeCheckState.Checked)
                                lstJobNode.Add(node.Value);
        }
}
Kate
Telerik team
 answered on 28 Apr 2011
8 answers
181 views
Hi there,

I am trying the SPRadListView Web part. I can bind a SP List without problems but for some reason I can't create a detail binding. I have the "+" button always gray out so I can't bind a child list.

What is the condition for enabling the button?



Marin
Telerik team
 answered on 28 Apr 2011
1 answer
89 views
I have a database fields that stores RTF strings. How do I bind it to a GridHTMLEditorColumn in RadGrid?

When I tried binding it directly, it shows RTF tags like "{rtf\..."

Thanks!
Daniel
Telerik team
 answered on 28 Apr 2011
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
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
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?