Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1285
Fields order getting jumbled when switching tabs
posted

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?