How can I add controls (like checkbox) to each row and include client-side scripts for these controls ? Thanks.
The control includes the native ability to display things like CheckBox and Button. You can set this by setting a Columns Type property.
You can also use the TemplateColumn to completely customize the column.
Devin
I tried adding an asp:LinkButton in the ultragrid row, which would open up a popup window when clicked. The trouble I'm having is that the popup window doen't get the focus. The linkbutton has a client-side script that opens up the popup and a 'return false' (to cancel post back). No matter what, the focus is on the parent window. Please enlighten. Thanks.