Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
175 views
I have a rad grid and when the user select edit or insert it opens the EditForm using a Template.  Depending on who the user is there are two items that I would like to either show or hide.  Here is a sample of the code.
  <rad:RadGrid ID="gridClients" runat="server" AllowPaging="True" AllowSorting="True" AutoGenerateColumns="False" DataSourceID="ObjectDataSource1" EnableAJAX="True" EnableAJAXLoadingTemplate="True" GridLines="None" LoadingTemplateTransparency="50" ShowStatusBar="True" Skin="Windows" Width="98%" AllowFilteringByColumn="True" PageSize="25" DataBound="gridClients_ItemDataBound" OnUpdateCommand="gridClients_UpdateCommand" OnInsertCommand="gridClients_InsertCommand" OnDeleteCommand="gridClients_DeleteCommand">
...
<EditFormSettings EditFormType="Template" UserControlName="ClientGrid" >
  <EditColumn UniqueName="EditCommandColumn"></EditColumn>
  <FormTemplate>
     <table cellpadding="2" cellspacing="0" border="0" width="100%">
       <tr id="SpecialInstructRow" runat="server" visible="false">
         <td>
            <label for="SpecialInstuct">Billing Notes:</label>
            <asp:TextBox ID="SpecialInstructTextBox" runat="server" Text='<%# Bind("SpecialInstructions")  %>' TextMode="MultiLine" ></asp:TextBox>
          </td>
       </tr>
  
...
</table>


As you can see I have the table row visible set to false.  How can I change this when the user hits the edit or insert button on the grid, based on the user who is loged in?
Eric Klein
Top achievements
Rank 1
 answered on 10 Dec 2010
5 answers
101 views
The HTML we are currently generating through the Telerik menu control looks something like this :

<li class="rmItem">
   <a class="rmLink radMenuLoginReq" href="...">
      <img src="...">
      <span class="rmText rmExpandDown">Menu Item</span>
   </a>
   <div class="rmSlide">
      ...
   </div>
</li>

Is it possible to have the rmText SPAN tag swap places with the IMG tag? I would rather switch the positions of the tags than find the correct way to float the image into the position I want it to be in.
Kamen Bundev
Telerik team
 answered on 10 Dec 2010
4 answers
991 views

 

Dear Forum.

I added a button to a command item template in my grid and now only the command item template is showig and not the Export to Excel button. I need both buttons to show, please advise.

Thanks,
Celeste

<
CommandItemSettings ShowExportToExcelButton="true" ShowAddNewRecordButton="false" ShowRefreshButton="false" />

 

 

<CommandItemTemplate>

 

 

<asp:Button ID="btnExpandAll" Text="Expand All" Runat="server" CommandName="ExpandAll"></asp:Button>

 

 

</CommandItemTemplate>

 

Celeste
Top achievements
Rank 1
 answered on 10 Dec 2010
2 answers
94 views
I want to handle a click event, and prompt the user with a message saying that a tab is disabled (when it is disabled)...

Doable out of the box, or should I wire up a jQuery click event of my own?
sitefinitysteve
Top achievements
Rank 2
Iron
Iron
Veteran
 answered on 10 Dec 2010
2 answers
103 views
When I have pagersytle mode set to NextPrevNumericAndAdvanced and I am unable to PageSizeLabelText.
but if I change the mode to NextPrevAndNumeric then my custom PageSizeLabelText takes effect.

Is this a known issue?

This works
<PagerStyle AlwaysVisible="True" PageSizeLabelText="# Per Page" ShowPagerText="True" Mode="NextPrevAndNumeric" />

This does not work
<PagerStyle AlwaysVisible="True" PageSizeLabelText="# Per Page" ShowPagerText="True" Mode="NextPrevNumericAndAdvanced" />

Thanks
smdk
Top achievements
Rank 1
 answered on 10 Dec 2010
1 answer
163 views
Hello,
I want to access GridDropDownColumn of RADGRID using Javascript. I know how to create function on ItemDataBound and access the GridDropDownColumn from there. But my javascript function is being called from the other page. And from the other page I want to access the GridDropDownColumn which has Dropdown in the EDIT mode in the RADGRID.
I want to set the value passed from the other page to set the GridDropDownColumn's dropdown's value.
Please help me fresolving this problem.
Telerik contols have problem accessing from javascript without using the server side code. Please put attention to my POST and reply me ASAP.

Thanks,
Deepa
Iana Tsolova
Telerik team
 answered on 10 Dec 2010
3 answers
125 views
- The RadXmlHttpPanel currently contains a RadTreeView, which has a context menu defined using RadTreeViewContextMenu.
- The EnableClientScriptEvaluation property of RadXmlHttpPanel has been set to true, but the client side event 'OnClientContextMenuItemClicking' of the RadTreeView doesn't seem to fire while 'OnClientContextMenuShowing' event fires.
- Have also tried by setting RegisterWithScriptManager property of RadTreeView to false, this still doesn't help

Snippet:
----------
<telerik:RadXmlHttpPanel ID="RadXmlHttpPanel1" runat="server" OnServiceRequest="XmlHttpPanel_ServiceRequest" OnClientResponseEnded="XmlHttpPanel_ResponseEnded"
EnableClientScriptEvaluation="true" RenderMode="Block">
<telerik:RadTreeView ID="treeView1" runat="server" OnNodeDataBound="treeView1_NodeDataBound"
EnableViewState="false" OnClientContextMenuItemClicking="onClientContextMenuItemClicking" OnClientContextMenuShowing=”onClientContextMenuShowing”
Height="99%" RegisterWithScriptManger="false">
<ContextMenus>
<telerik:RadTreeViewContextMenu ID="MainContextMenu" runat="server">
<Items>
<telerik:RadMenuItem Value="menuItem1" Text=" menuItem1" AccessKey="M">
</telerik:RadMenuItem>
<telerik:RadMenuItem Value="menuItem2" Text=" menuItem2" AccessKey="U">
</telerik:RadMenuItem>
</Items>
<CollapseAnimation Type="none" />
</telerik:RadTreeViewContextMenu>
</ContextMenus>
<NodeTemplate>
<asp:CheckBox ID="NodeCheckBox" runat="server"></asp:CheckBox>
<asp:RadioButton ID="NodeRadioButton" runat="server"></asp:RadioButton>
</NodeTemplate>
</telerik:RadTreeView>
</telerik:RadXmlHttpPanel>


Here, onClientContextMenuItemClicking doesn’t get hit, while onClientContextMenuShowing is hit.
Nikolay Tsenkov
Telerik team
 answered on 10 Dec 2010
10 answers
425 views
Hi,

I am binding PIE chart programmatically. Kindly tell me how to change the series item color? And how to change the background color of the chart as white? Because when I set <FillStyle MainColor="#FFFFFF"  /> is not working. 

Regards,
Jones
Vladimir Milev
Telerik team
 answered on 10 Dec 2010
2 answers
269 views
i have a radgrid - i want to access the cell values and put to a textbox. when i click on the row (and fire the ItemCommand event), the cell values are &nbsp;
please help. thanks.

<telerik:RadGrid  ID="rgShip" runat="server" AutoGenerateColumns="false" Skin="Windows7"
 AllowMultiRowSelection="false" OnNeedDataSource="LoadMethods">
      <MasterTableView DataKeyNames="ship_meth_id" >
        <Columns>
            <telerik:GridButtonColumn DataTextField="ship_meth_desc" CommandName="Select" ItemStyle-HorizontalAlign="Left" 
            HeaderText="Shipping Method" UniqueName="shipmethdesc"></telerik:GridButtonColumn>
                                 
        </Columns>
      </MasterTableView>
</telerik:RadGrid>

code behind:
Protected Sub LoadMethods()
        Try
            Dim ds As dataset
            ds = DBSvc.GetDataset, "sp_Ship_Meth_SEL")
  
            Dim dv As DataView
            dv = ds.Tables(0).DefaultView
            dv.Sort = "ship_meth_desc"
  
            rgShip.DataSource = dv
  
  
    Protected Sub rgShip_ItemCommand(ByVal sender As Object, ByVal e As Telerik.Web.UI.GridCommandEventArgs) Handles rgShip.ItemCommand
        Try
            If e.CommandName = "Select" Then
                Dim dataItem As GridDataItem = DirectCast(e.Item, GridDataItem)
                txtMethod.Text = dataItem("shipmethdesc").Text

TXTMETHOD.TEXT IS &NBSP;  i cannot get the values of the cell text's. the grid displays fine with the correct entries but i cannot get to the cell text to move to a textbox.

MVeranis
Top achievements
Rank 1
 answered on 10 Dec 2010
8 answers
121 views
Hi All,

       How can we use .aspx page (with querystring) inside raddoc?
I am referring foll. example - "http://demos.telerik.com/aspnet-ajax/dock/examples/myportal/defaultcs.aspx"

Please help..Waiting for your reply
Abhi Shinde
Top achievements
Rank 1
 answered on 10 Dec 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
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?