list search extender problem-AJAX

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?Utf-8?B?UGF1bA==?=

    list search extender problem-AJAX

    Hi I am using a list search extender and have the control it is assigned to
    as a control in a template column in a gridview. Anyhow for some reason the
    type to search section that normally appears right above the control is not
    appearing right above the control. Although always lined up vertically it
    randomly appears in different locations outside the gridview on the web page.
    Any suggestions, thanks

    --
    Paul G
    Software engineer.
  • Munna

    #2
    Re: list search extender problem-AJAX

    Hi,

    Set relative position style in the grids cell and mark it as
    importent...
    not sure thought it will work or not... but still give a try...
    one more thing if you have set any row height please don't set any
    hight..

    regards


    Munna

    Comment

    • =?Utf-8?B?UGF1bA==?=

      #3
      Re: list search extender problem-AJAX

      Hi Munna, thanks for the response. It looks like it does the same thing with
      dropdown boxes that are not in a gridview control. I noticed that this only
      occurs when the user scrolls down on the page, then the prompt appears to be
      lined up but just too high. I ended up hiding the prompt as the
      listsearchcontr ol feature still works ok.
      --
      Paul G
      Software engineer.


      "Munna" wrote:
      Hi,
      >
      Set relative position style in the grids cell and mark it as
      importent...
      not sure thought it will work or not... but still give a try...
      one more thing if you have set any row height please don't set any
      hight..
      >
      regards
      >
      >
      Munna
      >

      Comment

      Working...