[CLOSED] Gridview Trigger issue

  1. #1

    [CLOSED] Gridview Trigger issue

    I added trigger inside the gridview, but the look will be changed. how to solve the issue.

    <ext:Column Header="Supplier" Width="68" Sortable="true" DataIndex="supplier_no"
        ColumnID="supplier-no">
        <Editor>
            <ext:TriggerField ID="txt_supplier_name" runat="server" Cls="manitatory">
                <Triggers>
                    <ext:FieldTrigger Icon="Search" />
                </Triggers>
                <Listeners>
                    <TriggerClick Handler="top.window_popup_open(6,'PopUpSupplier.aspx',400,440,'Supplier')" />
                </Listeners>
            </ext:TriggerField>
        </Editor>
    </ext:Column>
  2. #2

    RE: [CLOSED] Gridview Trigger issue

    Hi,

    Please provide more details. What version of the toolkit do you use? What browser do you use?
    Please provide test sample which reproduces the problem. If you remove all own custom css rules then do you able reproduce the issue?


    NOTE: Marking as [CLOSED] as no new information provided. Please feel free to update in the future.


Similar Threads

  1. Replies: 2
    Last Post: Nov 04, 2011, 6:06 PM
  2. [CLOSED] [1.0] Trigger Field
    By alliedwallet.com in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Nov 05, 2010, 3:04 AM
  3. [CLOSED] Gridview Issue
    By speedstepmem3 in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Aug 24, 2010, 11:10 AM
  4. [CLOSED] Gridview scrollbar issue
    By speedstepmem3 in forum 1.x Legacy Premium Help
    Replies: 8
    Last Post: Aug 08, 2010, 5:22 PM
  5. GridView Header Issue in IE 6.0
    By prasso in forum 1.x Help
    Replies: 0
    Last Post: Dec 17, 2009, 3:15 PM

Posting Permissions