Locking VSFlexGrid without locking Scrollbar

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Shailja
    New Member
    • Feb 2007
    • 123

    Locking VSFlexGrid without locking Scrollbar

    Hi,

    How to lock the grid without locking scrollbar?
    If you know the answer, kindly let me know
  • vijaydiwakar
    Contributor
    • Feb 2007
    • 579

    #2
    Originally posted by Shailja
    Hi,

    How to lock the grid without locking scrollbar?
    If you know the answer, kindly let me know
    have u tryied my ans

    Comment

    • Shailja
      New Member
      • Feb 2007
      • 123

      #3
      Originally posted by vijaydiwakar
      have u tryied my ans
      Your code successfully lock cell of Grid but I want code that locks the grid but does not lock scrollbar.

      Comment

      • sukeshchand
        New Member
        • Jan 2007
        • 88

        #4
        Just add the following statement

        vsGrid.Editable =flexEDNone

        Comment

        • vijaydiwakar
          Contributor
          • Feb 2007
          • 579

          #5
          Originally posted by Shailja
          Your code successfully lock cell of Grid but I want code that locks the grid but does not lock scrollbar.
          my code does not lock the scroll bar

          Comment

          • Shailja
            New Member
            • Feb 2007
            • 123

            #6
            Originally posted by vijaydiwakar
            my code does not lock the scroll bar
            which code u had given?

            Can u send it again?

            Comment

            Working...