1. Please see the attached screen shot, I am using group by column as well group by row. when i group by the header looks small and ugly, how to make the same size as the other row.
2. Header appears after every group by, is there any way i can display only in the top
Hi Peter,
You do have the indentation set to 0:
<ig:XamGrid
Name="xamGridPrgProposal"
AutoGenerateColumns="True"
Indentation="0"
As for the AddNewRow...it's hard to say as you don't have a full sample attached. Perhaps it has something to do with the style you're setting for the AddNewRow?
Also, does your underlying data object have a public empty ctor?
-SteveZ
I do not think so, please see the attached source code. one more question when i group the column i am not able to add a new row, why? Am i missing some thing, or this is not possible.
regards,Peter
Do you have your indentation set to 0?
Any idea how to do this
Great, one more problem i am facing, please look at the screen why the rows are not aligned properly
Regards,Peter