Dear Colleagues
I have a problem with sorting in DataGridView module.
When i click on column which needs to be sort then system throws NullReferenceException. I understand that column has some null values and this couses error message.
Have You got any idea how to change sort module to thread null values as string without any characters?
Your prompt will be appreciated.
Dear Geaorge and Mamta
Thank You both once again for help. I have found solution which ease resolved problem.
As I wrote, all data is transfered from database to visual studio, so I changed query from:
to:
This automaticly change null values to ”, and problem is dismissed.
Have a good day!