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.