Partial rendering is used with callbacks. When enabled, server sends only necessary HTML code portions to a client as a result of callback thus performing smart update. Partial rendering can be used for edit, update, cancel and select actions. If for any reason you need full update of control's HTML content, set this property to CallbackMode.Full.