Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
160
Row come into view event (????)
posted

Hi,

Is there an event when a row comes into view (is displayed on the screen)?. I am looking for an event similar with RowLoaded event of Sheridan AciveX grid. When a grid has many rows, setting the cells appearances into the InitializeRow event takes a lot of time. It will be better to setup the cell appearances when needed only (row needs to be displayed). I tried to use ConditionValueAppearance but it seems that you can change teh appearance of a cell based on it's value not on the values of other cells. In my program I need to set appearances of some cells or the whole row based on values of other cells in the grid (that in fact may be hidden)

 Emil

Parents
No Data
Reply
  • 469350
    Verified Answer
    Offline posted

    Hi Emil,

        No, there is no such event. InitializeRow is really the best place to apply colors to rows or cells.

       

    emil10 said:
    setting the cells appearances into the InitializeRow event takes a lot of time
     

        Why would this take a lot of time? My guess is that your code may not be as efficient as possible. Can you post a sample of what you are doing here?  

Children