Flexgrid data - move row automatically as data type in textbox

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • lucky13
    New Member
    • Aug 2007
    • 24

    Flexgrid data - move row automatically as data type in textbox

    Dear All,

    I have hundered of records in Flexgrid & find a particular record is dififcult & if i want to fiind out particulart record from second column so what i want that in one text box as i type the row which have that data move top or move up.

    Pls. help me.

    Regards
    Lucky13
  • RedSon
    Recognized Expert Expert
    • Jan 2007
    • 4980

    #2
    Originally posted by lucky13
    Dear All,

    I have hundered of records in Flexgrid & find a particular record is dififcult & if i want to fiind out particulart record from second column so what i want that in one text box as i type the row which have that data move top or move up.

    Pls. help me.

    Regards
    Lucky13
    Please read How to ask a Question
    You have not given any relevant keyword information other then "Flexgrid" and "records"

    Comment

    • lucky13
      New Member
      • Aug 2007
      • 24

      #3
      Hello,

      I have flexgrid, there are five column & having several data. in that i want to find particular data from second column, base on what i type in the text box. like how you can see in MS WORD in font Option, as you type in fontname in text box the fontlist row automatically move or come in top.

      Regards
      Lucky13


      Originally posted by RedSon
      Please read How to ask a Question
      You have not given any relevant keyword information other then "Flexgrid" and "records"

      Comment

      • RedSon
        Recognized Expert Expert
        • Jan 2007
        • 4980

        #4
        Originally posted by lucky13
        Hello,

        I have flexgrid, there are five column & having several data. in that i want to find particular data from second column, base on what i type in the text box. like how you can see in MS WORD in font Option, as you type in fontname in text box the fontlist row automatically move or come in top.

        Regards
        Lucky13
        First off the fontname is a dropdown text box control. If you want to fake something like that then you can use the KeyPress event to get the current text and update the field from whatever backend dataset that you have the most closely matches what is in the text.

        Comment

        Working...