How to assign a value in textbox which is in RadGrid in client side

Thread is closed for posting
2 posts, 0 answers
  1. 1BD146DD-56D6-4804-9FA8-08C45FC5D6A9
    1BD146DD-56D6-4804-9FA8-08C45FC5D6A9 avatar
    2 posts
    Member since:
    Sep 2010

    Posted 24 Feb 2012 Link to this post

    Requirements

    RadControls version

     

    .NET version

     3.5

    Visual Studio version

     VS 2010

    programming language

     C#

    browser support

    all browsers supported by RadControls


    PROJECT DESCRIPTION
    I need to assign a value in a textbox which is in a template column of the radgrid, I want to achieve this in client side.
    My template column is

    <

     

     

    telerik:GridTemplateColumn>

     

     

     

    <HeaderTemplate>

     

    Deadline

     

     

    </HeaderTemplate>

     

     

     

    <ItemTemplate>

     

     

     

    <telerik:RadTextBox ID="txtDeadlineTime" runat="server" Text='<%# Eval("DeadLine") %>' Font-Size="9px">

     

     

     

    </telerik:RadTextBox>

     

     

     

    </ItemTemplate>

     

     

     

    <ItemStyle VerticalAlign="Middle" HorizontalAlign="Left" />

     

     

     

    </telerik:GridTemplateColumn>

    In the above code i want to assign a value in txtDeadlineTime from the clientside scripting

    Thanks
    David

     

  2. 272EA702-B83F-49DA-9608-0FBC5A6ECAEB
    272EA702-B83F-49DA-9608-0FBC5A6ECAEB avatar
    4017 posts
    Member since:
    Oct 2016

    Posted 28 Feb 2012 Link to this post

    Hi David,

    Please note that the purpose of the Code Library type of tickets is for the customers to submit their suggestions for code libraries and share their projects which could be used from other users in some specific control's scenarios.
    The support tickets and forums are used for submitting issues you faced with our controls.
    Therefore, please start a formal support ticket or a forum thread and we will address your questions as necessary.


    Kind regards,
    Maria Ilieva
    the Telerik team
    If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Back to Top

This Code Library is part of the product documentation and subject to the respective product license agreement.