I want to create a checkbox column in my grid which will be databound to a nullable boolean property in the data source. How do I go about doing this? I don't see an IsThreeState property on GridViewCheckBoxColumn or RadCheckBoxEditor.
Please check out the following example, it will do exactly what you want, in short in order to do this, you should handle the DataBindingComplete event, and there, get the GridViewCheckBoxColumn you want to make three state and just set: