You could access the textbox in the FiteringItem and set the watermark for the textbox by using custom logic. Attach onfocus/onblur events for textbox control and set the Text property accordingly, in order to achieve the desired functionality. Try the code in ItemDataBound event of RadGrid. Here is the code example that I tried.