Link to home
Start Free TrialLog in
Avatar of brgdotnet
brgdotnetFlag for United States of America

asked on

What event is executed before a GridVIew is loaded?

Hello, I have a GridView control with several columns. One of the columns lists a clients purchases for the month. In another column their is an image of a pencil. If someone clicks on the pencil, a secondary grid will be displayed with Data.

Before the GridView displays to the screen, I need to hid the pencile icon in those rows where the cients purchase for the month is less than a certain amount.

So here is my question. Which event for the GridVIew is executed before the GridVIew is rendered to the screen? Because that is where i need to hide the pencil icon if no data is available.
ASKER CERTIFIED SOLUTION
Avatar of MikeMCSD
MikeMCSD
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of brgdotnet

ASKER

Thank you