Hello,
I am working on code that a previous developer did. Asp.net application, page has an UltraWebGrid control from Infragistics.
The requiremet is to add an Ajax Tab Container, display the UltraWebGrid in first tab and details of the selected row shown in second tab. The functionality will be similar to the WebGrid demo showing customer details.
I have not worked with infragistics controls, not sure how to do this?
Can anyone direct me to some sample code?
On click on item in grid, I want to switch to details tab and show details of the selected row.
I can add a linkbutton column and handle the event, but is there anything I can do with a client side function?
Thanks
Any sample code?