How can I add controls (like checkbox) to each row and include client-side scripts for these controls ? Thanks.
Take a look at this thread and see if that solves your problem:
http://forums.infragistics.com/forums/p/813/10605.aspx#10605
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.
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.