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
4110
Adding button column to Ultrawebgrid
posted

I have an ultrawebgrid(have to use ultrawebgrid for now) with 7 rows and 6 columns. 4 of the columns are editable numeric values. The table is built dynamically on demand(not on postback). I need a button column, preferrably the first column, so that I can click it and re-format just that row, like graying it out & disabling editing for that row. I've tried creating a button column but am having no luck. Could someone please provide an example. The button method call needs to be done server-side in the call behind, not client-side. Thanks so much!