Hi Flexgrid Gurus,
I'm trying to create a grid view where there are grouping (done after the data table is bound to the grid), and conditional formatting of data which are done in the Grid's Owner Draw Event. I also need to allow user to Sort the column within the grouping (raw data from the data table sorted within the group, in the example below, it would be the Order Number).
However, when the user click on the column header to sort the data within the grouping, the grid's Tree nodes disapper completely(Node1 & Node 2 which groups by Company Name disappeared). Is this expected?
Do i have to perform the subtotaling in the Owner Draw Cell event instead?? If so, could someone whip out a quick code for performing subtotalling in owner draw cell even?
Thanks for any input in advance.
( i have a simple sample ready that would demonstrate this, but I don't see where i can upload it. So let me know and i'll email it to you or you can show me a place to upload it?)
Dan
___________________________________ Example
Node 1: Company A | Total Order: 3
Data1: Order 2
Data2: Order 3
Data3: Order 1
Node 2: Company B | Total Order: 3
Data4: Order 1
Data5: Order 3
Data6: Order 2