Hi all,
i use bindingSource, which i bind to flexgrid (its datasource). one of bound columns has datamap defined, which convert IDs, stored in that column, to proper text. i also have one unbound column (manually added in code), where i do some calculations (via flexgrid's getunboundvalue event handler). so far so good. both columns display proper data. but sorting is where troubles begin. all bound columns sort ok, but the one with datamap defined sorts according to IDs, stored in that column, not text, translated via datamap. and the other problem is unbound column, which doesn't sort at all. i tried with beforesort event handler (with grid's sort method and icomparer implementation), but it doesn't work.
my question: is it possible to properly sort bound columns with datamap defined and is it possible to sort added unbound columns at all?
tnx!
peter