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
30
Added Resizing feature to Iggrid but due to change a spot appear in heading
posted

features: [
{
name: "ColumnMoving"
},
{
name: "Sorting",
type: "local" //local or remote
},
{
name: "Resizing",
columnSettings: [
{ columnKey: "MasterFundLongName", maximumWidth: 400, minimumWidth: 100 },
{ columnKey: "IsManual", maximumWidth: 300, minimumWidth: 50 },
{ columnKey: "UIOrder", maximumWidth: 300, minimumWidth: 50 },
{ columnKey: "Delete", maximumWidth: 300, minimumWidth: 50 },
]
},
{
name: "Hiding",
columnChooserContainment: "window",
columnSettings: [
{ columnKey: "MasterFundID", allowHiding: false },
{ columnKey: "MasterFundLongName", allowHiding: true },
{ columnKey: "MasterFundShortName", allowHiding: false },
{ columnKey: "TaxlotImportFormat", allowHiding: false },
{ columnKey: "TransactionImportFormat", allowHiding: false },
{ columnKey: "IsManual", allowHiding: true },
{ columnKey: "UIOrder", allowHiding: true },
{ columnKey: "Delete", allowHiding: true }
]
},


],

After adding resizing feature

Before adding resizing feature

Before adding resizing feature

Parents
No Data
Reply
  • 23953
    Offline posted

    Hello Rahul,

     

    It looks like this is related to the custom theme that you're using. Can you tell me what theme is this?

    Also, if possible can you attach the theme so I can investigate it.

     

    Best regards,

    Martin Pavlov
    Infragistics, Inc.

Children
No Data