Hello,
I want to show the nullText in the grid cell. This nulltext value can vary for different row. For that i created editor control. I set the null text property for cell. But it is not visible. I set UseEditorMaskSettings=true on the column to true. Eventhough i couldn't see the null text value. But if i set column null text property then i can able to view the null text. But i want to give different nulltext for each row.
Can you help me out?
There is no way that I know of to specify different NullText on a per-cell basis. You should be able to use the IEditorDataFilter interface to do this; the following KB article provides a general demonstration of how to use it.