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
230
Button column in UltrawebGrid
posted

Is there a reasonably easy way to add a column with a button in it to an UltrawebGrid (like in GridView)? Then make the button appear and have a caption (like in GridView)?

If so, how do I call server side code with the button (like in gridView)? I'm not interested in making the grid insert, delete, or update a row. I need to know the value of a cell in the selected row (hence using a button for SELECT).

I'm not interested in writing a bunch of Javascript (I'm a .NET programmer - specifically NOT a javascript programmer).

This is a piece of cake in a GridView. So far I haven't found anything aside from a bunch of javascripted calls for changing modes for an Ultrawebgrid.

I know it can be done with the UltraWebGrid. I need clear documentation to do it. I do not think this is an unusual need in a grid.