Adding a column for a a RadGridView past the 10th collumn result in malfunction

1 Answer 63 Views
GridView
Sergio
Top achievements
Rank 1
Sergio asked on 30 Sep 2021, 10:16 AM

Adding a button collumn to the grid that passes the 10th collumn with this method the 11th overlaped the 10th a a 11th is created empty

Any ideias

            GridViewCommandColumn commandColumnV5 = new GridViewCommandColumn();
            commandColumnV3.Name = "CommandVer5";
            commandColumnV3.UseDefaultText = true;
            commandColumnV3.DefaultText = "Rejeita";
            commandColumnV3.HeaderText = "Regeita";
            commandColumnV3.Width = 20;

            grdDocumentos.MasterTemplate.Columns.Add(commandColumnV5);

1 Answer, 1 is accepted

Sort by
0
Dimitar
Telerik team
answered on 01 Oct 2021, 11:31 AM

Hello Sergio,

I have tried to reproduce your scenarios based on your description. I added 11 RadGridView columns and used your code snippet to add another GridViewCommandColumn. However, as you can see in the attached screenshot none of my columns are empty or overlapped.

Can you please modify my project in order to reproduce the issue or attach a project of your own? This will be of great use for me to further investigate this case.

I am looking forward to your reply.

Regards,
Dimitar
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Tags
GridView
Asked by
Sergio
Top achievements
Rank 1
Answers by
Dimitar
Telerik team
Share this question
or