c# 4.0 - How can I display error icon in cell of datagridview -


i working datagridview. need display error icon in each cell of datagridview, if cell empty. cells validated on button click , error icon need displayed.

can please share ideas regarding same.

you can use cellpainting event custom visuals on cells. it's lot of work add icon 1 column, msdn provides lot of example code can steal , modify suit own needs.


Comments

Popular posts from this blog

How to run C# code using mono without Xamarin in Android? -

c# - SharpSsh Command Execution -

python - Specify path of savefig with pylab or matplotlib -