PSU-CSAR / vb-bagis-p

VB .NET source code for ArcMap BAGIS Parameters add-in
1 stars 1 forks source link

Export Parameters - Allow column sorting on Edit HRU Parameter table #24

Closed jdduh closed 8 years ago

jdduh commented 8 years ago

The function allows users to edit the records more efficiently. For example, by sorting the table on hru_elev, users can manually update the hru_deplcrv values for HRUs above timberline.

lbross commented 8 years ago

Column sorting was turned off on this table because the default behavior was to sort the values as strings rather than numbers. I was able to change this and table is now sortable by all columns.

lbross commented 8 years ago

Fixed in v1.9.3.

jdduh commented 8 years ago

The same column sorting issue for the Parameter Viewer. Please sort the values as numbers, not strings.

lbross commented 8 years ago

Need more information on this. Parameter Viewer appears to already be sorting correctly on my sample AOI's. Am I looking at the right form?

jdduh commented 8 years ago

image