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
195
Removing a Row during InitializeRow
posted

Is it possible to remove a row (don't include it in the grid) based on code executed in the InitializeRow method?  Or, does the row need to be filtered out of the dataset before the DataBind occurs?

I'd like to do everything server side if possible.

 

Parents
No Data
Reply
  • 33839
    posted

    Hi  jerome_w,

    You are correct in that you should filter the row out of the data being given to the grid.  You can even use the filtering behavior to do so and hide its UI.

    regards,
    David Young 

Children