Is it possible to create a RadGrid solely on the client side? I know I wont' have access to all the usual server side events and data binding, but if I do all the events and data binding on the client, is this possible?
Creating server controls from client side is not possible. Instead you can add the control declaratively and set the visibility of the control from client side as per requirement.