I am using version 2012.2.912.40 of the ASP.Net product. I want to conditionally hide the Add New Record button. The condition is based on the row count. I am currently using the grid DataBound event to do this. It works whenever I insert or delete a row, but not on the initial load of the grid. The event is firing and the code to hide the button is executed, but it does not happen. Is there some action that is occurring later in the life cycle during the initial load that would cause the default setting to be used?