popup auto fill data from datatable in codebehind code in gridpanel cell startedit

  1. #1

    popup auto fill data from datatable in codebehind code in gridpanel cell startedit

    ho can i show auto fill popup Div and data from datatable in codebehind code in gridpanel cell startedit
    and also i tried onfocus event on Textfield but itnot calling javascript function
    any example ?
    <ext:Column ColumnID="VehicleGroupName" Header="Group Name" DataIndex="VehicleGroupName" Editable="false" Width="150px">
     <Editor>
    <ext:TextField ID="txtVehicleGroupName" runat="server" onfocus="validateName(this);" />
    </Editor>
    </ext:Column>
    thanks
    elshose
    Last edited by eldhose; May 29, 2013 at 7:31 AM.

Similar Threads

  1. Replies: 1
    Last Post: Mar 16, 2015, 10:02 AM
  2. [CLOSED] Auto GridPanel Height To Fill Available Space
    By dmoore in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: May 08, 2012, 7:03 AM
  3. Replies: 2
    Last Post: Apr 12, 2012, 5:44 AM
  4. Replies: 1
    Last Post: Oct 19, 2011, 7:14 AM
  5. Replies: 1
    Last Post: Jul 30, 2009, 10:32 AM

Posting Permissions