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
340
cell button hide on Add new row
posted

Hi

I have a ultrawebgrid that allows the user to add new rows. Inside the grid i need a button named "print" to show up only after the user has added the rows. How can I hide the button during the "add new" and show it after the user saves the record?

( i am looking for server side code, no javascript)

Thanks

Parents
  • 28464
    posted

    Hello,

    I am not completely sure I get the whole scenario in detail. Where do you need to show the "Print" button? You say inside of thegrid, but this could be anywhere (like Row, Footer, Header, etc)? Other than that, when the user has finished entering the data, you can just have any button on the page that is initially invisible and then make it visible with Button1.Visible = True and that. But then again it really depends on what you need to achieve.

Reply Children
No Data