Hi,
I am using xamdatagrid and creating fields in code behind and applying order to it.
Field field = new Field();
field.Name="Chandu";
field.Column = 1;
filedLayout.Fileds.add(field);
Like the same i am creating lot of fieldsin each grid in tabgroup pane.
I have xamdockmanger..and i have tabgroup pane inside to it.
Each tab have one xamdatagrid..when tab is switching..order of fields in xamdatagrid are changing.
How can i fix it?
Can any one can help to resolve the issue?
Hello Chandra,
Could you please create a new thread regarding your new issue ? This way other visitors of our community will be able to get benefit from your experience.
Thank you for the understanding.
Hi Yanko,
Thanks for your reply.
I am facing one problem, when i tried to open filter dropdown ..i am observing that data is repeating.
I have attached the sample for your reference..
In the example, u can observe as Filter dropdown item have "Rob(Rob)" but i want to display only Rob
Could you please help me ..how to fix this issue?
Thank you for your feedback. I am glad that you have managed to solve your issue.
I tried with your suggestion..but it didnt worked.
But i am able to fix the solution through
field.FixedLocation = FixedFieldLocation.FixedToNearEdge;
Depends on which column no to be freezed, i am able to achieve it.
Thanks for your help!!!
I am just checking if you require any further assistance on the matter.