Hi,
I have a grid with 7 empty rows, the user can edit each one of these rows and save them one by one, and I want to hide the buttons from commands column when the page is loaded first and all of these 7 rows are empty. When any data is filled in any of the cells of the row, the buttons shows up for that row. I tried with RowDataBound but I can't figure it out how to get the buttons and hide them conditionally on page load. Could you please provide a solution for this?
Thank you!
