Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
53 views
Hi
How to make a column to be hidden in normal view but show in edit form ? I want a column value hidden in view but it should be editable.
Viktor Tachev
Telerik team
 answered on 27 Nov 2013
4 answers
157 views
I need to copy data from one control  --"PlannedStartDate"  in RadGrid using GridTemplateColumns to "bStartDate", but the code below that I am using is not working. Any suggestions?
<telerik:GridTemplateColumn HeaderText="New Start Date" UniqueName="bStartDate"  >                                                         
  <ItemTemplate>
  <asp:Label runat="server" ID="bStartDate" Text=" ">
  </asp:Label
   </ItemTemplate>
                                                              
 </telerik:GridTemplateColumn>
 
 
 
 
<telerik:GridTemplateColumn HeaderText="Planned Start Date" UniqueName="PlannedStartDate" >                                                          
  <ItemTemplate>
  <asp:Label runat="server" ID="plannedstartdate" Text='<%# String.Format("{0:d}" , Eval("PlannedStartDate")) %>'>
 </asp:Label
  </ItemTemplate>
 <EditItemTemplate>
  <br />
 <telerik:RadDatePicker ID="picker3" runat="server" DbSelectedDate='<%# Bind("PlannedStartDate") %>'>
  </telerik:RadDatePicker>
 <asp:CustomValidator ID="CustomValidator3" ControlToValidate="picker3" ErrorMessage="This field was incorrect"
    runat="server" OnServerValidate="CustomValidator1_ServerValidate">
  </asp:CustomValidator>
 </EditItemTemplate>
       </telerik:GridTemplateColumn>
 
 
 
 
 
 
 protected void RadGrid1_ItemDataBound(object sender, GridItemEventArgs e)
    {
 
 
         
 
              
            if (e.Item is GridCommandItem && blnApproved)
            {
                GridCommandItem dataitem = (GridCommandItem)e.Item;
                  
                Label PStart = dataitem.FindControl("plannedstartdate") as Label;
                                 
                 
                Label BStart = dataitem.FindControl("bStartDate") as Label;
                 
                BStart.Text = PStart.ToString();
                 
            }
 
 
        }
 
    }
Ebenezer
Top achievements
Rank 1
 answered on 27 Nov 2013
1 answer
67 views
Hi,
How to hide a column in insert mode but show in edit mode. Using ReadOnly property i cant get in edit mode. Any idea.?
Shinu
Top achievements
Rank 2
 answered on 27 Nov 2013
1 answer
35 views
Hi
I hav a textbox and a search button. I enter a text to search for a value in the Grid. I want some sort of identification that the search is successful like highlight the selected search text in the grid.please help on this.
Princy
Top achievements
Rank 2
 answered on 27 Nov 2013
1 answer
93 views
Hi there,

I'm having a problem with my hierarchical radgrid. When I expand the details table and try to reorder the table with ReorderColumnsOnClient = "True", the masterTable gets reordered as well. For example, if I have move the column in position 1 and switch it with column 2 on the details table, column 1 and column 2 are switch on the master table as well. This also happens for a 3 level hierarchy except it does not affect the first details table if the second detail table has been reordered, only the master table (i.e. switching column 1 and column 2 on the 2nd detail table (innermost) ONLY switches column 1 and 2 on the master table, NOT the first (outer) detail table).

Any ideas?

Thank you,

Tom
Kostadin
Telerik team
 answered on 27 Nov 2013
1 answer
195 views
Switching from Classic to Auto or Lightweight render mode  (e.g. "Telerik.Web.UI.RenderMode" value="Classic"  --> "Telerik.Web.UI.RenderMode" value="Auto")  seems to cause a break in most places where RadCombo box is used.  
What about Lightweight/Auto rendering could be causing this?

Please refer to screenshots.  

Any and all theories and/or suggestions will be greatly appreciated.
Nencho
Telerik team
 answered on 27 Nov 2013
1 answer
62 views
I have implemented the "Google-Like" filtering in my RadGrid.  I have read about including checkboxes in the radcombobox drop down list for filtering purposes.  Is it possible to also have the "multi-select" filtering functionality as well, and how would this be implemented?

Thanks,
Mark
Viktor Tachev
Telerik team
 answered on 27 Nov 2013
5 answers
561 views
I have a user control with 2 rad buttons and a rad ajax manager. one ajaxs the other. Because of the user control it is the ajaxmanagerproxy
the main page has a multipage and I load several of the user controls in codeadding them to the pageview in the multipage programatically. I have a regular ajaxmanager on the page set to ajax the panel. However. When the page loads I see all the controls I am adding and when I click the page reloads and they are gone.

What is the point of using ajax if a postback still happens. Any assistance would be appreciated.
Viktor Tachev
Telerik team
 answered on 27 Nov 2013
1 answer
65 views
Hi 

I have a requirement to add a watermark/ put a date format hint beside the calander icon in the GridDateTimeColumn.. is there a property that is available on the Telerik grid or can you suggest a way of achieving this... 

This is what i have
<telerik:GridDateTimeColumn HeaderStyle-Font-Bold="true" HeaderText="xxxxx" ColumnEditorID="xxxxDatePicker" 
    DataField="xxxx" DataFormatString={0:dd-MMM-yyyy} UniqueName="xxxxxx" Aggregate="None" HeaderStyle-Width="20%" />


Thanks in advance.
Jayesh Goyani
Top achievements
Rank 2
 answered on 27 Nov 2013
1 answer
72 views
Hi,

we have our own custom control to insert flash and video into the website. Within the control we are using the media manager to let the user choose the files.
The problem we have is that we want to hide the media manager icon from the default toolbar but still be able to open the media manager from within our custom control.
If we remove the mediamanager entry in the ToolFile.xml the media manager also won't open in our custom control.
If we leave it there it works, but the default media manager icon is still present.

Is there any possibility to just hide the default media manager icon?

Thanks
Mark

Ianko
Telerik team
 answered on 27 Nov 2013
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?