After the restart monitoring software MAntMonitor this IP order is chaos, can we order like 192.168.1.2 - 253?

I was thinking about this. I think you can fix this by entering all the ips as 3 digit ips, so 192.168.1.2 would be 192.168.001.002. Then I think it'll sort properly.
M
try sorting the IPs as a version object using linq sort. Should work
I'm not doing the sort, the control is. It's not a numeric value, as it contains periods. It's a string value.
If I was sorting it myself I wouldn't have a problem. I may go there; for now I was posting a quick work around.
M